Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /*Greetz To Hamza Parola , M-A , and all friend'z
- => Coder : CrashBandicot
- => Usage : php reverse.php [target.com/Host Ip]
- => Other : http://pastebin.com/u/CrashBandicot
- http://forum.gantengers-crews.org
- http://www.exploit4arab.net/
- http://sec4ever.com/
- */
- echo "
- +===========================+
- | [Reverse YouGetSignal] |
- | [Result in Log.txt] |
- +===========================+
- Usage => php $_SERVER[PHP_SELF] [target.com]
- OR
- php $_SERVER[PHP_SELF] [target.com] [PROXY:PORT]
- ";
- if(!$argv[1]) die("\nPut Target NIgga\n");
- $target = $argv[1];
- $proxy = $argv[2];
- if(empty($proxy)) {
- $ch = curl_init();
- curl_setopt($ch, CURLOPT_URL, "http://domains.yougetsignal.com/domains.php");
- curl_setopt($ch, CURLOPT_POST, true);
- curl_setopt($ch, CURLOPT_POSTFIELDS, "remoteAddress={$target}");
- curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
- $postResult = curl_exec($ch);
- curl_close($ch);
- if(preg_match_all("#\"domainCount\":\"(.*?)\"#",$postResult,$domain)) {
- $nigga = $domain[1];
- }
- foreach ($nigga as $domains) { echo "\n [+] Total Websites: $domains\n"; }
- echo "\n [+]Host IP: ".gethostbyname($target)."\n";
- if(preg_match_all("#\[([^\]]*)\]#",$postResult,$fuck)){
- $zebi = $fuck[1];
- }
- foreach ($zebi as $fucck) {
- if(preg_match_all("#\"(.*?)\", \"\"#",$fucck,$matches)) {
- $klawi = $matches[1];
- foreach ($klawi as $fuckaa) {
- $save = fopen('Log.txt','ab');
- fwrite($save,"http://".$fuckaa."/\r\n");
- fclose($save);
- } }} echo "\n [!] Result in Log.txt\n";
- } else {
- $ch = curl_init();
- curl_setopt($ch, CURLOPT_URL, "http://domains.yougetsignal.com/domains.php");
- curl_setopt($ch, CURLOPT_POST, true);
- curl_setopt($ch, CURLOPT_POSTFIELDS, "remoteAddress={$target}");
- curl_setopt($ch, CURLOPT_PROXY, $proxy);
- curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
- $postResult = curl_exec($ch);
- curl_close($ch);
- if(preg_match_all("#\"domainCount\":\"(.*?)\"#",$postResult,$domain)) {
- $nigga = $domain[1];
- }
- foreach ($nigga as $domains) { echo "\n [+] Total Websites: $domains\n"; }
- echo "\n [+]Host IP: ".gethostbyname($target)."\n";
- echo "\n [+]Proxy: ".$proxy."\n";
- if(preg_match_all("#\[([^\]]*)\]#",$postResult,$fuck)){
- $zebi = $fuck[1];
- }
- foreach ($zebi as $fucck) {
- if(preg_match_all("#\"(.*?)\", \"\"#",$fucck,$matches)) {
- $klawi = $matches[1];
- foreach ($klawi as $fuckaa) {
- $save = fopen('Log.txt','ab');
- fwrite($save,"http://".$fuckaa."/\r\n");
- fclose($save);
- } }}
- echo "\n [!] Result in Log.txt\n"; }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment