Maison php教程 php手册 php fsockopen 伪造 post和get方法

php fsockopen 伪造 post和get方法

May 25, 2016 pm 04:38 PM
fsockopen post方法 falsification

<?php 
	//fsocket模拟post提交 
	$purl = "http://localhost/netphp/test2.php?uu=rrrrrrrrrrrr"; 
	print_r(parse_url(http://pic1.phprm.com/2014/09/09/http://pic1.phprm.com/2014/09/09/http://pic1.phprm.com/2014/09/09/$url.jpg.jpg.jpg)); 
	sock_post($purl,"uu=55555555555555555"); 
	 
	//fsocket模拟get提交 
	function sock_get($url, $query) 
	{ 
	   $info = parse_url($url); 
	   $fp = fsockopen($info["host"], 80, $errno, $errstr, 3); 
	   $head = "GET ".$info[&#39;path&#39;]."?".$info["query"]." HTTP/1.0 "; 
	   $head .= "Host: ".$info[&#39;host&#39;]." "; 
	   $head .= " "; 
	   $write = fputs($fp, $head); 
	   while (!feof($fp)) 
	   { 
	    $line = fread($fp,4096); 
	    echo $line; 
	   } 
	} 
	sock_post($purl,"uu=rrrrrrrrrrrrrrrr"); 
	 
	function sock_post($url, $query) 
	{ 
	   $info = parse_url($url); 
	   $fp = fsockopen($info["host"], 80, $errno, $errstr, 3); 
	   $head = "POST ".$info[&#39;path&#39;]."?".$info["query"]." HTTP/1.0 "; 
	   $head .= "Host: ".$info[&#39;host&#39;]." "; 
	   $head .= "Referer: http://".$info[&#39;host&#39;].$info[&#39;path&#39;]." "; 
	   $head .= "Content-type: application/x-www-form-urlencoded "; 
	   $head .= "Content-Length: ".strlen(trim($query))." "; 
	   $head .= " ";//开源代码phprm.com 
	   $head .= trim($query); 
	   $write = fputs($fp, $head); 
	   while (!feof($fp)) 
	   { 
	    $line = fread($fp,4096); 
	    echo $line; 
	   } 
	} 
	 
	
Copier après la connexion

永久链接:

转载随意!带上文章地址吧。

Déclaration de ce site Web
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn

Outils d'IA chauds

Undresser.AI Undress

Undresser.AI Undress

Application basée sur l'IA pour créer des photos de nu réalistes

AI Clothes Remover

AI Clothes Remover

Outil d'IA en ligne pour supprimer les vêtements des photos.

Undress AI Tool

Undress AI Tool

Images de déshabillage gratuites

Clothoff.io

Clothoff.io

Dissolvant de vêtements AI

AI Hentai Generator

AI Hentai Generator

Générez AI Hentai gratuitement.

Article chaud

R.E.P.O. Crystals d'énergie expliqués et ce qu'ils font (cristal jaune)
2 Il y a quelques semaines By 尊渡假赌尊渡假赌尊渡假赌
Repo: Comment relancer ses coéquipiers
1 Il y a quelques mois By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: Comment obtenir des graines géantes
4 Il y a quelques semaines By 尊渡假赌尊渡假赌尊渡假赌
Combien de temps faut-il pour battre Split Fiction?
3 Il y a quelques semaines By DDD

Outils chauds

Bloc-notes++7.3.1

Bloc-notes++7.3.1

Éditeur de code facile à utiliser et gratuit

SublimeText3 version chinoise

SublimeText3 version chinoise

Version chinoise, très simple à utiliser

Envoyer Studio 13.0.1

Envoyer Studio 13.0.1

Puissant environnement de développement intégré PHP

Dreamweaver CS6

Dreamweaver CS6

Outils de développement Web visuel

SublimeText3 version Mac

SublimeText3 version Mac

Logiciel d'édition de code au niveau de Dieu (SublimeText3)