Skip to content

Latest commit

 

History

History
265 lines (180 loc) · 7.77 KB

README.md

File metadata and controls

265 lines (180 loc) · 7.77 KB

Declan's Hacking Resources

A curated collection of ethical hacking and cybersecurity resources for beginners and enthusiasts.


Table of Contents


Getting Started with Ethical Hacking


Programming Languages for Hackers


Web Hacking Resources


Operating Systems for Ethical Hacking


Ethical Hacking Tools

  • Nmap
    A powerful tool for network discovery and security auditing.

  • Metasploit Framework
    A comprehensive platform for developing and executing exploits.

  • Burp Suite
    A popular tool for web vulnerability scanning.

  • Wireshark
    A network protocol analyzer used to capture and analyze traffic.

  • John the Ripper
    A fast password cracker for testing password strength.


Common Vulnerabilities

  • Cross-Site Scripting (XSS):
    An attack that injects malicious scripts into trusted websites.

  • SQL Injection:
    A code injection technique that exploits a security vulnerability in an application's software.

  • Cross-Site Request Forgery (CSRF):
    An attack that tricks the user into executing unwanted actions on a different website.


Web Application Security Testing Tools

  1. Burp Suite
  2. OWASP ZAP
  3. Acunetix
  4. Nikto
  5. W3af
  6. Burp Collaborator
  7. JoomScan
  8. WPScan
  9. XSSer
  10. RIPS
  11. Golismero
  12. WebGoat
  13. Hackazon
  14. Juice Shop
  15. Sqli Dumper
  16. Web Vulnerability Scanner
  17. Ffuf
  18. Fuzzing Tools (e.g., Peach Fuzzer)
  19. XSS-Payloads
  20. Wfuzz
  21. FuzzDB
  22. DirBuster
  23. Gobuster
  24. WhatWeb
  25. Wappalyzer
  26. JsFuzz

Penetration Testing Frameworks

  1. Metasploit
  2. SQLMap
  3. Postman
  4. Netcat
  5. Hping3
  6. SIPVicious
  7. Recon-ng

Network Scanning & Information Gathering

  1. Nessus
  2. Shodan
  3. Sublist3r
  4. TheHarvester
  5. SSLScan
  6. Selenium

Proxy and Intercepting Tools

  1. Burp Suite
  2. OWASP ZAP
  3. Fiddler
  4. cURL
  5. Tawkwon-Do

Exploitation Tools

  1. PayloadsAllTheThings
  2. Can I Hack It?

Vulnerability Testing and Exploit Development

  1. Wfuzz
  2. Hping3
  3. XSS-Payloads
  4. JsFuzz

Additional Tools

  1. DirBuster
  2. Gobuster
  3. Recon-ng
  4. Sublist3r

Fields of Development

Web Development Resources

  • MDN Web Docs
    Excellent resource for HTML, CSS, and JavaScript documentation.

  • FreeCodeCamp
    A platform offering free lessons on web development.

  • Frontend Mentor
    Real-world front-end challenges to improve skills.

Mobile Development Resources

  • Android Developer
    Official resource for building Android applications.

  • iOS Developer
    Apple documentation for developing iOS apps.

  • Flutter
    Google's framework for building natively compiled applications.

Game Development Resources

  • Unity
    A widely-used game development platform.

  • Unreal Engine
    A powerful game engine for 2D and 3D game development.

  • Godot Engine
    An open-source game engine known for being lightweight and easy to learn.


CTFs (Capture the Flag) & Practice Platforms

  • Hack The Box
    Popular platform for penetration testers and ethical hackers.

  • TryHackMe
    Hands-on hacking labs and CTF challenges.

  • CTFTime
    Track upcoming CTF events and challenges.


This collection of resources covers everything from getting started in ethical hacking to mastering tools and techniques. Dive in, and happy hacking!