Discussion:
netcat
(too old to reply)
M Scott
2006-08-27 03:10:20 UTC
Permalink
How can I use netcat to get ip back to me over the internet.
David Lanzendoerfer
2006-11-25 10:31:43 UTC
Permalink
Post by M Scott
How 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
unity_
2006-12-24 15:46:38 UTC
Permalink
what are tyring to do, setup a netcat lisnter, an ssh server, telnet
server, what are you trying to exactly and I will talk you through the
steps, I cant help you until I know the questoin.

thanks

unity
Post by David Lanzendoerfer
Post by M Scott
How can I use netcat to get ip back to me over the internet.
set netcat to listen
e.g. by "nc6 -l -p 200"
"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
Loading...