Author Topic: what books for a beginner  (Read 4381 times)

0 Members and 1 Guest are viewing this topic.

hacker95

  • Guest
what books for a beginner
« on: June 26, 2011, 06:02:44 pm »
Hey guys what are the best books for a beginner to read on hacking ??

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: what books for a beginner
« Reply #1 on: June 26, 2011, 07:11:23 pm »
To be honest, I wouldn't recommend any of those so-called hacking books. Just learn computer logic and go from there. In other words, learn to code. Then choose a security area and read online from there.
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true

Offline Stackprotector

  • Administrator
  • Titan
  • *
  • Posts: 2515
  • Cookies: 205
    • View Profile
Re: what books for a beginner
« Reply #2 on: June 26, 2011, 11:49:46 pm »
What are you trying to learn... hacking?? ,
~Factionwars

Offline noob

  • Knight
  • **
  • Posts: 202
  • Cookies: 29
    • View Profile
Re: what books for a beginner
« Reply #3 on: June 27, 2011, 02:26:15 am »
Depend what you want,if you wana be a hacker chose a programing language and go for it,be creative and create some usefull things.
And if you wana be a cracker its another story.You wana crack web apps?Then go learn php,http,test web applications,find your way....and its a easier cracker way....
If you wana find wholes and write exploits its a hard cracker way,take years of learning...
What it will be :)

iMorg

  • Guest
Re: what books for a beginner
« Reply #4 on: June 27, 2011, 02:57:32 am »
The FreeBSD handbooks are a good start for unix.

Offline NC009

  • Serf
  • *
  • Posts: 20
  • Cookies: 0
    • View Profile
Re: what books for a beginner
« Reply #5 on: July 01, 2011, 07:15:28 pm »
*Hacking Exposed 6*

is a good foundation to learn the concept (fingerprinting, scanning, enumeration, exploiting, and evading)...but like the other guys said...if you want to craft your own exploits...you are going to have to learn a programming language, shellcode, etc.

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: what books for a beginner
« Reply #6 on: July 02, 2011, 04:33:53 pm »
*Hacking Exposed 6*

is a good foundation to learn the concept (fingerprinting, scanning, enumeration, exploiting, and evading)

I beg to differ, its a confusing book. I dont agree with the method of learning hacking.
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true

Offline xXSucreXx

  • NULL
  • Posts: 4
  • Cookies: 0
  • Evilzone Or No Zone !!
    • View Profile
    • Evilzone Hacking
Re: what books for a beginner
« Reply #7 on: July 11, 2011, 02:16:29 pm »
most books are good.. but start wit the basics !

Offline Dropchop

  • Peasant
  • *
  • Posts: 74
  • Cookies: 3
    • View Profile
Re: what books for a beginner
« Reply #8 on: July 12, 2011, 04:09:24 am »
Steal this Computer Book 4.0 is pretty neat and it comes with a CD that contains some basic tools.


 "I have lived on the lip of insanity, wanting to know reasons, knocking on a door. It opens. I've been knocking from the inside."
-- Rumi

Offline BigE

  • /dev/null
  • *
  • Posts: 13
  • Cookies: 0
    • View Profile
Re: what books for a beginner
« Reply #9 on: July 14, 2011, 02:40:37 am »
You can go to exploit-db.com and do a search for "papers" on a specific subject if you like. Everything from exploit writing of different forms to programming tutorials to target recon and beyond can be found on there, and are often written unprofessionally by people who are quite knowledgeable.
Imagine, and Create.
Without creation, imagination stays just that, an imagination, a thought, a dream, loose in your mind.
Without imagination, creation lacks vision, planning, and determination.
One without the other is worthless, but together, invaluable.

Offline FuyuKitsune

  • Knight
  • **
  • Posts: 292
  • Cookies: 21
    • View Profile
Re: what books for a beginner
« Reply #10 on: July 15, 2011, 12:50:39 am »
Just learn computer logic and go from there. In other words, learn to code. Then choose a security area and read online from there.
You can go to exploit-db.com and do a search for "papers" on a specific subject if you like. Everything from exploit writing of different forms to programming tutorials to target recon and beyond can be found on there, and are often written unprofessionally by people who are quite knowledgeable.
I agree with these. Pick an area and study the topics individually. The only good hacking books are the ones that go in-depth on specific topics, and still there are few of those that are good, and the rest are too brief for you to really learn anything. You can find field-specific books when you have some basics down but I've found tuts and whitepapers more practically useful than any book (except perhaps Cisco's networking books and Hacking: The Art of Exploitation).

Offline xzid

  • Knight
  • **
  • Posts: 329
  • Cookies: 41
    • View Profile
Re: what books for a beginner
« Reply #11 on: July 23, 2011, 04:10:10 am »
fuyu, love the picture: arctic fox. Shitload of em where I used to work(nunavut, canada). I had nice pictures, one of them two owls are about to rip the fox the shreads! but I seem to missing a laptop..? Srsly I can't find it, if I do I'll show.

About post: to learn its tech info, or papers. Books are for langs and more complex things.

Offline 1Mirek

  • Serf
  • *
  • Posts: 22
  • Cookies: -5
  • #!/usr/bin/perl
    • View Profile
    • Liquid-Security
Re: what books for a beginner
« Reply #12 on: August 05, 2011, 10:54:01 am »
forget about hacking stuff, start with programming languages, I would recommend you Perl, once you learn him sky is the limit ;)