Author Topic: Open Source UD(1/52) Simple PHP Keylogger  (Read 5184 times)

0 Members and 1 Guest are viewing this topic.

Offline hppd

  • Knight
  • **
  • Posts: 163
  • Cookies: 7
    • View Profile
Open Source UD(1/52) Simple PHP Keylogger
« on: December 03, 2013, 03:07:51 pm »
What's up?

I wanted to have a keylogger so I made one in VB.NET ( I know it's a crappy language and not good for malware but I'm still a beginner so yeah) but decided not to use it so I share it here then someone might be able to use it. . If you find any flaws in it please let me now

Download Source code:
Code: [Select]
http://www.mediafire.com/download/gbn8w1hn406glpn/kapitein+haak2.rar

Offline lucid

  • #Underground
  • Titan
  • **
  • Posts: 2683
  • Cookies: 243
  • psychonaut
    • View Profile
Re: Open Source UD(1/52) Simple PHP Keylogger
« Reply #1 on: December 03, 2013, 10:27:16 pm »
I wanted to have a keylogger so I made one in VB.NET ( I know it's a crappy language and not good for malware...
Pretty sure one of the most famous virii of all time was written in VB.NET....

Or am I thinking of another .net language?
« Last Edit: December 03, 2013, 10:27:26 pm by lucid »
"Hacking is at least as much about ideas as about computers and technology. We use our skills to open doors that should never have been shut. We open these doors not only for our own benefit but for the benefit of others, too." - Brian the Hacker

Quote
15:04  @Phage : I'm bored of Python

Spacecow

  • Guest
Re: Open Source UD(1/52) Simple PHP Keylogger
« Reply #2 on: December 03, 2013, 10:39:39 pm »
I wanted to have a keylogger so I made one in VB.NET

At least you admit it's a crappy malware language so I can't yell at you too much. And it's not that it's a crappy language for malware it's that skids use it too much because it's easy to learn and write terrible malware in it. If you want to learn IL, .NET reversing and write something that embeds itself in to the framework and do it simply for learning purposes then that's a lot more respectable then "hurr durr I wanna make malware to steal club penguin passwords". But you should look in to C, C++ and ASM for real malware development.

Pretty sure one of the most famous virii of all time was written in VB.NET....

Or am I thinking of another .net language?

Zeus was written in visual C++ and the ILOVEYOU virus was VBScript. Is it possible that's what you're thinking about?
« Last Edit: December 03, 2013, 10:45:38 pm by Spacecow »

Offline hppd

  • Knight
  • **
  • Posts: 163
  • Cookies: 7
    • View Profile
Re: Open Source UD(1/52) Simple PHP Keylogger
« Reply #3 on: December 04, 2013, 05:35:48 pm »
Dude ASM is way out of my league. I bet my mind would explode when I write in ASM, I asked my ict teacher and he told me it's almost never used anymore anyway. I would like to get into python for automating exploits etc. and maybe c++ later, but I have to learn Java, Vb.NET and php first for school. So I'm going to focus on those first because I'm going to get confused otherwise..
« Last Edit: December 04, 2013, 05:36:10 pm by hppd »

Offline lucid

  • #Underground
  • Titan
  • **
  • Posts: 2683
  • Cookies: 243
  • psychonaut
    • View Profile
Re: Open Source UD(1/52) Simple PHP Keylogger
« Reply #4 on: December 04, 2013, 10:14:19 pm »
and the ILOVEYOU virus was VBScript. Is it possible that's what you're thinking about?
Right, VBScript not VB.NET. Yeah that's the one.
"Hacking is at least as much about ideas as about computers and technology. We use our skills to open doors that should never have been shut. We open these doors not only for our own benefit but for the benefit of others, too." - Brian the Hacker

Quote
15:04  @Phage : I'm bored of Python

Offline proxx

  • Avatarception
  • Global Moderator
  • Titan
  • *
  • Posts: 2803
  • Cookies: 256
  • ФФФ
    • View Profile
Re: Open Source UD(1/52) Simple PHP Keylogger
« Reply #5 on: December 05, 2013, 04:35:20 pm »
Dude ASM is way out of my league. I bet my mind would explode when I write in ASM, I asked my ict teacher and he told me it's almost never used anymore anyway.

Your teacher is pretty wrong.
ASM is still used a lot in games (small parts that need to be fast), hardware , how about OS's...
See my point ?

Wtf where you thinking with that signature? - Phage.
This was another little experiment *evillaughter - Proxx.
Evilception... - Phage

Offline lucid

  • #Underground
  • Titan
  • **
  • Posts: 2683
  • Cookies: 243
  • psychonaut
    • View Profile
Re: Open Source UD(1/52) Simple PHP Keylogger
« Reply #6 on: December 05, 2013, 08:44:09 pm »
I asked my ict teacher and he told me it's almost never used anymore anyway.
Wait... So according to your teacher, if I code something in ASM it will simply just..... not work?

Teachers are as arrogant and ignorant as doctors IMO.
« Last Edit: December 05, 2013, 08:44:28 pm by lucid »
"Hacking is at least as much about ideas as about computers and technology. We use our skills to open doors that should never have been shut. We open these doors not only for our own benefit but for the benefit of others, too." - Brian the Hacker

Quote
15:04  @Phage : I'm bored of Python

Offline hppd

  • Knight
  • **
  • Posts: 163
  • Cookies: 7
    • View Profile
Re: Open Source UD(1/52) Simple PHP Keylogger
« Reply #7 on: December 05, 2013, 08:46:48 pm »
Wait... So according to your teacher, if I code something in ASM it will simply just..... not work?

Teachers are as arrogant and ignorant as doctors IMO.
No he is just saying that it isn't used for nothing except OS programming and in universities lol..

Offline lucid

  • #Underground
  • Titan
  • **
  • Posts: 2683
  • Cookies: 243
  • psychonaut
    • View Profile
Re: Open Source UD(1/52) Simple PHP Keylogger
« Reply #8 on: December 05, 2013, 08:53:01 pm »
Even more of a reason to learn it.
"Hacking is at least as much about ideas as about computers and technology. We use our skills to open doors that should never have been shut. We open these doors not only for our own benefit but for the benefit of others, too." - Brian the Hacker

Quote
15:04  @Phage : I'm bored of Python

Offline hppd

  • Knight
  • **
  • Posts: 163
  • Cookies: 7
    • View Profile
Re: Open Source UD(1/52) Simple PHP Keylogger
« Reply #9 on: December 05, 2013, 09:39:34 pm »
I don't plan to go to university.. The thing is I just don't see the logic in assembly other language look understandeable..

Offline chapp

  • Peasant
  • *
  • Posts: 87
  • Cookies: 2
    • View Profile
Re: Open Source UD(1/52) Simple PHP Keylogger
« Reply #10 on: December 05, 2013, 10:41:32 pm »
I don't plan to go to university.. The thing is I just don't see the logic in assembly other language look understandeable..
You'll end up having a hard time writing binary exploits. You can have Metasploit create your shellcode or find a pre-written one one the web, but you will have to know your assembly in order to actually do anything useful e.g. debugging and find ways to get to the shellcode and execute it.


I'm not saying that you'll have to learn asm right now, but be prepare and curious about it.

Spacecow

  • Guest
Re: Open Source UD(1/52) Simple PHP Keylogger
« Reply #11 on: December 05, 2013, 10:48:19 pm »
I don't plan to go to university.. The thing is I just don't see the logic in assembly other language look understandeable..

Once you get past the intro vb.net stuff you will (or should hopefully) understand why ASM is still relevant and useful. You want to do real malware and exploitation shit then you will need to learn C/C++ and ASM at some point, trust us. Who are you going to listen to, your teacher showing you VB or actual hackers? Just think of ASM as the IL of native code, it's low level, dirty and allows you to really control stuff which makes it great for certain tasks and for speed. You want to do automating exploits with python, then you are going to have to learn about exploits and then you will understand ASM role.

Offline fin

  • NULL
  • Posts: 1
  • Cookies: -2
    • View Profile
Re: Open Source UD(1/52) Simple PHP Keylogger
« Reply #12 on: October 04, 2014, 10:04:55 pm »

Dear thread maker,

We are on Evilzone.org, the biggest hacking community.

If you don't use an extremely outdated programming language and use Linux, you are not cool.

Let me move on to another topic, which I know nothing about, but will act like I do.

Sincerely, everyone at Evilzone.

PS. Go to CodeProject if you want some positive critiques.
« Last Edit: October 04, 2014, 10:06:29 pm by fin »

Offline lucid

  • #Underground
  • Titan
  • **
  • Posts: 2683
  • Cookies: 243
  • psychonaut
    • View Profile
Re: Open Source UD(1/52) Simple PHP Keylogger
« Reply #13 on: October 05, 2014, 12:57:25 am »
Dear thread maker,

We are on Evilzone.org, the biggest hacking community.

If you don't use an extremely outdated programming language and use Linux, you are not cool.

Let me move on to another topic, which I know nothing about, but will act like I do.

Sincerely, everyone at Evilzone.

PS. Go to CodeProject if you want some positive critiques.
Dear thread necro'er,

Congratulations! You've successfully just executed an extreme thread necro on a 6 month old post that no one cares about! Now, if you are all done shit-posting and being condescending and pretentious, please move along to some other thread. Thank you.

/
"Hacking is at least as much about ideas as about computers and technology. We use our skills to open doors that should never have been shut. We open these doors not only for our own benefit but for the benefit of others, too." - Brian the Hacker

Quote
15:04  @Phage : I'm bored of Python