EvilZone

Hacking and Security => Hacking and Security => : sparkleselite May 20, 2014, 07:38:13 AM

: Log IP of Any User
: 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)
: Re: Log IP of Any User
: Kulverstukas May 20, 2014, 09:49:58 AM
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.
: Re: Log IP of Any User
: d4rkcat May 20, 2014, 11:00:25 AM
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.
: Re: Log IP of Any User
: Kulverstukas May 20, 2014, 11:41:15 AM
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
: Re: Log IP of Any User
: d4rkcat May 20, 2014, 11:49:06 AM
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.
: Re: Log IP of Any User
: Kulverstukas May 20, 2014, 12:41:35 PM
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
: Re: Log IP of Any User
: proxx May 20, 2014, 01:25:28 PM
Fuck ;
#tcpdump 'port 80'
: Re: Log IP of Any User
: FLU5CH (The Blue Matrix) May 29, 2014, 08:14:46 PM
Pretty cool been looking for something simple like this for a while now they are usually fake :) +1