Advertisement
opendev

AnonWare opensource malware 1.0 RELEASE

Sep 27th, 2011
411
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. /* Welcome to a New age of malware...
  2. *
  3. * One where AV software can't pick out the latest strain of malware,
  4. * one where it is open source and always changing-improving-evading.
  5. * An age in which this is only the begining. You can try to stop
  6. * AnonWare, but you can't stop what's to come.
  7. * We Do Not Forgive. We Do Not Forget.
  8. * Expect US.
  9. */
  10.  
  11.  
  12. http://github.com/opendeveloper/anonware
  13.  
  14.  
  15.  
  16. Hey there! Today we're announcing the launch of AnonWare 1.0. It's a LOT better then the beta we released, what, a month ago? but then again, that beta was horrible so anything would be an improvement. So: here's what's new
  17.  
  18.  
  19.  
  20. 1. First launcher. This is the thing that you run on the target. It compiles the secondary launcher (and encrypts the code based on the username), which is described below.
  21.  
  22.  
  23.  
  24. 2. Second launcher. This is the thing that decrypts the code and then compiles it.
  25.  
  26.  
  27. 3. some more stuff; check the commit messages for more info.
  28.  
  29.  
  30.  
  31. so, pretty simple. just look thru the code, and if you have any questions feel free to email opendev@hushmail.com :P
  32.  
  33.  
  34.  
  35. Also, if you look through the "QuickStart" branch, you'll see three projects, most of which are built on top of AnonWare;
  36.  
  37.  
  38.  
  39. TorWare - installs Tor onto the users machine, sets it to autorun, and then sets Tor to act as a relay.
  40.  
  41.  
  42.  
  43. OpBitStorm - just for fun, OpBitStorm will automatically display a message when the specified date comes
  44.  
  45.  
  46.  
  47. C0mmune - locates a users cookies, passwords, or sensitive files and uploads them to a remote directory
  48.  
  49.  
  50.  
  51. Things to add:
  52.  
  53.  
  54.  
  55. C0mmune should be integrated with TorWare so it can communicate more anonymously (12938928dkjlfs.tor instead of just the ip adress)
  56.  
  57.  
  58.  
  59. A new thing that will hide the malware in places white-listed by the A/V software. this may include checking the registry.
  60.  
  61.  
  62. A new thing that will check UAC levels and do a really big exploit if UAC is off.
  63.  
  64.  
  65. Better Mono compatability
  66.  
  67.  
  68. A C++/C version (?)
  69.  
  70.  
  71.  
  72. once again, email me @ opendev@hush.com or post on the forum @ http://nero.secondsource.info/p/forum/forum_viewtopic.php?2433.0 for help
  73.  
  74.  
  75. http://github.com/opendeveloper/anonware
  76.  
  77.  
  78.  
  79.  
  80.  
  81. PLZ REMEMBER: this is not some sort of super-virus, it's really just a simple encryption/decryption thingy mabob. and I'm not a good developer; in fact I'm pretty shitty :P so If you think you could do better, don't hesitate to fork us or start your own project :)
  82.  
  83.  
  84. PS: if you're having any problems opening it with Git, try using TortoiseGit instead.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement