Welcome to HBH! If you had an account on hellboundhacker.org you will need to reset your password using the Lost Password system before you will be able to login.

General Hacking Knowledge


Mtutnid's Avatar
Member
0 0

Is there any free web page (Google does not count) I can get the knowledge needed to get a Security Expert Certification or Ethical Hacker Certificate (or more)? I am not planning on taking one, I just want some knowledge on hacking.

EDIT: I have to redefine my request. I want to learn hacking techniques and how they work. I know some basic stuff, but I want to learn more advanced techniques.

[img]http://www.hellboundhackers.org/forum/viewthread.php?forum_id=63&thread_id=15872[/img] [img]http://www.hellboundhackers.org/forum/viewthread.php?forum_id=63&thread_id=15872[/img] [img]http://www.hellboundhackers.org/forum/viewthread.php?forum_id=63&thread_id=15872[/img] [img]http://www.hellboundhackers.org/forum/viewthread.php?forum_id=63&thread_id=15872[/img] [img]http://www.hellboundhackers.org/forum/viewthread.php?forum_id=63&thread_id=15872[/img] [img]http://www.hellboundhackers.org/forum/viewthread.php?forum_id=63&thread_id=15872[/img] [img]http://www.hellboundhackers.org/forum/viewthread.php?forum_id=63&thread_id=15872[/img] [img]http://www.hellboundhackers.org/forum/viewthread.php?forum_id=63&thread_id=15872[/img] [img]http://www.hellboundhackers.org/forum/viewthread.php?forum_id=63&thread_id=15872[/img] [img]http://www.hellboundhackers.org/forum/viewthread.php?forum_id=63&thread_id=15872[/img] [img]http://www.hellboundhackers.org/forum/viewthread.php?forum_id=63&thread_id=15872[/img] [img]http://www.hellboundhackers.org/forum/viewthread.php?forum_id=63&thread_id=15872[/img] [img]http://www.hellboundhackers.org/forum/viewthread.php?forum_id=63&thread_id=15872[/img] [img]http://www.hellboundhackers.org/forum/viewthread.php?forum_id=63&thread_id=15872[/img]


spyware's Avatar
Banned
0 0

"hacking" doesn't quite cover what you have to know to hack. If you need a solid foundation, install linux and learn C and perl.


techb's Avatar
Member
0 0

http://catb.org/esr/faqs/hacker-howto.html

This is the link that got me started. You need to really soak in what is being published.

After that, google will teach you everything you need to know. I would suggest picking up C++ or Python. If you choose python, get used to sockets, urlib, urllib2, and ctypes.

That should get you started.


Mtutnid's Avatar
Member
0 0

spyware wrote: "hacking" doesn't quite cover what you have to know to hack. If you need a solid foundation, install linux and learn C and perl.

I know C++ and I installed Linux a month ago. I have edited my post, since you didn't quite understand what I meant.

techb wrote: http://catb.org/esr/faqs/hacker-howto.html

This is the link that got me started. You need to really soak in what is being published.

After that, google will teach you everything you need to know. I would suggest picking up C++ or Python. If you choose python, get used to sockets, urlib, urllib2, and ctypes.

That should get you started.

This is also the link that got me started, six months ago. I know C++ as mentioned above.


stealth-'s Avatar
Ninja Extreme
0 0

Well, after the edit your question makes much more sense :P It's still a bit broad, but I'll try to provide something useful:

  1. Books, there are plenty. Some of them are more of entertainment than learning exact methods, but still very useful. Expensive too, unfortunately, but there's pirated PDF's for that if you can't afford the books. Although I find a actual book easier to keep with.

  2. Exploit sites (Exploit-db, Milw0rm, packetstorm…), there are a lot of these sites, but it's cool to read through the vulnerabilities and such.

  3. Papers - Some of the exploit sites have sections for papers, other than that I don't know of any specific sources to find many.

  4. This OWASP database has an outline of the names of common web attacks, and from there you could google more information into things you want to learn.

  5. Do the challenges on this site. Yes, a lot of people think the challenges suck. In truth, they do. Most of them are poorly coded and require specific answers when it's clear you already understand the general concept well enough. However, they do teach you things if you can bear with them.

  6. Security blogs. There's lots of RSS feeds out there to subscribe to, if you have the time/patience to read through them. Most of it's crap, but some have interesting stuff.

  7. Learn how stuff like Metasploit works. There are tons of tutorials explaining things in the Metasploit framework. Even if you don't continue to use it, you can learn the methods just from the tutorials.

Well, that's my best shot at giving locations to find information. Hope some of it was useful. Best thing to keep in mind is to just read everything you can get your hands on.


Mtutnid's Avatar
Member
0 0

maug wrote: I wanted to add that I don't think it is all too great when people study for a cert to learn about something.

If you read my post, then you had to notice that i am not planning on taking a cert, I just want to learn. Thanks for the advice.

maug wrote: edit: hehe, nice lamb of god sig. lamb of god, children of bodom, god forbid, and suicidal tendencies all together was a crazy show.

I am planning on making the sig smaller, it takes up too much space. Too bad I didn't see the show.


techb's Avatar
Member
0 0

maug wrote: I was categorizing what you learn about by the certs. It doesn't matter if you plan on taking the cert, you can still look up learning resources for the cert.

I am studding through Cisco Academy at my college, and the course material for the security portion was this book. It teaches at a higher level of security. It is a bit dated, but will serve as a excellent guide.


ghost's Avatar
0 0

Just use wikipedia. start with SQL injection, Buffer overflow and just follow links as you find them, tjhe middle click( or ctrl+left click) in firefox is your friend. Just so you understand the basics then just read up around the subject.


Mtutnid's Avatar
Member
0 0

wolfmankurd wrote: Just use wikipedia. start with SQL injection, Buffer overflow and just follow links as you find them, tjhe middle click( or ctrl+left click) in firefox is your friend. Just so you understand the basics then just read up around the subject.

Thanks. I know SQL injection and Overflows and XSS and CSRF abd stuff like that so I was a little stuck