TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How to start learning about information security and hacking?

12 pointsby cthuluforprezalmost 7 years ago
I would like to learn more about information security and hacking in general. Any recommendations to where should I start?<p>Edit: I would like to know about resources which are generally free. Thanks!

5 comments

howlettalmost 7 years ago
Here are a few resources:<p><a href="https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;netsec&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;netsec&#x2F;</a> General news about netsec<p><a href="https:&#x2F;&#x2F;github.com&#x2F;enaqx&#x2F;awesome-pentest" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;enaqx&#x2F;awesome-pentest</a> List of tools and resources<p><a href="https:&#x2F;&#x2F;github.com&#x2F;wtsxDev&#x2F;Penetration-Testing" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;wtsxDev&#x2F;Penetration-Testing</a> Another list of tools and resources<p><a href="https:&#x2F;&#x2F;www.hackthebox.eu&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.hackthebox.eu&#x2F;</a> Hands on hacking (OSCP style) but free, unless you want to pay for a VIP version and get access to even more machines.<p><a href="https:&#x2F;&#x2F;www.vulnhub.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.vulnhub.com&#x2F;</a> Individual VMs you can hack into, most of them providing walkthroughs.<p>Web application wise I&#x27;d suggest starting with <a href="https:&#x2F;&#x2F;www.owasp.org&#x2F;index.php&#x2F;OWASP_Juice_Shop_Project" rel="nofollow">https:&#x2F;&#x2F;www.owasp.org&#x2F;index.php&#x2F;OWASP_Juice_Shop_Project</a> which is a modern version of the &quot;damn vulnerable web app (DVWA)&quot;.<p>These may look quite &quot;massive&quot; for a beginner but I think it&#x27;s the best way to start. The approach I would suggest would be to go download a VM from vulnhub and read its walkthrough. Then learn to use the tools in that walkthrough (each machine may use a tool in a different way) until you&#x27;re confident enough to make an attempt on your own.<p>Hope this is helpful!
DyslexicAtheistalmost 7 years ago
my favorite infosec book is no doubt <a href="https:&#x2F;&#x2F;www.cl.cam.ac.uk&#x2F;~rja14&#x2F;book.html" rel="nofollow">https:&#x2F;&#x2F;www.cl.cam.ac.uk&#x2F;~rja14&#x2F;book.html</a><p>For practical learning there is a great list of tools here: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=17166545" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=17166545</a><p>Also join an open source project you like and help out for hands on experience, eventually you&#x27;ll do well and build a reputation for yourself. (this is worth more than any certification in case it&#x27;s a job you&#x27;re after)
video-hostalmost 7 years ago
PentesterLab, make sure you check the bootcamp and the free stuff first
O_H_Ealmost 7 years ago
I once found cybrary.it but have no idea how good they are
gcb0almost 7 years ago
owasp website is the #1 resource for this.