Author Topic: Some beginner resources I use if your interested. (Noob)  (Read 1286 times)

0 Members and 2 Guests are viewing this topic.

Offline shad0wingfir3

  • Serf
  • *
  • Posts: 40
  • Cookies: 4
    • View Profile
Some beginner resources I use if your interested. (Noob)
« on: September 13, 2014, 06:07:33 am »

Personal Training Roadmap


Areas:
Programming
Web application
Networking


Basic:
   Programming
Python
Javascript
PHP
   Resources
http://www.codecademy.com
http://www.python.org


   WebAppSec
XSS/CSRF/DirectoryTraversal/Jsinject/SQLi
   Resources:
http://www.evilzone.org
http://www.enigmagroup.org
http://www.hacking-lab.com
http://www.hackthissite.org
http://www.securityoverride.org
http://www.owasp.org


   Networking
TCP/IP


   Resources: http://www.tcpipguide.com/
« Last Edit: September 19, 2014, 06:30:49 am by shad0wingfir3 »

Offline shadowwolf

  • Knight
  • **
  • Posts: 214
  • Cookies: -3
    • View Profile
Re: Some beginner resources I use if your interested. (Noob)
« Reply #1 on: September 13, 2014, 06:37:31 am »
Why would you put ez down as a resource? I mean it would be kinda sad if you're on this site and you haven't seen the home page.
"On one hand... you're a total cock.
On the other.. you're an active, loyal, somewhat knowledgeable cock.

I think that's an approval from me, we need the right kinda cock around here."- HTH because cock is good, as long as it's the right kind of cock.

Offline shad0wingfir3

  • Serf
  • *
  • Posts: 40
  • Cookies: 4
    • View Profile
Re: Some beginner resources I use if your interested. (Noob)
« Reply #2 on: September 13, 2014, 06:47:59 am »
Its from a document I am making as I journey along my path. I can't say I will be here forever. But I see your point.  :D

Offline shadowwolf

  • Knight
  • **
  • Posts: 214
  • Cookies: -3
    • View Profile
Re: Some beginner resources I use if your interested. (Noob)
« Reply #3 on: September 13, 2014, 07:14:05 am »
Its from a document I am making as I journey along my path. I can't say I will be here forever. But I see your point.  :D

Ahhh ok. I was confused for a second, but you have a pretty good list so far.
"On one hand... you're a total cock.
On the other.. you're an active, loyal, somewhat knowledgeable cock.

I think that's an approval from me, we need the right kinda cock around here."- HTH because cock is good, as long as it's the right kind of cock.

Offline Axon

  • VIP
  • King
  • *
  • Posts: 2047
  • Cookies: 319
    • View Profile
Re: Some beginner resources I use if your interested. (Noob)
« Reply #4 on: September 13, 2014, 11:31:04 am »
Are you sure codeacademy can be considered as a resource? I prefer books to codeacademy.

Offline shad0wingfir3

  • Serf
  • *
  • Posts: 40
  • Cookies: 4
    • View Profile
Re: Some beginner resources I use if your interested. (Noob)
« Reply #5 on: September 14, 2014, 01:23:33 am »
Are you sure codeacademy can be considered as a resource? I prefer books to codeacademy.




I would, at least personally since it is more hands on. I guess I haven't found the right book about programming, nor do I have the experience to tell if it is a good book to learn from or not. I think my list is for quickly getting your feet on the ground. This is by no means complete. This is just what I have come across that has taught me the most over the last few weeks.

P0LYmath

  • Guest
Re: Some beginner resources I use if your interested. (Noob)
« Reply #6 on: September 14, 2014, 01:33:58 am »
Are you sure codeacademy can be considered as a resource? I prefer books to codeacademy.
Why wouldn't it be considered a resource? If it fills the skillgap for someone and they learn by going there, then it is a resource.

Offline Pak_Track

  • Royal Highness
  • ****
  • Posts: 762
  • Cookies: 69
  • Paratrooper
    • View Profile
    • My Home
Re: Some beginner resources I use if your interested. (Noob)
« Reply #7 on: September 14, 2014, 09:46:58 am »
Why wouldn't it be considered a resource? If it fills the skillgap for someone and they learn by going there, then it is a resource.
^this.
A resource is a resource if someone considers it.

'Life is but a series of conflicts between the easy way and the right way.'
The more you know, the more you'll realize you know nothing. -Snayler
The problem with being a smart motherfucker is that sometimes the stupid motherfuckers think you're a crazy motherfucker.
dont u hate it when you offer help and the other person says yes -Pakalu Papito

P0LYmath

  • Guest
Re: Some beginner resources I use if your interested. (Noob)
« Reply #8 on: September 14, 2014, 08:46:09 pm »
I would also HIGHLY suggest learning about something called "OSINT". It's basically the initial stage of intelligence collection. In reference to hacking it spans a wide array of topics including: whois, dns lookups, google search operators, social network recon, digital forensics, website duplication/crawling, proxy recon, etc...

I recommend this because when it comes to hacking, EVERYTHING starts here, and you are only as good as your initial recon on a target. The more information you have before you start, the more attack vectors you will have, once you begin. Knowing how to research is a critical aspect of this field. I suggest EVERYONE starts there.

A couple of resources to get you there:
Ben Benivides's OSINT Toolkit, you can't say enough about this guy, he's a pioneer in the OSINT world.
http://www.phibetaiota.net/wp-content/uploads/2013/07/2013-07-11-OSINT-2ool-Kit-On-The-Go-Bag-O-Tradecraft.pdf

Johny long is a major figure-head in the hacking world, known for his Google hacking or google dorking
http://rogunix.com/docs/Pentesting/Google%20Hacking%20for%20Penetration%20Testers,%20Vol.%202.pdf

He also created the google hacking database.
 http://www.hackersforcharity.org/ghdb/

Whether your a scout recon in an infantry platoon, a ghost on the wire, or a kid studying for an exam.
Everything starts with research/recon... never underestimate the value of that...


Some good recon tools to get familiar with:
website digger, recon-ng, httrack, whois, netcraft, harvester, google (ofcourse) and it's special operators (some of my favs: Site, Inurl, quotes, filetype, and cache), maltego, wireshark, nmap...

and as you listed python (can be a great scripting language for recon, writing your own webscrapers/spiders,
couple good books on pythong recon: python for secret agents, hacking secret ciphers with python, gray hat python, Webbots, Spiders, and Screen Scrapers, Mining the Social Web, Python for Data Analysis, Coding for Penetration Testers, Python Forensics, Violent Python
(all books listed above can be found online... I found them all using google searches for filetype:pdf or filetype:torrent) ;)

Knowledge is power my friend.

p.s. Download Calibre (available for windows and linux) and start a library with the ebooks you find online, this site has a pretty decent library to start, but they are still limited (and quite alot of it is outdated), you always need to do your own research to stay at the top.
Some great book publishers for hacking include:
Syngress (my fav), No starch press, PACKT, Sams publishing, Wiley, and O'reilly.

Check their sites regularly for new book releases that interest you. and then do a little google hacking to find them.

Personal Training Roadmap


Areas:
Programming
Web application
Networking


Basic:
   Programming
Python
Javascript
PHP
   Resources
http://www.codecademy.com
http://www.python.org


   WebAppSec
XSS/CSRF/DirectoryTraversal/Jsinject/SQLi
   Resources:
http://www.evilzone.org
http://www.enigmagroup.org
http://www.hacking-lab.com
http://www.hackthissite.org
http://www.securityoverride.org
http://www.owasp.org


   Networking
TCP/IP


   Resources: http://www.tcpipguide.com/
« Last Edit: September 14, 2014, 09:05:29 pm by P0LYmath »

Offline shad0wingfir3

  • Serf
  • *
  • Posts: 40
  • Cookies: 4
    • View Profile
Re: Some beginner resources I use if your interested. (Noob)
« Reply #9 on: September 14, 2014, 11:27:37 pm »
Awesome POLYmath +1, these are great. I will be checking these out.