Hacking

Pages: 1234
Danke
It's notable that there is more than 1 area of hacking. For example take this article:
http://arstechnica.com/tech-policy/2011/02/anonymous-speaks-the-inside-story-of-the-hbgary-hack/

First they hack their web interface, using SQL injection (as chrisname said this is fairly easy), after that they dump their database and begin cracking passwords(e.g. john the ripper). After cracking their passwords they log on to the CEO's email and use social engineering to gain access to their server.

Hacking is a collection of skills, and knowing c/c++ almost required, assembly is next, then it kind of splinters on what you like doing.

An important question to ask yourself is why do you want to hack. What do really want to achieve. There are many good reasons and even more bad reasons.

Resources:

Phrack is an online magazine that has many interesting things, and has articles on nearly all aspects of hacking.

DefCon is hacking conference that records their talks, here is one on advanced sql injection.
https://www.youtube.com/watch?v=rdyQoUNeXSg
(warning, he is pretty drunk, most other talks are done while sober)
closed account (ypfz3TCk)
Watch the movies "Hackers" and "The matrix" - you will learn to hack by watching these films!
The Matrix teaches nothing about hacking. Swordfish teaches more and it still has next to nothing on hacking.

@Hethrir
Thank you for the resources.
The Matrix Realoaded has one of, if not the, only realistic hacking scenes, where Trinity uses nmap to exploit a bug in an SSH server (this was a real bug which existed in 2001): http://nmap.org/movies.html
Last edited on
closed account (1yR4jE8b)
Sometimes I wish this was reddit, so that I could upvote the crap out of some of the responses here ;) +1 chrisname about the nmap exploit ;)
closed account (ypfz3TCk)
The Matrix does not teach you how to hack, but you can learn to hack from watching the Matrix.

Another film you should watch, if you are serious, is "Safe House". ( :-D ) I am only joking of course.
Last edited on
You can't learn to hack from watching the Matrix, but you can learn to hack while watching it.
Last edited on
closed account (ypfz3TCk)
hehehe
closed account (1vRz3TCk)
You will not learn hacking from it but you will learn a lot about unix by watching Jurassic Park.
@CodeMonkey
I think you mean reading it, the movie doesn't really show much but the book (IIRC, its been around twenty years since I read it) went into more detail.
Surprised this has gone on as long as it has with this not being a hacking site.
@BHXSpecter
That would depend on your definition of hacker. Most people seem to be confusing hackers with script kiddies and crackers. Real hackers are just programmers who sometimes find exploits and report them. Imagine Linux without hackers around to make it (and make it better).
+1 naraku9333.
So this forum is two-faced? :/ One guy asks about hacking games and gets told to go to a hacking site and not discuss it here. Then a few days later a different hacking thread starts and gets 3 pages to it. I think if you are going to shun one user from asking about hacking you shouldn't continue to talk about another aspect of hacking in another thread.
There is more than one person on this forum, each with their own opinions. You seem to be conflating the opinion of the forum as a whole and the opinion of a few people.

Also, I can't find the thread you're talking about.
I'm probably misinterpreting everything, God knows I do that on regular occasion (I'm bad about putting my foot in my mouth). I may be doing just that again here.


http://cplusplus.com/forum/beginner/72163/
closed account (1vRz3TCk)
There are subtle differences in the questions asked and the perceived legality of what the OPs are wanting to do.
In that thread, I'm pretty sure the OP just wanted to mod games, not to make no-CD cracks (which is ridiculously easy and can be done with nothing more than a hex editor, assembly knowledge and knowledge of how games detect CDs). Also, I think it's pathetic that some people withhold information just because someone might do something bad with it. It's pretty well known that security-through-obscurity doesn't work (take, I don't know, literally every closed-source program which has ever had or currently has a security hole (in other words, most probably all of them)). And that's not to mention the ethical problems with controlling people by controlling the flow of information. If you don't want someone to know that there's a security flaw in something, fix the security flaw.

Also, if you're concerned about the legality, tell him it's illegal. Otherwise, he's just going to go somewhere else where they might not tell him it's illegal.
So it was just me misunderstanding. I already know I'm stupid, just prove it when I open my mouth :).
Pages: 1234