Author Topic: Log IP of Any User  (Read 1199 times)

0 Members and 1 Guest are viewing this topic.

Offline sparkleselite

  • NULL
  • Posts: 1
  • Cookies: 1
    • View Profile
Log IP of Any User
« on: May 20, 2014, 07:38:13 am »
1. Visit http://ip-grabber.com/
2. Enter the link you want the victim you want to be redirect to. Ex: https://encrypted.google.com/





3. Retrieve & Save your Private Key





3. Visit http://ip-grabber.com/frontend.cfm?page=log and enter your Private Key to see the logged IP's





Feature to also grab Ip's via image imbed is possible at http://ip-grabber.com/frontend.cfm?page=image
« Last Edit: May 20, 2014, 07:39:00 am by sparkleselite »

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Log IP of Any User
« Reply #1 on: 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.

Offline d4rkcat

  • Knight
  • **
  • Posts: 287
  • Cookies: 115
  • He who controls the past controls the future. He who controls the present controls the past.
    • View Profile
    • Scripts
Re: Log IP of Any User
« Reply #2 on: 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:

Code: [Select]
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.
« Last Edit: May 20, 2014, 11:01:15 am by d4rkcat »
Jabber (OTR required): thed4rkcat@einfachjabber.de    Email (PGP required): thed4rkcat@yandex.com    PGP Key: here and here     Blog

<sofldan> not asking for anyone to hold my hand uber space shuttle door gunner guy.


Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Log IP of Any User
« Reply #3 on: 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:

Code: [Select]
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
Code: [Select]
ncat -l -p 80

Offline d4rkcat

  • Knight
  • **
  • Posts: 287
  • Cookies: 115
  • He who controls the past controls the future. He who controls the present controls the past.
    • View Profile
    • Scripts
Re: Log IP of Any User
« Reply #4 on: May 20, 2014, 11:49:06 am »
tis true, of course it would have to be

Code: [Select]
nc -lvp 80
to actually see the IP address, also, you would not be able to serve up html or pictures using this method.
Jabber (OTR required): thed4rkcat@einfachjabber.de    Email (PGP required): thed4rkcat@yandex.com    PGP Key: here and here     Blog

<sofldan> not asking for anyone to hold my hand uber space shuttle door gunner guy.


Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Log IP of Any User
« Reply #5 on: 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

Offline proxx

  • Avatarception
  • Global Moderator
  • Titan
  • *
  • Posts: 2803
  • Cookies: 256
  • ФФФ
    • View Profile
Re: Log IP of Any User
« Reply #6 on: May 20, 2014, 01:25:28 pm »
Fuck ;
#tcpdump 'port 80'
Wtf where you thinking with that signature? - Phage.
This was another little experiment *evillaughter - Proxx.
Evilception... - Phage

FLU5CH (The Blue Matrix)

  • Guest
Re: Log IP of Any User
« Reply #7 on: 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