KillChain Compendium: PenTest & Security Handbook
Go to file
Stefan Friese 9f09057a86 reverse engineering and binary exploitation 2023-01-16 19:02:44 +01:00
Cryptography added cheat sheet to windows forensics 2023-01-02 20:28:19 +01:00
Enumeration smb exploit 2022-12-29 01:37:26 +01:00
Exfiltration restructured exfiltration 2022-11-13 01:37:38 +01:00
Exploits reverse engineering and binary exploitation 2023-01-16 19:02:44 +01:00
Forensics added cheat sheet to windows forensics 2023-01-02 20:28:19 +01:00
Hashes cleanup done 2022-11-13 22:52:30 +01:00
Miscellaneous reverse engineering and binary exploitation 2023-01-16 19:02:44 +01:00
Open Source Intelligence restructured osint 2022-11-12 17:32:44 +01:00
Persistence further restructuring 2022-11-12 23:18:06 +01:00
Post Exploitation updates 2022-12-28 18:02:39 +01:00
Reverse Engineering reverse engineering and binary exploitation 2023-01-16 19:02:44 +01:00
Reverse Shells smb exploit 2022-12-29 01:37:26 +01:00
Steganography further restructuring 2022-11-12 23:18:06 +01:00
README.md cleanup 2022-08-19 20:28:40 +02:00

README.md

Pentesting

Campaign

  • Checklist

  • vectr.io

  • Engagement --> Concept of Operations (CONOPS), Resource and Personnel Requirements, Timelines

  • Operations --> Operators, Known Information, Responsibilities

  • Mission --> Exact commands to run and execution time of the engagement

  • Remediation --> Report, Remediation consultation

Methodology

  • Steps
    • Reconnaissance
    • Enumeration/Scanning
    • Gaining Access
    • Privilege Escalation
    • Covering Tracks
    • Reporting

Reconnaissance

  • Duck / SearX / metacrawler / google
  • Wikipedia
  • Shodan.io
  • PeopleFinder.com
  • who.is
  • sublist3r
  • hunter.io
  • builtwith.com
  • wappalyzer

Enumeration

  • nmap
  • nikto
  • gobuster
  • dirbuster
  • metasploit
  • enum4linux / linpeas / winpeas / linenum

Exploitation

Post Exploitation

  • Pivoting

Privilege Escalation

  • Vertically or horizontally

Covering Tracks

Reporting

  • Includes
    • Vulnerabilities
    • Criticality
    • Description
    • Countermeasures
    • Finding summary

Frameworks

Testing Webapps

  • Two methods
  1. Every Page and its functions one by one
  2. Test by stages
    • Authorization
    • Authentication
    • Injection
    • Client Side Controls
    • Application Logic