I finished my keylogger a long time ago and now i'm thinking about sending the keystrokes by telnet to emails due to people's request. i know that that's possible, but i dont know how really.
i think i get some help here !
thanx in advance !
Printable View
I finished my keylogger a long time ago and now i'm thinking about sending the keystrokes by telnet to emails due to people's request. i know that that's possible, but i dont know how really.
i think i get some help here !
thanx in advance !
I just finished a tutorial on this topic a few hours ago actually.
See http://www.antionline.com/showthread...hreadid=267896
P.S. Please search at least the front page next time before posting a question. You should really be searching here. There is also a quick search box in the top right hand corner of the front page.
<EDIT>
It might actually be difficult with telnet, since as far as I know, it won't take input from standard input. Netcat, however, will. Just generate a text file with all the necessary input and pipe it through netcat with "netcat [server] [port] < inputfile"
</EDIT>
thanks man, i hope it will as usefull as i need !
i'll get right back after checking it out
Ok every thing worked out
thanks agian
There are also SMTP send programs running around on the internet which will work just like the netcat. Depending on what OS you are running or what tool you use you basically say something like-
smtpsend *filename* server
And it takes care of sending that data for you. Some of those programs will handle sending attachments as well if you want to send more data than just text.
i dont think this will do the job
since i would like to use only a single file.