never give up(WEB)

never give up(WEB)_第1张图片

审查元素,发现有一个1p.html

never give up(WEB)_第2张图片

抓包

never give up(WEB)_第3张图片

访问1p.html

 

never give up(WEB)_第4张图片

html转换为Js

http://tool.chinaz.com/tools/html_js.aspx

never give up(WEB)_第5张图片

url解码

http://tool.chinaz.com/tools/urlencode.aspx

never give up(WEB)_第6张图片

base64解码

http://tool.oschina.net/encrypt?type=3

never give up(WEB)_第7张图片

url解码

http://tool.chinaz.com/tools/urlencode.aspx

never give up(WEB)_第8张图片

";if(!$_GET['id'])
{
	header('Location: hello.php?id=1');
	exit();
}
$id=$_GET['id'];
$a=$_GET['a'];
$b=$_GET['b'];
if(stripos($a,'.'))
{
	echo 'no no no no no no no';
	return ;
}
$data = @file_get_contents($a,'r');
if($data=="bugku is a nice plateform!" and $id==0 and strlen($b)>5 and eregi("111".substr($b,0,1),"1114") and substr($b,0,1)!=4)
{
	require("f4l2a3g.txt");
}
else
{
	print "never never never give up !!!";
}


?>

 

访问f4l2a3g.txt得到flag。

never give up(WEB)_第9张图片

你可能感兴趣的:(BugkuCTF)