KillChain Compendium: PenTest & Security Handbook
Go to file
Stefan Friese 996f65fa61 further restructuring 2022-11-12 23:18:06 +01:00
Cryptography further restructuring 2022-11-12 23:18:06 +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
crypto openssl 2022-09-05 23:30:48 +02:00
enumeration formatting 2022-10-18 21:26:19 +02:00
exfiltration bump 2022-09-03 16:24:01 +02:00
exploit added node info for attacking-pod image 2022-09-06 22:01:26 +02:00
forensics updated volatility 2022-11-09 21:24:19 +01:00
hashes added bruteforcing stuff 2022-08-30 22:15:41 +02:00
misc updated osquery 2022-11-08 00:48:19 +01:00
osint
persistence
reverse engineering windows PE reversing 2022-09-04 23:50:45 +02:00
reverse shells
stego
.gitmodules
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