1. 👾 Welcome!
  2. HackTricks
  3. HackTricks Values & FAQ
  4. About the author
  5. 🤩 Generic Methodologies & Resources
  6. Pentesting Methodology
  7. External Recon Methodology
    1. Wide Source Code Search
    2. Github Dorks & Leaks
  8. Pentesting Network
    1. DHCPv6
    2. EIGRP Attacks
    3. GLBP & HSRP Attacks
    4. IDS and IPS Evasion
    5. Lateral VLAN Segmentation Bypass
    6. Network Protocols Explained (ESP)
    7. Nmap Summary (ESP)
    8. Pentesting IPv6
    9. Telecom Network Exploitation
    10. WebRTC DoS
    11. Spoofing LLMNR, NBT-NS, mDNS/DNS and WPAD and Relay Attacks
    12. Spoofing SSDP and UPnP Devices with EvilSSDP
  9. Pentesting Wifi
    1. Enable Nexmon Monitor And Injection On Android
    2. Evil Twin EAP-TLS
  10. Phishing Methodology
    1. Clipboard Hijacking
    2. Clone a Website
    3. Detecting Phishing
    4. Discord Invite Hijacking
    5. Homograph Attacks
    6. Mobile Phishing Malicious Apps
    7. Phishing Files & Documents
  11. Basic Forensic Methodology
    1. Baseline Monitoring
    2. Anti-Forensic Techniques
    3. Docker Forensics
    4. Image Acquisition & Mount
    5. Linux Forensics
    6. Malware Analysis
    7. Memory dump analysis
      1. Volatility - CheatSheet
    8. Partitions/File Systems/Carving
      1. File/Data Carving & Recovery Tools
    9. Pcap Inspection
      1. DNSCat pcap analysis
      2. Suricata & Iptables cheatsheet
      3. USB Keystrokes
      4. Wifi Pcap Analysis
      5. Wireshark tricks
    10. Specific Software/File-Type Tricks
      1. Decompile compiled python binaries (exe, elf) - Retreive from .pyc
      2. Browser Artifacts
      3. Deofuscation vbs (cscript.exe)
      4. Local Cloud Storage
      5. Office file analysis
      6. PDF File analysis
      7. PNG tricks
      8. Video and Audio file analysis
      9. ZIPs tricks
    11. Windows Artifacts
      1. Interesting Windows Registry Keys
  12. Python Sandbox Escape & Pyscript
    1. Bypass Python sandboxes
      1. LOAD_NAME / LOAD_CONST opcode OOB Read
    2. Class Pollution (Python's Prototype Pollution)
    3. Python Internal Read Gadgets
    4. Pyscript
    5. venv
    6. Web Requests
    7. Bruteforce hash (few chars)
    8. Basic Python
  13. Threat Modeling
  14. 🧙‍♂️ Generic Hacking
  15. Archive Extraction Path Traversal
  16. Brute Force - CheatSheet
  17. Esim Javacard Exploitation
  18. Exfiltration
  19. Reverse Shells (Linux, Windows, MSFVenom)
    1. MSFVenom - CheatSheet
    2. Reverse Shells - Windows
    3. Reverse Shells - Linux
    4. Expose local to the internet
    5. Full TTYs
  20. Search Exploits
  21. Tunneling and Port Forwarding
  22. 🐧 Linux Hardening
  23. Checklist - Linux Privilege Escalation
  24. Linux Privilege Escalation
    1. Arbitrary File Write to Root
    2. Cisco - vmanage
    3. Containerd (ctr) Privilege Escalation
    4. D-Bus Enumeration & Command Injection Privilege Escalation
    5. Docker Security
      1. Abusing Docker Socket for Privilege Escalation
      2. AppArmor
      3. AuthZ& AuthN - Docker Access Authorization Plugin
      4. CGroups
      5. Docker --privileged
      6. Docker Breakout / Privilege Escalation
        1. release_agent exploit - Relative Paths to PIDs
        2. Docker release_agent cgroups escape
        3. Sensitive Mounts
      7. Namespaces
        1. CGroup Namespace
        2. IPC Namespace
        3. PID Namespace
        4. Mount Namespace
        5. Network Namespace
        6. Time Namespace
        7. User Namespace
        8. UTS Namespace
      8. Seccomp
      9. Weaponizing Distroless
    6. Escaping from Jails
    7. euid, ruid, suid
    8. Interesting Groups - Linux Privesc
      1. lxd/lxc Group - Privilege escalation
    9. Logstash
    10. ld.so privesc exploit example
    11. Linux Active Directory
    12. Linux Capabilities
    13. NFS no_root_squash/no_all_squash misconfiguration PE
    14. Node inspector/CEF debug abuse
    15. Payloads to execute
    16. RunC Privilege Escalation
    17. SELinux
    18. Socket Command Injection
    19. Splunk LPE and Persistence
    20. SSH Forward Agent exploitation
    21. Wildcards Spare tricks
  25. Useful Linux Commands
  26. Bypass Linux Restrictions
    1. Bypass FS protections: read-only / no-exec / Distroless
      1. DDexec / EverythingExec
  27. Linux Environment Variables
  28. Linux Post-Exploitation
    1. PAM - Pluggable Authentication Modules
  29. FreeIPA Pentesting
  30. 🍏 MacOS Hardening
  31. macOS Security & Privilege Escalation
    1. macOS Apps - Inspecting, debugging and Fuzzing
      1. Objects in memory
      2. Introduction to x64
      3. Introduction to ARM64v8
    2. macOS AppleFS
    3. macOS Bypassing Firewalls
    4. macOS Defensive Apps
    5. Macos Dyld Hijacking And Dyld Insert Libraries
    6. macOS GCD - Grand Central Dispatch
    7. macOS Kernel & System Extensions
      1. macOS IOKit
      2. macOS Kernel Extensions & Debugging
      3. macOS Kernel Vulnerabilities
      4. macOS System Extensions
    8. macOS Network Services & Protocols
    9. macOS File Extension & URL scheme app handlers
    10. macOS Files, Folders, Binaries & Memory
      1. macOS Bundles
      2. macOS Installers Abuse
      3. macOS Memory Dumping
      4. macOS Sensitive Locations & Interesting Daemons
      5. macOS Universal binaries & Mach-O Format
    11. macOS Objective-C
    12. macOS Privilege Escalation
    13. macOS Process Abuse
      1. macOS Dirty NIB
      2. macOS Chromium Injection
      3. macOS Electron Applications Injection
      4. macOS Function Hooking
      5. macOS IPC - Inter Process Communication
        1. macOS MIG - Mach Interface Generator
        2. macOS XPC
          1. macOS XPC Authorization
          2. macOS XPC Connecting Process Check
            1. macOS PID Reuse
            2. macOS xpc_connection_get_audit_token Attack
        3. macOS Thread Injection via Task port
      6. macOS Java Applications Injection
      7. macOS Library Injection
        1. macOS Dyld Hijacking & DYLD_INSERT_LIBRARIES
        2. macOS Dyld Process
      8. macOS Perl Applications Injection
      9. macOS Python Applications Injection
      10. macOS Ruby Applications Injection
      11. macOS .Net Applications Injection
    14. macOS Security Protections
      1. macOS Gatekeeper / Quarantine / XProtect
      2. macOS Launch/Environment Constraints & Trust Cache
      3. macOS Sandbox
        1. macOS Default Sandbox Debug
        2. macOS Sandbox Debug & Bypass
          1. macOS Office Sandbox Bypasses
      4. macOS Authorizations DB & Authd
      5. macOS SIP
      6. macOS TCC
        1. macOS Apple Events
        2. macOS TCC Bypasses
          1. macOS Apple Scripts
        3. macOS TCC Payloads
      7. macOS Dangerous Entitlements & TCC perms
      8. macOS - AMFI - AppleMobileFileIntegrity
      9. macOS MACF - Mandatory Access Control Framework
      10. macOS Code Signing
      11. macOS FS Tricks
        1. macOS xattr-acls extra stuff
    15. macOS Users & External Accounts
  32. macOS Red Teaming
    1. macOS MDM
      1. Enrolling Devices in Other Organisations
      2. macOS Serial Number
    2. macOS Keychain
  33. macOS Useful Commands
  34. macOS Auto Start
  35. 🪟 Windows Hardening
  36. Authentication Credentials Uac And Efs
  37. Checklist - Local Windows Privilege Escalation
  38. Windows Local Privilege Escalation
    1. Dll Hijacking
    2. Abusing Tokens
    3. Access Tokens
    4. ACLs - DACLs/SACLs/ACEs
    5. AppendData/AddSubdirectory permission over service registry
    6. Create MSI with WIX
    7. COM Hijacking
    8. Dll Hijacking
      1. Writable Sys Path +Dll Hijacking Privesc
    9. DPAPI - Extracting Passwords
    10. From High Integrity to SYSTEM with Name Pipes
    11. Integrity Levels
    12. JuicyPotato
    13. Leaked Handle Exploitation
    14. MSI Wrapper
    15. Named Pipe Client Impersonation
    16. Privilege Escalation with Autoruns
    17. RoguePotato, PrintSpoofer, SharpEfsPotato, GodPotato
    18. SeDebug + SeImpersonate copy token
    19. SeImpersonate from High To System
    20. Windows C Payloads
  39. Active Directory Methodology
    1. Abusing Active Directory ACLs/ACEs
      1. BadSuccessor
      2. Shadow Credentials
    2. AD Certificates
      1. AD CS Account Persistence
      2. AD CS Domain Escalation
      3. AD CS Domain Persistence
      4. AD CS Certificate Theft
    3. Ad Certificates
    4. AD information in printers
    5. AD DNS Records
    6. Adws Enumeration
    7. ASREPRoast
    8. Badsuccessor Dmsa Migration Abuse
    9. BloodHound & Other AD Enum Tools
    10. Constrained Delegation
    11. Custom SSP
    12. DCShadow
    13. DCSync
    14. Diamond Ticket
    15. DSRM Credentials
    16. External Forest Domain - OneWay (Inbound) or bidirectional
    17. External Forest Domain - One-Way (Outbound)
    18. Golden Dmsa Gmsa
    19. Golden Ticket
    20. Kerberoast
    21. Kerberos Authentication
    22. Kerberos Double Hop Problem
    23. LAPS
    24. MSSQL AD Abuse
    25. Over Pass the Hash/Pass the Key
    26. Pass the Ticket
    27. Password Spraying / Brute Force
    28. PrintNightmare
    29. Force NTLM Privileged Authentication
    30. Privileged Groups
    31. RDP Sessions Abuse
    32. Resource-based Constrained Delegation
    33. Sccm Management Point Relay Sql Policy Secrets
    34. Security Descriptors
    35. SID-History Injection
    36. Silver Ticket
    37. Skeleton Key
    38. Timeroasting
    39. Unconstrained Delegation
  40. Windows Security Controls
    1. UAC - User Account Control
  41. NTLM
    1. Places to steal NTLM creds
  42. Lateral Movement
    1. AtExec / SchtasksExec
    2. DCOM Exec
    3. PsExec/Winexec/ScExec
    4. RDPexec
    5. SCMexec
    6. WinRM
    7. WmiExec
  43. Pivoting to the Cloud$$external:https://cloud.hacktricks.wiki/en/pentesting-cloud/azure-security/az-lateral-movement-cloud-on-prem/index.html$$
  44. Stealing Windows Credentials
    1. Windows Credentials Protections
    2. Mimikatz
    3. WTS Impersonator
  45. Basic Win CMD for Pentesters
  46. Basic PowerShell for Pentesters
    1. PowerView/SharpView
  47. Antivirus (AV) Bypass
  48. Cobalt Strike
  49. Mythic
  50. 📱 Mobile Pentesting
  51. Android APK Checklist
  52. Android Applications Pentesting
    1. Accessibility Services Abuse
    2. Android Applications Basics
    3. Android Task Hijacking
    4. ADB Commands
    5. APK decompilers
    6. AVD - Android Virtual Device
    7. Bypass Biometric Authentication (Android)
    8. content:// protocol
    9. Drozer Tutorial
      1. Exploiting Content Providers
    10. Exploiting a debuggeable application
    11. Flutter
    12. Frida Tutorial
      1. Frida Tutorial 1
      2. Frida Tutorial 2
      3. Frida Tutorial 3
      4. Objection Tutorial
    13. Google CTF 2018 - Shall We Play a Game?
    14. Insecure In App Update Rce
    15. Install Burp Certificate
    16. Intent Injection
    17. Make APK Accept CA Certificate
    18. Manual DeObfuscation
    19. React Native Application
    20. Reversing Native Libraries
    21. Shizuku Privileged Api
    22. Smali - Decompiling, Modifying, Compiling
    23. Spoofing your location in Play Store
    24. Tapjacking
    25. Webview Attacks
  53. iOS Pentesting Checklist
  54. iOS Pentesting
    1. Air Keyboard Remote Input Injection
    2. iOS App Extensions
    3. iOS Basics
    4. iOS Basic Testing Operations
    5. iOS Burp Suite Configuration
    6. iOS Custom URI Handlers / Deeplinks / Custom Schemes
    7. iOS Extracting Entitlements From Compiled Application
    8. iOS Frida Configuration
    9. iOS Hooking With Objection
    10. iOS Pentesting withuot Jailbreak
    11. iOS Protocol Handlers
    12. iOS Serialisation and Encoding
    13. iOS Testing Environment
    14. iOS UIActivity Sharing
    15. iOS Universal Links
    16. iOS UIPasteboard
    17. iOS WebViews
  55. Cordova Apps
  56. Xamarin Apps
  57. 👽 Network Services Pentesting
  58. Pentesting JDWP - Java Debug Wire Protocol
  59. Pentesting Printers$$external:http://hacking-printers.net/wiki/index.php/Main_Page$$
  60. Pentesting SAP
  61. Pentesting VoIP
    1. Basic VoIP Protocols
      1. SIP (Session Initiation Protocol)
  62. Pentesting Remote GdbServer
  63. 7/tcp/udp - Pentesting Echo
  64. 21 - Pentesting FTP
    1. FTP Bounce attack - Scan
    2. FTP Bounce - Download 2ºFTP file
  65. 22 - Pentesting SSH/SFTP
  66. 23 - Pentesting Telnet
  67. 25,465,587 - Pentesting SMTP/s
    1. SMTP Smuggling
    2. SMTP - Commands
  68. 43 - Pentesting WHOIS
  69. 49 - Pentesting TACACS+
  70. 53 - Pentesting DNS
  71. 69/UDP TFTP/Bittorrent-tracker
  72. 79 - Pentesting Finger
  73. 80,443 - Pentesting Web Methodology
    1. 403 & 401 Bypasses
    2. AEM - Adobe Experience Cloud
    3. Angular
    4. Apache
    5. Artifactory Hacking guide
    6. Bolt CMS
    7. Buckets
      1. Firebase Database
    8. CGI
    9. Django
    10. DotNetNuke (DNN)
    11. Drupal
      1. Drupal RCE
    12. Electron Desktop Apps
      1. Electron contextIsolation RCE via preload code
      2. Electron contextIsolation RCE via Electron internal code
      3. Electron contextIsolation RCE via IPC
    13. Flask
    14. Git
    15. Golang
    16. Grafana
    17. GraphQL
    18. H2 - Java SQL database
    19. IIS - Internet Information Services
    20. ImageMagick Security
    21. JBOSS
    22. Jira & Confluence
    23. Joomla
    24. JSP
    25. Laravel
    26. Microsoft Sharepoint
    27. Moodle
    28. NextJS
    29. Nginx
    30. NodeJS Express
    31. PHP Tricks
      1. PHP - Useful Functions & disable_functions/open_basedir bypass
        1. disable_functions bypass - php-fpm/FastCGI
        2. disable_functions bypass - dl function
        3. disable_functions bypass - PHP 7.0-7.4 (-nix only)
        4. disable_functions bypass - Imagick <= 3.3.0 PHP >= 5.4 Exploit
        5. disable_functions - PHP 5.x Shellshock Exploit
        6. disable_functions - PHP 5.2.4 ionCube extension Exploit
        7. disable_functions bypass - PHP <= 5.2.9 on windows
        8. disable_functions bypass - PHP 5.2.4 and 5.2.5 PHP cURL
        9. disable_functions bypass - PHP safe_mode bypass via proc_open() and custom environment Exploit
        10. disable_functions bypass - PHP Perl Extension Safe_mode Bypass Exploit
        11. disable_functions bypass - PHP 5.2.3 - Win32std ext Protections Bypass
        12. disable_functions bypass - PHP 5.2 - FOpen Exploit
        13. disable_functions bypass - via mem
        14. disable_functions bypass - mod_cgi
        15. disable_functions bypass - PHP 4 >= 4.2.0, PHP 5 pcntl_exec
      2. Php Rce Abusing Object Creation New Usd Get A Usd Get B
      3. PHP SSRF
    32. PrestaShop
    33. Python
    34. Rocket Chat
    35. Ruby Tricks
    36. Special HTTP headers$$external:network-services-pentesting/pentesting-web/special-http-headers.md$$
    37. Source code Review / SAST Tools
    38. Special Http Headers
    39. Spring Actuators
    40. Symfony
    41. Tomcat
    42. Uncovering CloudFlare
    43. Vuejs
    44. VMWare (ESX, VCenter...)
    45. Web API Pentesting
    46. WebDav
    47. Werkzeug / Flask Debug
    48. Wordpress
  74. 88tcp/udp - Pentesting Kerberos
    1. Harvesting tickets from Windows
    2. Harvesting tickets from Linux
  75. 110,995 - Pentesting POP
  76. 111/TCP/UDP - Pentesting Portmapper
  77. 113 - Pentesting Ident
  78. 123/udp - Pentesting NTP
  79. 135, 593 - Pentesting MSRPC
  80. 137,138,139 - Pentesting NetBios
  81. 139,445 - Pentesting SMB
    1. rpcclient enumeration
  82. 143,993 - Pentesting IMAP
  83. 161,162,10161,10162/udp - Pentesting SNMP
    1. Cisco SNMP
    2. SNMP RCE
  84. 194,6667,6660-7000 - Pentesting IRC
  85. 264 - Pentesting Check Point FireWall-1
  86. 389, 636, 3268, 3269 - Pentesting LDAP
  87. 500/udp - Pentesting IPsec/IKE VPN
  88. 502 - Pentesting Modbus
  89. 512 - Pentesting Rexec
  90. 513 - Pentesting Rlogin
  91. 514 - Pentesting Rsh
  92. 515 - Pentesting Line Printer Daemon (LPD)
  93. 548 - Pentesting Apple Filing Protocol (AFP)
  94. 554,8554 - Pentesting RTSP
  95. 623/UDP/TCP - IPMI
  96. 631 - Internet Printing Protocol(IPP)
  97. 700 - Pentesting EPP
  98. 873 - Pentesting Rsync
  99. 1026 - Pentesting Rusersd
  100. 1080 - Pentesting Socks
  101. 1098/1099/1050 - Pentesting Java RMI - RMI-IIOP
  102. 1414 - Pentesting IBM MQ
  103. 1433 - Pentesting MSSQL - Microsoft SQL Server
    1. Types of MSSQL Users
  104. 1521,1522-1529 - Pentesting Oracle TNS Listener
  105. 1723 - Pentesting PPTP
  106. 1883 - Pentesting MQTT (Mosquitto)
  107. 2049 - Pentesting NFS Service
  108. 2301,2381 - Pentesting Compaq/HP Insight Manager
  109. 2375, 2376 Pentesting Docker
  110. 3128 - Pentesting Squid
  111. 3260 - Pentesting ISCSI
  112. 3299 - Pentesting SAPRouter
  113. 3306 - Pentesting Mysql
  114. 3389 - Pentesting RDP
  115. 3632 - Pentesting distcc
  116. 3690 - Pentesting Subversion (svn server)
  117. 3702/UDP - Pentesting WS-Discovery
  118. 4369 - Pentesting Erlang Port Mapper Daemon (epmd)
  119. 4786 - Cisco Smart Install
  120. 4840 - OPC Unified Architecture
  121. 5000 - Pentesting Docker Registry
  122. 5353/UDP Multicast DNS (mDNS) and DNS-SD
  123. 5432,5433 - Pentesting Postgresql
  124. 5439 - Pentesting Redshift
  125. 5555 - Android Debug Bridge
  126. 5601 - Pentesting Kibana
  127. 5671,5672 - Pentesting AMQP
  128. 5800,5801,5900,5901 - Pentesting VNC
  129. 5984,6984 - Pentesting CouchDB
  130. 5985,5986 - Pentesting WinRM
  131. 5985,5986 - Pentesting OMI
  132. 6000 - Pentesting X11
  133. 6379 - Pentesting Redis
  134. 8009 - Pentesting Apache JServ Protocol (AJP)
  135. 8086 - Pentesting InfluxDB
  136. 8089 - Pentesting Splunkd
  137. 8333,18333,38333,18444 - Pentesting Bitcoin
  138. 9000 - Pentesting FastCGI
  139. 9001 - Pentesting HSQLDB
  140. 9042/9160 - Pentesting Cassandra
  141. 9100 - Pentesting Raw Printing (JetDirect, AppSocket, PDL-datastream)
  142. 9200 - Pentesting Elasticsearch
  143. 10000 - Pentesting Network Data Management Protocol (ndmp)
  144. 11211 - Pentesting Memcache
    1. Memcache Commands
  145. 15672 - Pentesting RabbitMQ Management
  146. 24007,24008,24009,49152 - Pentesting GlusterFS
  147. 27017,27018 - Pentesting MongoDB
  148. 44134 - Pentesting Tiller (Helm)
  149. 44818/UDP/TCP - Pentesting EthernetIP
  150. 47808/udp - Pentesting BACNet
  151. 50030,50060,50070,50075,50090 - Pentesting Hadoop
  152. 🕸️ Pentesting Web
  153. Less Code Injection Ssrf
  154. Web Vulnerabilities Methodology
  155. Reflecting Techniques - PoCs and Polygloths CheatSheet
    1. Web Vulns List
  156. 2FA/MFA/OTP Bypass
  157. Account Takeover
  158. Browser Extension Pentesting Methodology
    1. BrowExt - ClickJacking
    2. BrowExt - permissions & host_permissions
    3. BrowExt - XSS Example
  159. Bypass Payment Process
  160. Captcha Bypass
  161. Cache Poisoning and Cache Deception
    1. Cache Poisoning via URL discrepancies
    2. Cache Poisoning to DoS
  162. Clickjacking
  163. Client Side Template Injection (CSTI)
  164. Client Side Path Traversal
  165. Command Injection
  166. Content Security Policy (CSP) Bypass
    1. CSP bypass: self + 'unsafe-inline' with Iframes
  167. Cookies Hacking
    1. Cookie Tossing
    2. Cookie Jar Overflow
    3. Cookie Bomb
  168. CORS - Misconfigurations & Bypass
  169. CRLF (%0D%0A) Injection
  170. CSRF (Cross Site Request Forgery)
  171. Dangling Markup - HTML scriptless injection
    1. SS-Leaks
  172. DApps - Decentralized Applications
  173. Dependency Confusion
  174. Deserialization
    1. NodeJS - __proto__ & prototype Pollution
      1. Client Side Prototype Pollution
      2. Express Prototype Pollution Gadgets
      3. Prototype Pollution to RCE
    2. Java JSF ViewState (.faces) Deserialization
    3. Java DNS Deserialization, GadgetProbe and Java Deserialization Scanner
    4. Basic Java Deserialization (ObjectInputStream, readObject)
    5. PHP - Deserialization + Autoload Classes
    6. CommonsCollection1 Payload - Java Transformers to Rutime exec() and Thread Sleep
    7. Basic .Net deserialization (ObjectDataProvider gadget, ExpandedWrapper, and Json.Net)
    8. Exploiting __VIEWSTATE knowing the secrets
    9. Exploiting __VIEWSTATE without knowing the secrets
    10. Python Yaml Deserialization
    11. JNDI - Java Naming and Directory Interface & Log4Shell
    12. Ruby Json Pollution
    13. Ruby Class Pollution
  175. Domain/Subdomain takeover
  176. Email Injections
  177. File Inclusion/Path traversal
    1. phar:// deserialization
    2. LFI2RCE via PHP Filters
    3. LFI2RCE via Nginx temp files
    4. LFI2RCE via PHP_SESSION_UPLOAD_PROGRESS
    5. LFI2RCE via Segmentation Fault
    6. LFI2RCE via phpinfo()
    7. LFI2RCE Via temp file uploads
    8. LFI2RCE via Eternal waiting
    9. LFI2RCE Via compress.zlib + PHP_STREAM_PREFER_STUDIO + Path Disclosure
  178. File Upload
    1. PDF Upload - XXE and CORS bypass
  179. Formula/CSV/Doc/LaTeX/GhostScript Injection
  180. gRPC-Web Pentest
  181. HTTP Connection Contamination
  182. HTTP Connection Request Smuggling
  183. HTTP Request Smuggling / HTTP Desync Attack
    1. Browser HTTP Request Smuggling
    2. Request Smuggling in HTTP/2 Downgrades
  184. HTTP Response Smuggling / Desync
  185. Upgrade Header Smuggling
  186. hop-by-hop headers
  187. IDOR
  188. JWT Vulnerabilities (Json Web Tokens)
  189. JSON, XML and YAML Hacking
  190. LDAP Injection
  191. Login Bypass
    1. Login bypass List
  192. NoSQL injection
  193. OAuth to Account takeover
  194. Open Redirect
  195. ORM Injection
  196. Parameter Pollution | JSON Injection
  197. Phone Number Injections
  198. PostMessage Vulnerabilities
    1. Blocking main page to steal postmessage
    2. Bypassing SOP with Iframes - 1
    3. Bypassing SOP with Iframes - 2
    4. Steal postmessage modifying iframe location
  199. Proxy / WAF Protections Bypass
  200. Race Condition
  201. Rate Limit Bypass
  202. Registration & Takeover Vulnerabilities
  203. Regular expression Denial of Service - ReDoS
  204. Reset/Forgotten Password Bypass
  205. Reverse Tab Nabbing
  206. RSQL Injection
  207. SAML Attacks
    1. SAML Basics
  208. Server Side Inclusion/Edge Side Inclusion Injection
  209. SQL Injection
    1. MS Access SQL Injection
    2. MSSQL Injection
    3. MySQL injection
      1. MySQL File priv to SSRF/RCE
    4. Oracle injection
    5. Cypher Injection (neo4j)
    6. Sqlmap
    7. PostgreSQL injection
      1. dblink/lo_import data exfiltration
      2. PL/pgSQL Password Bruteforce
      3. Network - Privesc, Port Scanner and NTLM chanllenge response disclosure
      4. Big Binary Files Upload (PostgreSQL)
      5. RCE with PostgreSQL Languages
      6. RCE with PostgreSQL Extensions
    8. SQLMap - CheatSheet
      1. Second Order Injection - SQLMap
  210. SSRF (Server Side Request Forgery)
    1. URL Format Bypass
    2. SSRF Vulnerable Platforms
    3. Cloud SSRF
  211. SSTI (Server Side Template Injection)
    1. EL - Expression Language
    2. Jinja2 SSTI
  212. Timing Attacks
  213. Unicode Injection
    1. Unicode Normalization
  214. UUID Insecurities
  215. WebSocket Attacks
  216. Web Tool - WFuzz
  217. XPATH injection
  218. XS Search
  219. XSLT Server Side Injection (Extensible Stylesheet Language Transformations)
  220. XXE - XEE - XML External Entity
  221. XSS (Cross Site Scripting)
    1. Abusing Service Workers
    2. Chrome Cache to XSS
    3. Debugging Client Side JS
    4. Dom Clobbering
    5. DOM Invader
    6. DOM XSS
    7. Iframes in XSS, CSP and SOP
    8. Integer Overflow
    9. JS Hoisting
    10. Misc JS Tricks & Relevant Info
    11. PDF Injection
    12. Server Side XSS (Dynamic PDF)
    13. Shadow DOM
    14. SOME - Same Origin Method Execution
    15. Sniff Leak
    16. Steal Info JS
    17. XSS in Markdown
  222. XSSI (Cross-Site Script Inclusion)
  223. XS-Search/XS-Leaks
    1. Connection Pool Examples
    2. Connection Pool by Destination Example
    3. Cookie Bomb + Onerror XS Leak
    4. URL Max Length - Client Side
    5. performance.now example
    6. performance.now + Force heavy task
    7. Event Loop Blocking + Lazy images
    8. JavaScript Execution XS Leak
    9. CSS Injection
      1. CSS Injection Code
  224. Iframe Traps
  225. ⛈️ Cloud Security
  226. Pentesting Kubernetes$$external:https://cloud.hacktricks.wiki/en/pentesting-cloud/kubernetes-security/index.html$$
  227. Pentesting Cloud (AWS, GCP, Az...)$$external:https://cloud.hacktricks.wiki/en/pentesting-cloud/pentesting-cloud-methodology.html$$
  228. Pentesting CI/CD (Github, Jenkins, Terraform...)$$external:https://cloud.hacktricks.wiki/en/pentesting-ci-cd/pentesting-ci-cd-methodology.html$$
  229. 😎 Hardware/Physical Access
  230. Physical Attacks
  231. Escaping from KIOSKs
  232. Firmware Analysis
    1. Bootloader testing
    2. Firmware Integrity
  233. 🎯 Binary Exploitation
  234. Basic Stack Binary Exploitation Methodology
    1. ELF Basic Information
    2. Exploiting Tools
      1. PwnTools
  235. Stack Overflow
    1. Pointer Redirecting
    2. Ret2win
      1. Ret2win - arm64
    3. Stack Shellcode
      1. Stack Shellcode - arm64
    4. Stack Pivoting - EBP2Ret - EBP chaining
    5. Uninitialized Variables
  236. ROP - Return Oriented Programing
    1. BROP - Blind Return Oriented Programming
    2. Ret2csu
    3. Ret2dlresolve
    4. Ret2esp / Ret2reg
    5. Ret2lib
      1. Leaking libc address with ROP
        1. Leaking libc - template
      2. One Gadget
      3. Ret2lib + Printf leak - arm64
    6. Ret2syscall
      1. Ret2syscall - ARM64
    7. Ret2vDSO
    8. SROP - Sigreturn-Oriented Programming
      1. SROP - ARM64
    9. Synology Encrypted Archive Decryption
  237. Array Indexing
  238. Chrome Exploiting
  239. Integer Overflow
  240. Format Strings
    1. Format Strings - Arbitrary Read Example
    2. Format Strings Template
  241. Libc Heap
    1. Bins & Memory Allocations
    2. Heap Memory Functions
      1. free
      2. malloc & sysmalloc
      3. unlink
      4. Heap Functions Security Checks
    3. Use After Free
      1. First Fit
    4. Double Free
    5. Overwriting a freed chunk
    6. Heap Overflow
    7. Unlink Attack
    8. Fast Bin Attack
    9. Unsorted Bin Attack
    10. Large Bin Attack
    11. Tcache Bin Attack
    12. Off by one overflow
    13. House of Spirit
    14. House of Lore | Small bin Attack
    15. House of Einherjar
    16. House of Force
    17. House of Orange
    18. House of Rabbit
    19. House of Roman
  242. Common Binary Exploitation Protections & Bypasses
    1. ASLR
      1. Ret2plt
      2. Ret2ret & Reo2pop
    2. CET & Shadow Stack
    3. Libc Protections
    4. Memory Tagging Extension (MTE)
    5. No-exec / NX
    6. PIE
      1. BF Addresses in the Stack
    7. Relro
    8. Stack Canaries
      1. BF Forked & Threaded Stack Canaries
      2. Print Stack Canary
  243. Write What Where 2 Exec
    1. Aw2exec Sips Icc Profile
    2. WWW2Exec - atexit()
    3. WWW2Exec - .dtors & .fini_array
    4. WWW2Exec - GOT/PLT
    5. WWW2Exec - __malloc_hook & __free_hook
  244. Common Exploiting Problems
  245. Windows Exploiting (Basic Guide - OSCP lvl)
  246. iOS Exploiting
  247. 🤖 AI
  248. AI Security
    1. Ai Assisted Fuzzing And Vulnerability Discovery
    2. AI Security Methodology
    3. AI MCP Security
    4. AI Model Data Preparation
    5. AI Models RCE
    6. AI Prompts
    7. AI Risk Frameworks
    8. AI Supervised Learning Algorithms
    9. AI Unsupervised Learning Algorithms
    10. AI Reinforcement Learning Algorithms
    11. LLM Training
      1. 0. Basic LLM Concepts
      2. 1. Tokenizing
      3. 2. Data Sampling
      4. 3. Token Embeddings
      5. 4. Attention Mechanisms
      6. 5. LLM Architecture
      7. 6. Pre-training & Loading models
      8. 7.0. LoRA Improvements in fine-tuning
      9. 7.1. Fine-Tuning for Classification
      10. 7.2. Fine-Tuning to follow instructions
  249. 🔩 Reversing
  250. Reversing Tools & Basic Methods
    1. Angr
      1. Angr - Examples
    2. Z3 - Satisfiability Modulo Theories (SMT)
    3. Cheat Engine
    4. Blobrunner
  251. Common API used in Malware
  252. Word Macros
  253. 🔮 Crypto & Stego
  254. Cryptographic/Compression Algorithms
    1. Unpacking binaries
  255. Certificates
  256. Cipher Block Chaining CBC-MAC
  257. Crypto CTFs Tricks
  258. Electronic Code Book (ECB)
  259. Hash Length Extension Attack
  260. Padding Oracle
  261. RC4 - Encrypt&Decrypt
  262. Stego Tricks
  263. Esoteric languages
  264. Blockchain & Crypto Currencies
  265. ✍️ TODO
  266. Interesting Http
  267. Rust Basics
  268. More Tools
  269. MISC
  270. Hardware Hacking
    1. Fault Injection Attacks
    2. I2C
    3. Side Channel Analysis
    4. UART
    5. Radio
    6. JTAG
    7. SPI
  271. Industrial Control Systems Hacking
    1. Modbus Protocol
  272. Radio Hacking
    1. Maxiprox Mobile Cloner
    2. Pentesting RFID
    3. Infrared
    4. Sub-GHz RF
    5. iButton
    6. Flipper Zero
      1. FZ - NFC
      2. FZ - Sub-GHz
      3. FZ - Infrared
      4. FZ - iButton
      5. FZ - 125kHz RFID
    7. Proxmark 3
    8. FISSURE - The RF Framework
    9. Low-Power Wide Area Network
    10. Pentesting BLE - Bluetooth Low Energy
  273. Test LLMs
  274. Burp Suite
  275. Other Web Tricks
  276. Interesting HTTP$$external:todo/interesting-http.md$$
  277. Android Forensics
  278. Online Platforms with API
  279. Stealing Sensitive Information Disclosure from a Web
  280. Post Exploitation
  281. Investment Terms
  282. Cookies Policy
    1. Readme
    2. Readme
    3. Readme
    4. Readme
    5. Readme
    6. Readme
    7. Readme