EvilZone
Hacking and Security => Hacking and Security => : sparkleselite May 20, 2014, 07:38:13 AM
-
1. Visit http://ip-grabber.com/ (http://ip-grabber.com/)
2. Enter the link you want the victim you want to be redirect to. Ex: https://encrypted.google.com/ (https://encrypted.google.com/)
(http://besthackers.us/img/ipgrabber1.png)
3. Retrieve & Save your Private Key
(http://besthackers.us/img/ipgrabber2.png)
3. Visit http://ip-grabber.com/frontend.cfm?page=log (http://ip-grabber.com/frontend.cfm?page=log) and enter your Private Key to see the logged IP's
(http://besthackers.us/img/ipgrabber3.png)
Feature to also grab Ip's via image imbed is possible at http://ip-grabber.com/frontend.cfm?page=image (http://ip-grabber.com/frontend.cfm?page=image)
-
That's one way. I prefer to write a PHP script and put it on my domain. In the script just use $ip = $_SERVER['REMOTE_ADDR'];
Can be embedded with an image or whatever...
+1 for the post anyway.
-
It's even easier than that. for a quick one just set up a dynamic DNS pointed to your IP, forward external port 80 to your internal IP on port 8000 and use:
python -m SimpleHTTPServer
In an empty directory with a index.html file with a pic or whatever.
Same sort of thing but no PHP necessary.
-
It's even easier than that. for a quick one just set up a dynamic DNS pointed to your IP, forward external port 80 to your internal IP on port 8000 and use:
python -m SimpleHTTPServer
In an empty directory with a index.html file with a pic or whatever.
Same sort of thing but no PHP necessary.
Well fuck, even SIMPLER than that, instead of Python, just set up Netcat to listen for incoming connections
ncat -l -p 80
-
tis true, of course it would have to be
nc -lvp 80
to actually see the IP address, also, you would not be able to serve up html or pictures using this method.
-
About not serving is true, however you don't need to if you give the link directly to the user. Or you can always type in the header :P
-
Fuck ;
#tcpdump 'port 80'
-
Pretty cool been looking for something simple like this for a while now they are usually fake :) +1