• Trying to decrypt VB .Net keyloggers
    408 replies, posted
[QUOTE=benjojo;34924010]You mean the web browsers? They are encrypted.[/QUOTE] Well browsers can obviously decrypt them. I'm sure there's a way to do it.
[QUOTE=benjojo;34924010]You mean the web browsers? They are encrypted.[/QUOTE] Most RATs will send them.
If you just send the cookies, you can stick them in your browser and it logs into the website automatically.
[IMG]http://gyazo.com/d5f1fae46b353822bccd5adf317ba1a3.png?1330522278[/IMG] NOPE, no phishing scam here! I think I found the good part... [url]http://pastebin.com/NbMb12AY[/url] I couldn't find anything on that one, so I moved on, got in, and am now messing with an account... [url]http://pastebin.com/DYKZi2GR[/url] Deleted the account, after snagging some attachments he had recieved... Apparently the guy works here: [url]http://www.triumph.co.uk/[/url]
[url]http://www.youtube.com/watch?v=QXbJNM435bQ[/url] Every keylogger I find comes from United States, the Netherlands, or Lithuania. This one was pretty difficult as they used Chinese chars to obfuscate.
the next youtube account I get form a phisher, i am using to comment on other phishing vids about how much of a fake both videos are
I feel like we should be keeping an index. Anyways, here is another if someone wants to go looking. He is from new zealand but you can get around the area lockout by providing the recovery email listed below. [url]http://www.youtube.com/watch?v=FXBg9LE_n0o[/url] [email]server2nz@gmail.com[/email]:serverserver [email]karter61@gmail.com[/email] [email]server61nz@gmail.com[/email] Hamed Rahimi Another less interesting one. [url]http://www.youtube.com/watch?v=9hlfhjlAfPc[/url] [email]steerner23@gmail.com[/email]:sterner23
I have a shit load of cracked emails that I forgot the email for. Lemme see if I can find any and I'll set something up. [editline]29th February 2012[/editline] Password for all of these is "fpwhalers" [email]runescapebotyosh5@gmail.com[/email] [email]fireshacker003@gmail.com[/email] [email]youhavebeenkeyloggedlol@gmail.com[/email] [email]teekayinn33@gmail.com[/email] (password: humptydumpty33 gmail won't let me login - wrong location. someone tell me when this is fixed)
This guy that I posted yesterday is at it again. He is a little mad about it. [t]http://img208.imageshack.us/img208/3513/jrpiufzzplkqq.png[/t] Those 3 methods are just for killing wireshark.
Kids with their overcomplicated code these days.. [csharp] foreach(Process process in Process.GetProcesses()) if(process.ProcessName == "wireshark") Process.GetCurrentProcess().Kill(); //or process.Kill(); [/csharp]
[QUOTE=marvincmarvin;34938119]Kids with their overcomplicated code these days.. [csharp] foreach(Process process in Process.GetProcesses()) if(process.ProcessName == "wireshark") Process.GetCurrentProcess().Kill(); //or process.Kill(); [/csharp][/QUOTE] But that would close the application running the code...
[QUOTE=Yogurt;34938160]But that would close the application running the code...[/QUOTE] It would also prevent me from seeing their email address in wireshark. [editline]...[/editline] Or any other packets they want to send.
[QUOTE=marvincmarvin;34938198]It would also prevent me from seeing their email address in wireshark. [editline]...[/editline] Or any other packets they want to send.[/QUOTE] There are much better ways of doing it than closing your own process.
[QUOTE=marvincmarvin;34938198]It would also prevent me from seeing their email address in wireshark. [editline]...[/editline] Or any other packets they want to send.[/QUOTE] Just rename your wireshark executable and you're good to go.
[QUOTE=marvincmarvin;34938119]Kids with their overcomplicated code these days.. [csharp] foreach(Process process in Process.GetProcesses()) if(process.ProcessName == "wireshark") Process.GetCurrentProcess().Kill(); //or process.Kill(); [/csharp][/QUOTE] How did you get comments?
[QUOTE=Naarkie;34942573]How did you get comments?[/QUOTE] He wrote that code to show how it can be done much simpler.
[QUOTE=Darwin226;34942598]He wrote that code to show how it can be done much simpler.[/QUOTE] Oh, right. Rate me box.
You could escalate wire-shark to SYSTEM privileges so any simple virus wont be able to close or mess with it.
[QUOTE=OldFusion;34942666]You could escalate wire-shark to SYSTEM privileges so any simple virus wont be able to close or mess with it.[/QUOTE] Except in that snippet, it's killing itself, not wireshark.
Just so you guys know the reason they are using visual basics is because it is much easy to copy and paste it than C++ or at least to them
^its 100x easy'er to send emails in vb and vb.net and true for the C&P part also
[QUOTE=StaT;34944136]^its 100x easy'er to send emails in vb and vb.net and true for the C&P part also[/QUOTE] C# Also it would be disastrous if someone made a keylogger in C++
[QUOTE=supersnail11;34945066]Also it would be disastrous if someone made a keylogger in C++[/QUOTE] In what way?
[QUOTE=Dame Flawless;34945108]In what way?[/QUOTE] .Net you can easily reverse the code, C++ are ~pure~ binary's and are much more work to reverse engineer.
[QUOTE=benjojo;34945135].Net you can easily reverse the code, C++ are ~pure~ binary's and are much more work to reverse engineer.[/QUOTE] Is there a limit though? You couldn't just reverse a game like Terraria and get it's source code, could you?
[QUOTE=Giacomand;34945304]Is there a limit though? You couldn't just reverse a game like Terraria and get it's source code, could you?[/QUOTE] yes, you can, and thanks to that there is several modded terraria servers/clients allready
No one bothers killing Wireshark because anyone with a brain realizes that you can just do the wiresharking somewhere else than the PC you're running the networked app on. [QUOTE=marvincmarvin;34938198]It would also prevent me from seeing their email address in wireshark. Or any other packets they want to send.[/QUOTE] For about half a minute.
[QUOTE=benjojo;34945135].Net you can easily reverse the code, C++ are ~pure~ binary's and are much more work to reverse engineer.[/QUOTE] Its still very easy, when the stuff is made by idiots so I wouldn't call it disastrous.
[QUOTE=Dame Flawless;34945587]Its still very easy, when the stuff is made by idiots so I wouldn't call it disastrous.[/QUOTE] Have you ever tried decompiling a C++ application? Visual Basic/C# are not raw executables, they are stored in a way that allows them to be decompiled to comprehensible code. Even if you could do the same to C++, the code that comes out of it would be so incomprehensible that it would be useless. The compiler doesn't compile the C++, it converts it to Assembly and compiles that. Which means it is MUCH, MUCH harder to decompile a C++ application.
[QUOTE=supersnail11;34945802]Have you ever tried decompiling a C++ application? Visual Basic/C# are not raw executables, they are stored in a way that allows them to be decompiled to comprehensible code. Even if you could do the same to C++, the code that comes out of it would be so incomprehensible that it would be useless. The compiler doesn't compile the C++, it converts it to Assembly and compiles that. Which means it is MUCH, MUCH harder to decompile a C++ application.[/QUOTE] Don't quote me on this but, provided the person coding the C++ application is of the same skill as the VB coder, the strings have to be stored one way or another. They are still in that executable and can be extracted. So if he mentions his email as a string, chances are that the password is somewhere near it.
Sorry, you need to Log In to post a reply to this thread.