Best "Hacking" Language?

No explicit questions like "how do I hack xxx.com" please!
Post Reply
User avatar
hotfoot982
Newbie
Newbie
Posts: 5
Joined: 14 Apr 2007, 16:00
17
Contact:

Best "Hacking" Language?

Post by hotfoot982 »

Hey,
I am really confused on which language I should learn.

Please post what you think I should learn for these two types of hacking:
- Web hacking (hacking sites)
- Virus making (making trojans, viruses, editing viruses, etc.)


Thank you very much,
- hotfoot982

User avatar
RNA
suck-o-fied!
suck-o-fied!
Posts: 95
Joined: 23 Nov 2006, 17:00
17
Location: A bit to the right of null
Contact:

Re: Best "Hacking" Language?

Post by RNA »

hotfoot982 wrote:Hey,
I am really confused on which language I should learn.

Please post what you think I should learn for these two types of hacking:
- Web hacking (hacking sites)
- Virus making (making trojans, viruses, editing viruses, etc.)


Thank you very much,
- hotfoot982
There isn't really a language for 'hacking' per say, the language is effectivly your tool.
For your web hacking thing, I would advise an understand of how the web programming works, so PHP would be a good start, if you know the flaws first hand, finding them is natural.

User avatar
hotfoot982
Newbie
Newbie
Posts: 5
Joined: 14 Apr 2007, 16:00
17
Contact:

Post by hotfoot982 »

Lol well, I just meant in peoples opinions.


- hotfoot982

User avatar
Lyecdevf
cyber Idi Amin
cyber Idi Amin
Posts: 1222
Joined: 16 Mar 2006, 17:00
18
Location: In between life and death.
Contact:

Post by Lyecdevf »

I would go for C++ and Perl. It depends what you want to do with your programing skills. Hacking is a broad area. You could write viruses, worms, keylogers,...Some languages are better suited for certain tasks. Maybe if you had decided what exactlly you want to do we could advice you on that.
We will either find a way, or make one.
- Hannibal

ebrizzlez
Kage
Kage
Posts: 732
Joined: 31 Mar 2007, 16:00
17
Location: Hidden in a Buffer Protection.
Contact:

Post by ebrizzlez »

Check out my tutorial for virus building.

Code: Select all

http://www.suck-oold.com/modules.php?name=Forums&file=viewtopic&t=2604
Basically, for viruses you need to know API (Application Programming Interface) And for web hacking, you would need to know Cross Site Scripting, and I just mainly recommend learning Java, Html, PHP, and ASP. If you know how to mess with PHP then you can do web hacking, but you need knownledge of the others as well. :wink:
[img]http://i81.photobucket.com/albums/j205/ebrizzlez/4lsint1.jpg[/img]

pseudo_opcode
cyber messiah
cyber messiah
Posts: 1201
Joined: 30 Apr 2006, 16:00
17
Location: 127.0.0.1

Post by pseudo_opcode »

I'll say C and assembly, the deadly combination, you cant do any shellcodes or exploits without assembly, if you're a hacker, then it has to be part of your invetory.
If you cant exploit buffer overflows, off-by-one, heap overflows, you dont deserve to call yourself a hacker.

Post Reply