KillChain Compendium: PenTest & Security Handbook
Go to file
Stefan Friese d9faa96cd0 updated rsa 2022-11-17 00:12:56 +01:00
Cryptography updated rsa 2022-11-17 00:12:56 +01:00
Enumeration cleanup done 2022-11-13 22:52:30 +01:00
Exfiltration restructured exfiltration 2022-11-13 01:37:38 +01:00
Exploits typos 2022-11-14 01:07:22 +01:00
Forensics further restructuring 2022-11-12 23:18:06 +01:00
Hashes cleanup done 2022-11-13 22:52:30 +01:00
Miscellaneous typo 2022-11-14 21:36:02 +01:00
Open Source Intelligence
Persistence further restructuring 2022-11-12 23:18:06 +01:00
Post Exploitation added windows exploit suggesters to references 2022-11-13 01:27:45 +01:00
Reverse Engineering further restructuring 2022-11-12 23:18:06 +01:00
Reverse Shells restructured Misc and RevShells 2022-11-13 16:00:22 +01:00
Steganography further restructuring 2022-11-12 23:18:06 +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