Skip to content

Instantly share code, notes, and snippets.

@cr105ph1nx
Last active January 13, 2024 20:06
Show Gist options
  • Save cr105ph1nx/33c53eb0e3bd539bf4d904d8b019f196 to your computer and use it in GitHub Desktop.
Save cr105ph1nx/33c53eb0e3bd539bf4d904d8b019f196 to your computer and use it in GitHub Desktop.
Find here some resources you'll need to start your SSI journey... or survive through it ! Feel free to contribute if you've got resources of your own.

USTHB SSI Resources

Feel free to leave a comment or contribute if you think there's a way to improve this gist !

Table of Matters

πŸ“Œ Technical Sheet

All the technical information you need to know about the masters will be found in this technical sheet.

πŸ“Œ Links

πŸ“Œ CTF Websites

Beginner Friendly

Other

πŸ“Œ Books

Big thanks to Shellmates for this incredible collection of books !

Cryptography

  • Serious Cryptography: A Practical Introduction to Modern Encryption

Binary Exploitation/Pwn

  • Hacking- The Art of Exploitation (2nd ed. 2008) - Erickson

Penetration Testing/Red Teaming:

  • Advanced Penetration Testing
  • The Hacker Playbook Vol 2
  • The Hacker Playbook Vol 3

Information Security (non-technical)

  • Cyberjutsu: Cybersecurity for the Modern Ninja

Reverse Engineering/Malware Analysis

  • Practical Malware Analysis

Web Application Security

  • A Bug Hunter's Diary
  • Real World Bug Hunting
  • Bug Bounty Bootcamp: The Guide to Finding and Reporting Web Vulnerabilities

Android

  • Android Security Internals

Social Engineering

  • The Art of Deception
  • Social Engineering: The Art of Human Hacking

Lock Picking

  • Practical Lock Picking: A Physical Penetration Tester's Training Guide
  • Keys to the Kingdom: Impressioning, Privilege Escalation, Bumping, and Other Key-Based Attacks Against Physical Locks

Safe Cracking

  • Safe cracking for everyone (Jared Dygart)

Programming/Scripting for Offensive Security

  • Black Hat Go: Programming for Hackers and Pentesters
  • Gray Hat Python
  • Black Hat Python

IoT Hacking

  • Abusing the Internet of things: Blackouts, Freakouts, and Stakeouts

Hardware Hacking

  • The Car Hacker's Handbook
  • The Hardware Hacker: Adventures in Making and Breaking Hardware
  • Hacking the Xbox: An Introduction to Reverse Engineering
  • Hardware Hacking: Have Fun While Voiding Your Warranty

Programming (Python)

  • Learn Python The Hard Way 3rd Edition

πŸ“Œ Certifications

Beginner :

  1. CompTIA - IT Fundamentals.
  2. CompTIA – A+
  3. Cisco - CCNA (Cisco Certified Network Associate).
  4. CompTIA - Security+
  5. CompTIA - Server+
  6. CompTIA - Network+

Medium :

  1. EC-Council - CEH (Certified Ethical Hacker).
  2. EC-Council - CHFI (Computer Hacking Forensic Investigator).
  3. GIAC - GCIH (GIAC Certified Incident Handler).
  4. GIAC - GSEC (GIAC Security Essentials).
  5. GIAC - GISP (GIAC Information Security Professional).
  6. Microsoft – MCSA Windows Server 2021 (Microsoft Certified Solutions Associate)

Advanced :

  1. CSA - CCSK (Certificate of Cloud Security Knowledge).
  2. Cisco – CCNP (Cisco Certified Network Professional).
  3. Cisco – CCDP (Cisco Certified Design Professional).
  4. CompTIA - CySA+ (Cybersecurity Analyst).
  5. ISACA - CISA (Certified Information Systems Auditor).
  6. (ISC)Β² - CSSLP (Certified Secure Software Lifecycle Professional).
  7. Microsoft - MCSE Server Infrastructure (Microsoft Certified Solutions Expert).
  8. GIAC - GSLC (GIAC Security Leadership Certification).

Expert:

  1. Cisco - CCIE (Cisco Certified Internetwork Expert).
  2. Cisco – 600-199 SCYBER (Securing Cisco Networks with Threat Detection and Analysis).
  3. CompTIA - CASP (Advanced Security Practitioner).
  4. ISACA - CGEIT (Certified in the Governance of Enterprise IT).
  5. ISACA - CISM (Certified Information Security Manager).
  6. (ISC)Β² - CISSP (Certified Information Systems Security Professional).
  7. Mile2 - CPTE (Certified Penetration Testing Engineer)

πŸ“Œ TryHackMe Walkthrough

A friend of mine showed me this walkthrough on https://tryhackme.com/resources/blog/free_path, thanks $p54B$ for drawing my attention toward it !

🦚 Level 1 - Intro

🦚 Level 2 - Tooling

🦚 Level 3 - Crypto & Hashes with CTF practice

🦚 Level 4 - Web

🦚 Level 5 - Reverse Engineering

🦚 Level 6 - PrivEsc

🦚 Level 7 - CTF practice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment