3.2盲注笔记
介绍:盲注一般用于服务器没有给出sql执行后的回显 1种类 布尔盲注只返回ture或者false 时间盲注:注入正确放回时间为你加入的时间 一般是通过返回的时间差来判断 2判断是否存在注入点 ?id=1' and 1=1 --+返回正常 ?id=1' and 1=2 --+返回错误 
3.1显错注入
1.判断是否存在注入点 (1)id=1' 在1后面加单引号,页面出错. (2)id= 1 and 1=1正常 id = 1 and 1=2错误 (3)id = 1 and '1'=1 正常 id =1 and '1'=1错误 (4)只要你插入的sql语句被执行,那就可以判断存在注入点2 判断是那种数
Vvt 3.6作业提交
<?php $neirong = fopen(1.txt,"r") or die ("open file error");//只读方式打开文件,或显示错误信息 $str = fred($neirong, filesize('1.txt'));//写入内容,大小为1.txt的大小 fclose($nei
3.5 Vvt作业提交
作业
3.5 Vvt左右提交
具体看附件|
Vvt 3.6作业
<?php $op = fopen("zy.txt","r") or die("Open file error!"); $str = fread($op,filesize("zy.txt")); fclose($op); $str = preg_replace(&#
Vvt 3.4作业提交
<!DOCTYPE html><html><head> <meta charset="UTF-8"> <title>表单</title></head><body> <form id="one" action="01
Vvt 3.3作业提交
<?php $a=0; for($i=0;$i<=1000;$i++){ if($i%3==0 or $i%7==0) $a+=$i;} echo"$a";?>
Vvt 2.3作业提交
作业
Vvt 2.2作业提交
作业