Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

What's the best language for hacking

Name: Anonymous 2009-07-03 18:30

What's the best language for hacking? Is it really C++? But some of the famous hackers seem to think C++ sucks so if not C++ what then? Just C without the ++? But C++ is the official successor to C so how can it be better? well

Name: Anonymous 2009-07-03 18:33

GJ

Name: Anonymous 2009-07-03 19:35

Perl

Name: Anonymous 2009-07-03 19:36

common lisp with the posix expansion pack

Name: Anonymous 2009-07-03 19:37

assembly?

Name: Anonymous 2009-07-03 22:06

Whatever ESR says since he's wrote "How to become a hacker" d00d

Name: Anonymous 2009-07-03 22:14

Lisp and C. This is what RMS uses for hacking his system.

Name: Anonymous 2009-07-03 23:26

Prolog.

Name: Anonymous 2009-07-04 1:05

Name: Anonymous 2009-07-04 1:51

BBCODE

Name: FrozenVoid 2009-07-04 3:04

>>1 the best general-purpose 'hacking' language: C.
However its not universal, and specific approaches call for different languages:  web/inside the browser - JavaScript,
 in the cracking/warez/demos - Assemblers, Shell scripting - .bat/.sh files/Perl. 


_____________________________________
http://xs135.xs.to/xs135/09042/av922.jpg
Necessity is the step-mother of invention.

Name: Anonymous 2009-07-04 3:13

java

Name: Anonymous 2009-07-04 4:26

Pascal

Name: Anonymous 2009-07-04 5:01

XHTML 1.1

Name: Anonymous 2009-07-04 7:45

>>>             ,         [[             >
>                     [               >  >
>>>  <<<<  ..   ,  ]]]   [[  +  +   ---  >>>
> <    .  .  ,  ]  ]  [   +  +  -     >  >
>>>  <     ...  ,  ]  ]  [    +++   ---  >  >

Name: Anonymous 2009-07-04 7:45

>>15
Awesome.

Name: Anonymous 2009-07-04 8:55

i hax my anus with a dildo

Name: Anonymous 2009-07-04 10:41

The
:::'###::::'########:::'######::
::'## ##::: ##.... ##:'##... ##:
:'##:. ##:: ##:::: ##: ##:::..::
'##:::. ##: ########:: ##:::::::
 #########: ##.... ##: ##:::::::
 ##.... ##: ##:::: ##: ##::: ##:
 ##:::: ##: ########::. ######::
..:::::..::........::::......:::

Programming Language

Name: Anonymous 2009-07-04 11:55

c++

:DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD

Name: Anonymous 2009-07-04 13:29

In before "DON'T HELP HIM!!"

>>1
It depends on what you're doing. If you're breaking into a website, you almost always need SQL injection, and sometimes also some Javascript if you've got an XSS exploit. If you're writing a buffer overflow attack, I can pretty much guarantee you'll be hacking on some raw machine code, because you have to be very precise about how your program is laid out in memory. Doubly so if your target system uses ASLR or any other form of buffer overflow protection. If every idiot Windows user upgraded to Vista tomorrow, buffer overflow attacks would become almost useless overnight.

Of course, once you've broken into a system and you can run arbitrary code, you could literally be writing in Brainfuck for all it matters, because that's the very definition of "run arbitrary code." I saw an article once about a malware author who wrote trojans with embedded Scheme interpreters, just because he could.

But that all assumes you can get into a system in the first place, and to manage that, you have to know what you're doing. The best place to start is social engineering: Learn how to lie to people, how to make them trust you, and how to trick them into giving you their passwords. That is the most reliable hacker method, and by far the most productive. On your downtime you can also learn some ASM and start writing buffer overflows, because that's always a neat trick to show off at your Starcraft LAN parties.

One more thing: The /b/ and /i/ crowds like to use DDoS techniques to mob their targets and melt people's websites. This isn't really "hacking," but it is spectacular. If personal satisfaction isn't enough for you, and you would rather go to jail just to get your little IRC channel on the news, then this is the path for you. Learn whatever scripting languages you have on your system, and learn about network protocols and their vulnerabilities. A little research can go a long way.

Name: Anonymous 2009-07-04 13:36

>>20
I just realised that OP used the word ``hacking'' as ``cracking''.

Name: Anonymous 2009-07-04 14:06

>>21

i just realised that OP is not a hetero-sexual

Name: Anonymous 2009-07-04 14:21

>>22
Neither are you.
Let's have homo-sexual gay sex in the anus.

Name: Anonymous 2009-07-04 14:48

Posting in this thread to get rid of the fucking Sepples smiley

Name: Anonymous 2012-10-13 18:47

Posting in this thread to get rid of the fucking Sepples smiley

Posting in this thread to get rid of the fucking Sepples smiley

Posting in this thread to get rid of the fucking Sepples smiley

Posting in this thread to get rid of the fucking Sepples smiley

Name: Anonymous 2012-10-13 18:47

Posting in this thread to get rid of the fucking Sepples smiley
Posting in this thread to get rid of the fucking Sepples smiley

Posting in this thread to get rid of the fucking Sepples smiley
Posting in this thread to get rid of the fucking Sepples smiley

Don't change these.
Name: Email:
Entire Thread Thread List