公开课第五章 WP
1.利用上一章得到的Cookie,进入后台ASPSESSIONIDSQBQBRBA=MHNLFICDBLAJJIEFGAOCAPGF; ADMINSESSIONIDCSTRCSDQ=LBMLMBCCNPFINOANFGLPCFBC; ASPSESSIONIDSASSRSTB=NKEDOHHDJANIKAIJHPPDPJHM; ASPSESSIONIDSSTRDATT=AKDDMACAJOBOFMC
公开课第四章 WP
1.进入XSS平台,注册然后创建项目2.植入xss代码3.得到结果
公开课第三章 WP
1.打开页面登录2.伪造referer和host刷新F5
公开课第二章 WP
1.首先测试有几列http://120.203.13.75:8001/shownews.asp?id=171 order by 1010列可以正常显示2.然后尝试注入http://120.203.13.75:8001/shownews.asp?id=171 and 1=1显示为非法字符3.尝试cookie注入进入http://120.203.13.75:8001/shownews.asp网址查找m
公开课第一章 WP
第一步:测试是否存在注入点,用and语句测试。http://120.203.13.75:6815/?id=1 and 1=1 http://120.203.13.75:6815/?id=1 and 1=2一网址可以正常显示,二网址则无法显示,所以推断有注入点。第二步:猜测字段http://120.203.13.75:6815/?id=1 order by 2http://120.203.
3.5php下 漫天星宇作业
<!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title></title> </head> <body> <form method="post" action="a.php&qu
3.4 php上 星宇上交作业
<?php$s=0;for ($i=1; $i<10000;$i++) {if ($i%3==0 or $i%7==0) { $s=$s+$i; # code...}}echo "$s";?>
3.2、HTML常见标签 - QQ空间框架 星宇作业提交
<!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title>QQ空间</title> </head> <body> <form method="post"> 账号密码登录:<
3.1、HTML-用基础标签编写一个网页
<!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title>my introduction</title> </head> <body> <h1>my introduction</h1> &
1.1漫天星宇作业提交
<!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title>my introduction</title> </head> <body> <h1>my introduction</h1> &