# How come so many teens and pre-teens know how to hack?

**URL:** https://boards.straightdope.com/t/how-come-so-many-teens-and-pre-teens-know-how-to-hack/308567
**Category:** Factual Questions
**Created:** [June 16, 2005, 4:27pm UTC](https://boards.straightdope.com/t/how-come-so-many-teens-and-pre-teens-know-how-to-hack/308567 "2005-06-16T16:27:12Z")
**Posts on this page:** 8
**Page:** 2

<div class="post-metadata">

### Author: ![Shalmanese](https://avatars.discourse-cdn.com/v4/letter/s/45deac/32.png) [@Shalmanese](https://boards.straightdope.com/u/Shalmanese)
#### Post date: [June 17, 2005, 9:13am UTC](https://boards.straightdope.com/t/how-come-so-many-teens-and-pre-teens-know-how-to-hack/308567/21 "2005-06-17T09:13:19Z")

</div>

> [@rfgdxm](#):
>
> What sysadmins do you deal with? They are geeks, like me. Geeks respect other geeks. Its the code of the Internet. Failing to point out security holes is a cardinal sin amongst geeks.

Check out Chapter 5 of the Art of Intrusion by Mitnick. If you want to use amazon’s look inside a book, the details of it are on pg 104 - 105. A hacker named “adrian” found a couple of fairly big exploits from Excite, MCI etc. and would routinely forward the info to sysadmins. One day, he found one from the New York Times, forwarded the details, and the sysadmin went nuts and called in the FBI and ended up prosecuting him as a computer criminal.

---

<div class="post-metadata">

### Author: ![Shalmanese](https://avatars.discourse-cdn.com/v4/letter/s/45deac/32.png) [@Shalmanese](https://boards.straightdope.com/u/Shalmanese)
#### Post date: [June 17, 2005, 9:26am UTC](https://boards.straightdope.com/t/how-come-so-many-teens-and-pre-teens-know-how-to-hack/308567/22 "2005-06-17T09:26:33Z")

</div>

> [@Derleth](#):
>
> Just out of curiosity, did you completely miss the second level to that statement?

No, what is the second level? 😕

> [@](#):
>
> What about people like Richard Stallman and Linus Torvalds, who are undeniably hackers and don’t break into systems _at all_?
> 
> Your definition does have some use, but it’s still, well, _wrong_. It doesn’t describe a large number of hackers who don’t break any kind of security and who spend their time building software, not destroying it.
> 
> (I think we can all agree that bugfinding is different from password cracking, right? Especially if you have the source and intend to fix the bugs you find.)
> 
> Hackers – that is, the people who call themselves hackers who aren’t total retards – are simply people who love complexity and approach it in a playful fashion. Computers are new on the scene: Hackers played with large model train sets before they were invented, among other things. (Search for the “Tech Model Railroad Club” on Google.) You could go so far as to say that Bach hacked music and Babbage hacked proto-computer mechanical adding machines, but that’s rather esoteric.
> 
> To be fair, so are a lot of hackers.

Yes, thats a completely different definition of hacker and, AFAIK, came after all the other definitions. The first definition of a hack was an incredibly bad and ugly piece of code and a hacker was an incompetant programmer who could only hack. Then came the definition that a hacker breaks into systems, then came the great hacker vs cracker debate about malicious vs learning as a motive for breaking in. Finally, people started using hacker to mean someone who wrote elegant code which is a complete opposite of the original definition. Given that all 4 definitions are still in use, it really gets quite tedious when people try and bring up hackers vs crackers.

---

<div class="post-metadata">

### Author: ![Sage\_Rat](https://sea3.discourse-cdn.com/straightdope/user_avatar/boards.straightdope.com/sage_rat/32/399_2.png) [@Sage\_Rat](https://boards.straightdope.com/u/Sage_Rat)
#### Post date: [June 17, 2005, 10:46am UTC](https://boards.straightdope.com/t/how-come-so-many-teens-and-pre-teens-know-how-to-hack/308567/23 "2005-06-17T10:46:18Z")

</div>

The Jargon File only has benevolent definitions for [hacker.](http://catb.org/~esr/jargon/html/H/hacker.html) I’ve never heard of it starting out as negative, but my family is in the younger range of greybeards–so if it switched previous to '70, then dunno.

---

<div class="post-metadata">

### Author: ![Sage\_Rat](https://sea3.discourse-cdn.com/straightdope/user_avatar/boards.straightdope.com/sage_rat/32/399_2.png) [@Sage\_Rat](https://boards.straightdope.com/u/Sage_Rat)
#### Post date: [June 17, 2005, 11:06am UTC](https://boards.straightdope.com/t/how-come-so-many-teens-and-pre-teens-know-how-to-hack/308567/24 "2005-06-17T11:06:08Z")

</div>

As to the OP, mostly a repeat of the above ^. Most cracking by teens is done by tieing together scripts and tools out and about on the web (which were probably made by more learned persons.)

However, until you get up to cryptography, most of what breaking into other peoples stuff involves is figuring out how something works and taking advantage of flaws. For instance, if you wanted to break a four-legged table to the ground you can either try to bang on the top OR you can kick the leg posts from the side. Most people will go for the legs, just because people fundamentally understand that this is the weak point of the table–it just wasn’t intended to have to deal with horizontal force. Which is the reason why there is so much code in the world that is breakable: People naturally build things to do the tasks they are meant to perform, and NOT to be able to do all the 8000 possible maniacal things you could also lump upon it.

If someone comes with a complaint saying that their 14 year old can break down the table they bought off of you simply by kicking out the legs–the general response is “Don’t kick the table legs!” However, in the programming world you can’t do that. And there literally are 8000 different maniacal things someone can lump on your code–and no matter what you will never be able to think of them all.

So, if some kid sees your product or protocol or whatever, he doesn’t need to be a genius. He just needs to have an idea of the computer world version of physics–and once he has that, knowing where the weak points are can be every bit as instinctual as anyone looking at a table. And as has been mentioned, most people who just “get” the way computer things work have much better things to do than breaking it.

---

<div class="post-metadata">

### Author: ![rfgdxm](https://avatars.discourse-cdn.com/v4/letter/r/c0e974/32.png) [@rfgdxm](https://boards.straightdope.com/u/rfgdxm)
#### Post date: [June 17, 2005, 3:11pm UTC](https://boards.straightdope.com/t/how-come-so-many-teens-and-pre-teens-know-how-to-hack/308567/25 "2005-06-17T15:11:22Z")

</div>

> [@Shalmanese](#):
>
> Check out Chapter 5 of the Art of Intrusion by Mitnick. If you want to use amazon’s look inside a book, the details of it are on pg 104 - 105. A hacker named “adrian” found a couple of fairly big exploits from Excite, MCI etc. and would routinely forward the info to sysadmins. One day, he found one from the New York Times, forwarded the details, and the sysadmin went nuts and called in the FBI and ended up prosecuting him as a computer criminal.

I guess I should read that book. But what did he do that would result in prosecution? If a sysadmin called the FBI and said he had a security hole in his system, wouldn’t they suggest he just fix it? And what sysadmin would after being informed of a security hole would start off calling the FBI, rather than running to a terminal and fixing the code? If he did the latter, likely some teenager in Portugal would have crashed his system before the cops did anything. All the big bosses at the NYT would have noticed is their computer system was dead, and fired his ass. In the private sector, they expect results.

---

<div class="post-metadata">

### Author: ![Mops](https://sea3.discourse-cdn.com/straightdope/user_avatar/boards.straightdope.com/mops/32/16494_2.png) [@Mops](https://boards.straightdope.com/u/Mops)
#### Post date: [June 17, 2005, 8:30pm UTC](https://boards.straightdope.com/t/how-come-so-many-teens-and-pre-teens-know-how-to-hack/308567/26 "2005-06-17T20:30:54Z")

</div>

Another factor might be that people in secondary education simply don’t have the sort of workload and obligations yet that adults have. If you are reasonably intelligent school isn’t that onerous IMO. For example in my case: I often skipped homework that wasn’t to be handed in; when I was called I just read the answers off an empty sheet. Got excellent grades while putting in perhaps 5 _half_ work-days (by adult reckoning) a week. I had time to play around with electronics and pursue a number of other hobbies. Now with work where I have to run all day just to stay in the same place, some volunteering, social life and regular exercise, I often come home, hit the bed and am out like a light.

---

<div class="post-metadata">

### Author: ![Derleth](https://avatars.discourse-cdn.com/v4/letter/d/b9e5f3/32.png) [@Derleth](https://boards.straightdope.com/u/Derleth)
#### Post date: [June 18, 2005, 2:36am UTC](https://boards.straightdope.com/t/how-come-so-many-teens-and-pre-teens-know-how-to-hack/308567/27 "2005-06-18T02:36:15Z")

</div>

> [@Shalmanese](#):
>
> No, what is the second level? 😕

‘Gay’ is a _very_ common term for homosexual, especially male homosexual. Large numbers of gays get annoyed when someone uses the term ‘gay’ to mean ‘bad’ or ‘stupid’, because it’s a denigration of homosexuals in general.

(Some of the brighter bulbs in the world use ‘lesbian’ in a perjorative sense as well. I can search the SDMB for the thread where this is mentioned if you want.)

> [@](#):
>
> Yes, thats a completely different definition of hacker and, AFAIK, came after all the other definitions.

Not really, no. It was a sense of the original definition that goes back to the MIT definition of the term. [Wikipedia’s take](http://en.wikipedia.org/wiki/Hacker):

> [@](#):
>
> The modern, computer-related form of the term is likely rooted in the goings on at the Massachusetts Institute of Technology (MIT) in the 1960s, long before computers became common; the word “hack” was local slang which had a large number of related meanings. One was a simple, but often inelegant, solution to a problem. It also meant any clever prank ([http://hacks.mit.edu/](http://hacks.mit.edu/)) perpetrated by MIT students; logically the perpetrator was a hacker. To this day the terms hack and hacker are used in several ways at MIT, without necessarily referring to computers. When MIT students surreptitiously put a police car atop the dome on MIT’s Building 10, that was a hack, and the students involved were therefore hackers. Another type of hacker - one who explores undocumented or unauthorized areas in buildings - is now called a reality hacker or urban spelunker.

---

<div class="post-metadata">

### Author: ![Ms2001](https://sea3.discourse-cdn.com/straightdope/user_avatar/boards.straightdope.com/ms2001/32/18463_2.png) [@Ms2001](https://boards.straightdope.com/u/Ms2001)
#### Post date: [June 18, 2005, 8:07am UTC](https://boards.straightdope.com/t/how-come-so-many-teens-and-pre-teens-know-how-to-hack/308567/28 "2005-06-18T08:07:20Z")

</div>

> [@Nanoda](#):
>
> Pretty much what **Electronic Chaos** says. Learning to be a doctor at home is messy, expensive, and hard to explain to your parents. ‘Hacking’ involves nothing more than a PC, standard equipment in most countries. The level of risk involved is also (at least superficially) far less than most other ‘sticking-it-to-the-man’ activities.

Exactly. If it were possible for kids that age to learn medicine, build their own cars, design and test bridges or houses, etc., inexpensively and in their own free time, they’d be doing it. I started programming when I was about 6, was able to crack shareware by 12 or 13, and I’m sure I could’ve been breaking into systems over the internet if I’d been interested.

[Previous page](https://boards.straightdope.com/t/how-come-so-many-teens-and-pre-teens-know-how-to-hack/308567.md?page=1)
