zaterdag 7 januari 2012

Its been a while

So i havent blogged for a while, sorry guys.

But i havent done nothing, i have been figuring out how to code  the infector i was talking about earlier this week, and got all the information i need, i already got it to execute some of my own code manually by using a debugger/hex editor, nothing special, all it does is go back to the the original starting point and continue the program as if nothing happend, but hell, its a proof on concept, it actually worked!

You guys can expect a barebone, proof of concept program this week.
 (for the newbies: the program/virus will put some code (wich can basically do anything) inside a victim .exe file, so when the user decides to open the infected .exe file, all sorts of shit can happen, without the user noticing anything.)

Also the program is (will be*...) written in C++ instead of C, everytime i want to start a project in C i get scared off by weird shit like their file IO functions, just to let you know. 


Though i am kinda out of ideas what to do with such a program, maybe YOU have ideas as to for what to do with it, nothing scriptkiddy/blackhat, so no System("format C:/"); :-P.
(Maybe replace all strings of the victim with "trolololo" with the appropriate "lololo" size xD.)

29 opmerkingen:

  1. Interesting blog. Maybe have it pop up text with your signature or something and troll some people.

    BeantwoordenVerwijderen
  2. Glad you're still posting. Keep it up :)

    BeantwoordenVerwijderen
  3. watching this for interest on how viruses work :)

    BeantwoordenVerwijderen
  4. I remember a virus back in the days, that really did not do any harm, but was just annoying the antivirus. All it did, was writing up "Delphi is the best. Fu*k off all the rest" and infecting all exe files on your system. So maybe you can do something about c++ >> c :)

    BeantwoordenVerwijderen
  5. Don't know much about coding but I'd like to!

    BeantwoordenVerwijderen
  6. I think C++ is way easier to use that C or C#. For infectors, however, I tend to use C#.

    BeantwoordenVerwijderen
  7. Maybe you could make a tuto of some sort when you're done? It's cool tu use ready made stuff but even better to understand how it was made and exactly what it does. Just a suggestion though, no pressure. :)

    BeantwoordenVerwijderen
  8. I must say, you are still living in Microsoft, Windows era !!! Its a punk and easy task to create a virus in C++. And for your kind info if you are targeting users who will unknowingly click ur .exe file then plz go ahead. Extract their pics, delete system32 files and so on. It can be formatted. If you are posting target .dmg file which I think you can't !!! Stop posting shit.

    BeantwoordenVerwijderen
  9. @anon
    Yeah i live in my windows OS, havent touched my linux partitions for a while.
    But i stopped taking your comment serious when i read .dmg, hahahaha...
    Silly mac users.

    BeantwoordenVerwijderen
  10. I remember I learned C++ from a couple of nerds in college. Never used it even once.

    BeantwoordenVerwijderen
  11. You're always so informative, thanks for posting!

    BeantwoordenVerwijderen
  12. "...al sorts of shit can happen..."
    Note to myself: never click on that .exe!

    BeantwoordenVerwijderen
  13. You have an interesting idea, I'll follow along as you keep updating!

    BeantwoordenVerwijderen
  14. Interesting. Looking forward to hearing more!

    BeantwoordenVerwijderen