![]() |
|
[Request]Make virus that sends saved passwords to an email? - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Coding (https://sinister.li/Forum-Coding) +--- Forum: Coding (https://sinister.li/Forum-Coding--71) +--- Thread: [Request]Make virus that sends saved passwords to an email? (/Thread-Request-Make-virus-that-sends-saved-passwords-to-an-email) |
[Request]Make virus that sends saved passwords to an email? - ViagraStick - 08-22-2011 Hello, I thought that there might be a way to send saved passwords to an email via a batch virus? Not too retarded right? It's saved on the computer and cmd has done weirder things (Star Wars) RE: [Request]Make virus that sends saved passwords to an email? - Jacob - 08-22-2011 i dont think you can make the batch program send via email. im sure you could get it to open a port for you to gain access remotely, then save the logged files into an encrypted file in the c: temp hidden folder or something. Maybe named as "system32.dll.txt"(presuming) the victim doesnt have file extensions showing and is dumb. i have a batch keylogger, but it has to be manually activated, not only that its extremely slow since is doesnt use keyhook or anything. it uses pure ascii RE: [Request]Make virus that sends saved passwords to an email? - ViagraStick - 08-22-2011 Hrmmm, shouldn't batch have the ability to have an emailing command? Seems like something obvious... RE: [Request]Make virus that sends saved passwords to an email? - Jacob - 08-22-2011 (08-22-2011, 07:29 AM)KuKluxKlan Wrote: Hrmmm, shouldn't batch have the ability to have an emailing command? using ascii its very similar to c++ so it may have that command but itd be extremely complex. |