KillChain Compendium: PenTest & Security Handbook
Go to file
Stefan Friese 628cfd0a67 restructured enumeration 2022-11-13 01:16:26 +01:00
Cryptography further restructuring 2022-11-12 23:18:06 +01:00
Enumeration restructured enumeration 2022-11-13 01:16:26 +01:00
Forensics further restructuring 2022-11-12 23:18:06 +01:00
Hashes further restructuring 2022-11-12 23:18:06 +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 restructured Post Exploitation 2022-11-11 01:15:07 +01:00
Reverse Engineering further restructuring 2022-11-12 23:18:06 +01:00
Steganography further restructuring 2022-11-12 23:18:06 +01:00
enumeration formatting 2022-10-18 21:26:19 +02:00
exfiltration
exploit
misc updated osquery 2022-11-08 00:48:19 +01:00
reverse shells
.gitmodules restructured osint 2022-11-12 23:24:23 +01:00
README.md

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