Login Register






Good language for hackers? filter_list
Author
Message
Good language for hackers? #1
I took a python course and was half way through it when I had to drop out and now I'm into hacking and was wondering what programming language hackers use (or is best) for doing hacking stuff like writing rats, key loggers, and malware. Thanks and srry if there's anything wrong with my question ima noob :p

Reply

RE: Good language for hackers? #2
Uh. Any language?

O-O

2shrt4love
[URL="http://adf.ly/Qprky"]FORUM[/URL]
[URL="http://adf.ly/QizD5"]BLOG[/URL]

Reply

RE: Good language for hackers? #3
"the only limit is the programmer" - by 1llusion
[Image: fa00a00749.jpg]

Staff will never ever ask you for your personal information.
We know everything about you anyway.

Bonus

Reply

RE: Good language for hackers? #4
does not really matter also long as you know the language very well.

Reply

RE: Good language for hackers? #5
Personally, I prefer VB but, thats only because I have 6 years of practice in it.
[username], need some help?, PM me.
[Image: kjKks6Y.png]

Reply

RE: Good language for hackers? #6
Don't take .net!! Too many dependencies! Take Delphi. It's one of the most used blackhat malware writting language.
If you're cool click this: http://adf.ly/MWQtY

My newly created blog: http://www.learn-basic-hacking.blogspot.dk/

Reply

RE: Good language for hackers? #7
Python is a really good starting language too. :3
[URL="http://adf.ly/Qprky"]FORUM[/URL]
[URL="http://adf.ly/QizD5"]BLOG[/URL]

Reply

RE: Good language for hackers? #8
Well, every language has its pros and cons. Python is widely used for writing PoC as it is crossplatform. However, you can't write good malware with it Biggrin

Java is popular for crossplatform malware. But you can't do really targeted malware.

C is probably the most popular as it is a good compromise between targeting, speed and complexity.
ASM is popular for highly targeted malware (Stuxnet-like stuff)

It all depends on what you want to accomplish Smile

(11-20-2012, 10:45 PM)drake8 Wrote: Don't take .net!! Too many dependencies! Take Delphi. It's one of the most used blackhat malware writting language.

Where did you take that from? O.o

Stuxnet - ASM/C
SpyEye - ASM
Zeus - ASM
StealthBanker - ASM/C

You have Cybergate from Delphi family, but Delphi is far from being the most used.
Staff will never ever ask you for your personal information.
We know everything about you anyway.

Reply

RE: Good language for hackers? #9
One of .Net biggest restrictions is you cannot make it an admin tool in the code. After making the tool just go to the application. Right click properties and you can set it to run as admin. Most common PC users don't realize its easy to stop a program from running as admin.
[username], need some help?, PM me.
[Image: kjKks6Y.png]

Reply

RE: Good language for hackers? #10
Lots of rats and keyloggers are coded in Delphi. If you ask a blackhat, he would say Delphi. But it's a pretty new programming language in the scene, so there aren't many well-known riskwares. Tongue
If you're cool click this: http://adf.ly/MWQtY

My newly created blog: http://www.learn-basic-hacking.blogspot.dk/

Reply