https://github.com/saramazal/ethical-hacking-study
Ethical Hacking - Useful Resources
https://github.com/saramazal/ethical-hacking-study
ctf-challenges cyber-security cybersecurity ethical-hacking ethical-hacking-tools ethicalhacking hacking information-security infosec kali-linux linux osint osint-tools owasp penetration-testing pentesting steganography stego
Last synced: 3 months ago
JSON representation
Ethical Hacking - Useful Resources
- Host: GitHub
- URL: https://github.com/saramazal/ethical-hacking-study
- Owner: saramazal
- Created: 2022-11-14T06:53:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-05T18:42:29.000Z (4 months ago)
- Last Synced: 2025-03-25T05:05:03.531Z (3 months ago)
- Topics: ctf-challenges, cyber-security, cybersecurity, ethical-hacking, ethical-hacking-tools, ethicalhacking, hacking, information-security, infosec, kali-linux, linux, osint, osint-tools, owasp, penetration-testing, pentesting, steganography, stego
- Language: Python
- Homepage:
- Size: 15.2 MB
- Stars: 15
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Ethical Hacking🤺 (_project in progress_)
🏆 [My TryHackMe Profile](https://tryhackme.com/p/maz4l)


## Table of contents:* [Courses&Labs](#courseslabs)
* [Tools](#tools)
* [Code Examples](#code-examples)
* [To Learn Languages](#to-learn-languages)
* [Certification](#certification)
* [CTF](#ctf)
* [Books&Blogs](#booksblogs)
* [YouTube](#youtube)## Courses&Labs:
- [TryHackMe](https://tryhackme.com)
- [Free TryHackMe rooms](https://github.com/saramazal/ethical-hacking-study/blob/main/free-thm-rooms.md)- [HackTheBox Academy](https://academy.hackthebox.com/login)
- [HackTheBox Labs](https://app.hackthebox.com/starting-point)- [Security Blue Team + free 6 courses](https://securityblue.team/)
- [PWN College](https://pwn.college/)- [TCM Academy](https://academy.tcm-sec.com/courses)
- [free TCM Academy Path](https://academy.tcm-sec.com/p/learn-penetration-testing-free)- [Professor Messer](https://www.professormesser.com/)
- [OWASP](https://owasp.org/#)
- [PortSwigger Academy](https://portswigger.net/web-security)
- [OWASP Juice Shop](https://owasp.org/www-project-juice-shop/)- [LinuxLearning](https://learning.lpi.org/en/learning-materials/010-160/)
- [CISCO Academy](https://www.netacad.com/courses/cybersecurity)
- [FreeCodeCamp](https://www.freecodecamp.org/learn/information-security/)
- [Codecademy](https://www.codecademy.com/catalog/subject/cybersecurity)
- [hacker101](https://www.hacker101.com/)
- [PentesterLab](https://pentesterlab.com/)
- [Guru99-free EH Tutorials](https://www.guru99.com/ethical-hacking-tutorials.html)
- [rootme](https://www.root-me.org/?lang=en)
- [OFFENSIVE security](https://www.offensive-security.com)
- [Cybrary](https://www.cybrary.it/)## Tools:
### :bookmark: Recon&OSINT:
- [OSINT](https://osintframework.com/)
- [Internet Archive](https://archive.org/web/)
- [TweetDuck](https://tweetduck.chylex.com/)
- [Tineye](https://tineye.com/)
- [urlscan](https://urlscan.io/)
- [whois](https://who.is/)
- [Cover Your Tracks](https://firstpartysimulator.org/)
- [BrowserLeaks](https://browserleaks.com/)
- [Email Reputation](https://emailrep.io/ )
- [shodan](https://www.shodan.io/)
- [';--have i been pwned?](https://haveibeenpwned.com/)
- [BuiltWith](https://builtwith.com/)
- [Maltego](https://www.maltego.com/?utm_source=paterva.com&utm_medium=referral&utm_campaign=301)
- [Harvester](https://www.kali.org/tools/theharvester/)### :label: Network Pentesting:
- [Nmap](https://nmap.org/)
- [NetCat](https://nmap.org/ncat/)
- [Metasploit](https://www.metasploit.com/get-started)
- [Metasploit free course](https://www.offensive-security.com/metasploit-unleashed/)
- [Nessus](https://www.tenable.com/downloads/nessus?loginAttempted=true)
- [Wireshark](https://www.wireshark.org/)### :globe_with_meridians: Web App Pentesting:
- [Nikto](https://www.kali.org/tools/nikto/)
- [Burp Suite Community Edition](https://portswigger.net/burp)
- [Postman](https://www.postman.com/)### :mag: Steganography:
[Stego Tools](https://github.com/saramazal/ethical-hacking-study/tree/main/Code-examples/Steganography)
### :technologist: OS, Browsers and VMachines:
- [Linux](https://www.linux.org/pages/download/) - 25 popular Linux distributions.
- [Kali](https://www.kali.org/get-kali/)
- [Parrot](https://www.parrotsec.org/)
- [BlackArch](https://www.blackarch.org/)- [Brave](https://brave.com/download/) ```Browser```
- [Tor](https://www.torproject.org/download/) ```Browser```
- [vmware](https://www.vmware.com/) ```VM```
- [Vbox](https://www.virtualbox.org/) ```VM```### :alembic: Cryptography:
- [CyberChef](https://cyberchef.org/)
- [Hash-identifier](https://gitlab.com/kalilinux/packages/hash-identifier/-/tree/kali/master)
- [Hash.com](https://hashes.com/en/decrypt/hash)
- [Haiti](https://noraj.github.io/haiti/#/)
- [Free Password Hash Cracker](https://crackstation.net/)
- [SHA256](https://sha256.web-max.ca/index.php#enter)
- [Hash and Unhash](https://md5hashing.net/hash)
- [Cipher Identifier](https://www.dcode.fr/cipher-identifier)
- [Base64](https://www.base64decode.org/)
- [HashCat](https://hashcat.net/wiki/doku.php?id=example_hashes)
- [Brainfuck](https://www.tutorialspoint.com/execute_brainfk_online.php)
- [John The Ripper](https://github.com/openwall/john/blob/bleeding-jumbo/doc/INSTALL)
- [MD5](https://md5.gromweb.com/)
- [Encode/Decode](https://toolbox.googleapps.com/apps/encode_decode/)
- [Hash.com](https://hashes.com/en/decrypt/hash)
- [Cryptii](https://cryptii.com/pipes/caesar-cipher)
- [Password Recovery Services](https://www.onlinehashcrack.com/)
- [RSA Tool](https://github.com/ius/rsatool)
- [ASCII Table](https://www.asciitable.com/)
### :wrench:
- [NIST](https://nvd.nist.gov/search)
- [CVE](https://cve.mitre.org/)
- [Exploit Database](https://www.exploit-db.com/)
- [Rapid7 -Vulnerability & Exploit Database](https://www.rapid7.com/db/)
- [InquestLab](https://labs.inquest.net/)
- [MITRE ATT&CK](https://attack.mitre.org/)
- [THE UNIFIED KILL CHAIN](https://unifiedkillchain.com/)
- [VirusTotal](https://www.virustotal.com/gui/file/a2a4a8436da64246ade25c702a6677ebbb14fc2bd0c6f02d2d7b8d2046e59ecb?nocache=1)
- [DFIR Report](https://thedfirreport.com/)
- [any.run](https://any.run/)## [Code Examples](https://github.com/saramazal/ethical-hacking-study/tree/main/Code-examples):
_inprogress_## To Learn Languages:
:alien:
- [Sololearn](https://www.sololearn.com/)
- [W3schools](https://www.w3schools.com/)
- [FreeCodeCamp](https://www.freecodecamp.org/)
- [MDN](https://developer.mozilla.org/en-US/)
- [Codecademy](https://www.codecademy.com/catalog)
- [Python Institute](https://pythoninstitute.org/)
- [LeetCode](https://leetcode.com/)
- [Codewars](https://www.codewars.com/)## Certification:
:money_with_wings:
- [Become a Certified Ethical Hacker (C|EH)
](https://www.eccouncil.org/programs/certified-ethical-hacker-ceh/)- [INE Security](https://security.ine.com/)
- [HTB Certified Penetration Testing Specialist&HTB Certified Bug Bounty Hunter](https://academy.hackthebox.com/preview/certifications)
- [TCM PNPT](https://certifications.tcm-sec.com/pnpt/)
- [OSCP Certification](https://www.offensive-security.com/courses/pen-200/)
## [CTF](https://github.com/saramazal/ethical-hacking-study/tree/main/CTF):
:triangular_flag_on_post:
[_ctf_list](https://github.com/saramazal/ethical-hacking-study/tree/main/CTF)## [Books&Blogs](https://github.com/saramazal/ethical-hacking-study/blob/main/books.md)
- [Have you wondered what it takes to be an ethical hacker?](https://www.freecodecamp.org/news/how-to-become-an-ethical-hacker/)
- [IntelTechniques](https://inteltechniques.com/index.html)## [YouTube](https://github.com/saramazal/ethical-hacking-study/blob/main/youtube.md)