🤯
Hacker Mind
  • Penetration Testing Notes
    • 00 - Kali Linux Preparation
    • Page 1
    • Web Application (80/443)
      • XSS
      • LFI / Path Traversal
      • Wordpress
    • SMB (445)
    • LDAP
    • MSRPC (135)
    • MSSQL
    • Kerberos (88/tcp)
    • DNS (53)
    • IPv6
    • Import Nessus to Metasploit
  • STUCK? Look at this :D
  • Buffer Overflow
    • WinDbg
    • BoF Script Python
  • Active Directory Recon
    • Username Generation
    • PowerView
    • BloodHound
    • Flooding Attack
  • Payload
    • Sendemail
    • Phishing Payload
    • Bypass All The Things
      • AppLocker
      • MSBuild Shell
      • C# Runner
      • Payload Mod
      • Powershell
      • Bypass AV Linux
        • C Runner
  • Exploit
    • Brute Force
    • File Upload
    • Cracking
    • Shell & Stabilization
    • Database
    • MSSQL Injection
  • Tradecraft
    • Invoke-ReflectivePEInjection
  • Metasploit
    • Meterpreter Tricks
  • Privilege Escalation
    • Lateral Movement
    • Linux
    • Windows
  • Post Exploit
    • Active Directory
      • Kerberos
      • ACLs/ACEs
      • DCSync
      • Golden Ticket with krbtgt
      • LAPS
      • Page
      • Impersonate Token
    • Pivoting
      • Pivot in a Case
    • Transfer File
    • Exfiltration
    • Persistence
  • WiFi Pentesting
    • WPA-PSK
    • WPA-E (hostapd)
    • Attack WEP
    • Evil Twin - Wi-Fi
    • WPA3 Downgrade
    • Raspberry Pi
  • Hardware Hacking
    • Information Gathering
  • Practice & Lab
Powered by GitBook
On this page

STUCK? Look at this :D

  1. https://www.ired.team/offensive-security-experiments/offensive-security-cheetsheets

  2. https://cheatsheet.haax.fr/network/pivot_techniques/

  3. https://book.hacktricks.xyz/linux-hardening/linux-privilege-escalation-checklist

  4. Youtube Playlist

  5. https://1drv.ms/o/s!AvE8WiTvcV0fiTOg87iHuKwTC7LZ?e=OwtODh

  6. https://book.hacktricks.xyz/windows-hardening/active-directory-methodology (Active Directory)

  7. https://www.ired.team/offensive-security-experiments/active-directory-kerberos-abuse (Active Direcotry)

Tools

  1. PowerSploit --> https://github.com/PowerShellMafia/PowerSploit

  2. Chisel --> https://github.com/jpillora/chisel/releases

  3. Mimikatz --> https://github.com/gentilkiwi/mimikatz/releases

  4. BloodHound --> https://github.com/BloodHoundAD/BloodHound

  5. PEASS-ng (linPEAS & winPEAS) --> https://github.com/carlospolop/PEASS-ng

  6. PowerUP (privesc) --> https://github.com/PowerShellMafia/PowerSploit/tree/master/Privesc

  7. Windows PrivEsc Tools --> https://github.com/Tib3rius/Windows-PrivEsc-Tools

  8. Linux PrivEsc Tools --> https://github.com/Tib3rius/Linux-PrivEsc-Tools

  9. Explain command --> https://explainshell.com/

PreviousImport Nessus to MetasploitNextBuffer Overflow

Last updated 2 years ago