Post by M ScottHow can I use netcat to get ip back to me over the internet.
set netcat to listen
e.g. by "nc6 -l -p 200"
then you can connect to the IP of the host where you did this on by typing:
"nc6 evil_host 200"
Funny tool to chat with someone, or to get host banners, or to us with
exploits e.g. to remote connect to a port bounded root shell,... there
are also much more possibilities, anyway, its just the network swiss
army knife for hackers :)
Hope that was usefull
For more information read the manual, by typing "man nc6"
Greaz Scarlet_Knight