2020-07-15 17:43:14 +02:00
# Table of contents
* [HackTricks ](README.md )
* [Pentesting Methodology ](pentesting-methodology.md )
2020-10-22 22:39:36 +02:00
* [External Recon Methodology ](external-recon-methodology.md )
2020-12-21 18:28:41 +01:00
* [Phishing Methodology ](phishing-methodology/README.md )
* [Detecting Phising ](phishing-methodology/detecting-phising.md )
* [Phishing Documents ](phishing-methodology/phishing-documents.md )
2020-07-15 17:43:14 +02:00
* [About the author ](about-the-author.md )
* [Exfiltration ](exfiltration.md )
* [Tunneling and Port Forwarding ](tunneling-and-port-forwarding.md )
* [Brute Force - CheatSheet ](brute-force.md )
* [Search Exploits ](search-exploits.md )
## Shells
* [Shells \(Linux, Windows, MSFVenom\) ](shells/shells/README.md )
* [MSFVenom - CheatSheet ](shells/shells/untitled.md )
* [Shells - Windows ](shells/shells/windows.md )
* [Shells - Linux ](shells/shells/linux.md )
2020-08-19 13:54:25 +02:00
* [Full TTYs ](shells/shells/full-ttys.md )
2020-07-15 17:43:14 +02:00
## Linux/Unix
* [Checklist - Linux Privilege Escalation ](linux-unix/linux-privilege-escalation-checklist.md )
* [Linux Privilege Escalation ](linux-unix/privilege-escalation/README.md )
2021-01-28 14:40:17 +01:00
* [Logstash ](linux-unix/privilege-escalation/logstash.md )
2021-01-08 02:00:42 +01:00
* [AppArmor ](linux-unix/privilege-escalation/apparmor.md )
2021-01-03 01:43:09 +01:00
* [Containerd \(ctr\) Privilege Escalation ](linux-unix/privilege-escalation/containerd-ctr-privilege-escalation.md )
* [Docker Breakout ](linux-unix/privilege-escalation/docker-breakout.md )
2021-01-06 17:25:09 +01:00
* [electron/CEF/chromium debugger abuse ](linux-unix/privilege-escalation/electron-cef-chromium-debugger-abuse.md )
2020-08-27 17:17:33 +02:00
* [Escaping from restricted shells - Jails ](linux-unix/privilege-escalation/escaping-from-limited-bash.md )
2020-08-25 11:31:20 +02:00
* [Cisco - vmanage ](linux-unix/privilege-escalation/cisco-vmanage.md )
2020-08-07 02:26:17 +02:00
* [D-Bus Enumeration & Command Injection Privilege Escalation ](linux-unix/privilege-escalation/d-bus-enumeration-and-command-injection-privilege-escalation.md )
2020-08-20 13:59:57 +02:00
* [Interesting Groups - Linux PE ](linux-unix/privilege-escalation/interesting-groups-linux-pe/README.md )
* [lxd/lxc Group - Privilege escalation ](linux-unix/privilege-escalation/interesting-groups-linux-pe/lxd-privilege-escalation.md )
2020-08-27 17:17:33 +02:00
* [ld.so exploit example ](linux-unix/privilege-escalation/ld.so.conf-example.md )
* [Linux Capabilities ](linux-unix/privilege-escalation/linux-capabilities.md )
2020-07-15 17:43:14 +02:00
* [NFS no\_root\_squash/no\_all\_squash misconfiguration PE ](linux-unix/privilege-escalation/nfs-no_root_squash-misconfiguration-pe.md )
2021-01-06 16:55:19 +01:00
* [Payloads to execute ](linux-unix/privilege-escalation/payloads-to-execute.md )
2021-01-03 01:43:09 +01:00
* [RunC Privilege Escalation ](linux-unix/privilege-escalation/runc-privilege-escalation.md )
2021-01-07 17:33:50 +01:00
* [Seccomp ](linux-unix/privilege-escalation/seccomp.md )
2021-01-03 01:43:09 +01:00
* [Splunk LPE and Persistence ](linux-unix/privilege-escalation/splunk-lpe-and-persistence.md )
2020-07-15 17:43:14 +02:00
* [SSH Forward Agent exploitation ](linux-unix/privilege-escalation/ssh-forward-agent-exploitation.md )
2020-08-26 00:42:49 +02:00
* [Socket Command Injection ](linux-unix/privilege-escalation/socket-command-injection.md )
2020-07-15 17:43:14 +02:00
* [Wildcards Spare tricks ](linux-unix/privilege-escalation/wildcards-spare-tricks.md )
* [Useful Linux Commands ](linux-unix/useful-linux-commands/README.md )
* [Bypass Bash Restrictions ](linux-unix/useful-linux-commands/bypass-bash-restrictions.md )
* [Linux Environment Variables ](linux-unix/linux-environment-variables.md )
## Windows
* [Checklist - Local Windows Privilege Escalation ](windows/checklist-windows-privilege-escalation.md )
* [Windows Local Privilege Escalation ](windows/windows-local-privilege-escalation/README.md )
2020-11-26 22:15:30 +01:00
* [AppendData/AddSubdirectory permission over service registry ](windows/windows-local-privilege-escalation/appenddata-addsubdirectory-permission-over-service-registry.md )
2021-01-24 11:03:34 +01:00
* [Create MSI with WIX ](windows/windows-local-privilege-escalation/create-msi-with-wix.md )
2020-09-01 22:17:55 +02:00
* [DPAPI - Extracting Passwords ](windows/windows-local-privilege-escalation/dpapi-extracting-passwords.md )
2020-08-31 00:32:59 +02:00
* [SeImpersonate from High To System ](windows/windows-local-privilege-escalation/seimpersonate-from-high-to-system.md )
2020-08-30 23:17:43 +02:00
* [Access Tokens ](windows/windows-local-privilege-escalation/access-tokens.md )
2020-08-30 20:59:50 +02:00
* [ACLs - DACLs/SACLs/ACEs ](windows/windows-local-privilege-escalation/acls-dacls-sacls-aces.md )
2020-07-15 17:43:14 +02:00
* [Dll Hijacking ](windows/windows-local-privilege-escalation/dll-hijacking.md )
* [From High Integrity to SYSTEM with Name Pipes ](windows/windows-local-privilege-escalation/from-high-integrity-to-system-with-name-pipes.md )
2020-08-30 20:59:50 +02:00
* [Integrity Levels ](windows/windows-local-privilege-escalation/integrity-levels.md )
* [JAWS ](windows/windows-local-privilege-escalation/jaws.md )
* [JuicyPotato ](windows/windows-local-privilege-escalation/juicypotato.md )
2020-07-15 17:43:14 +02:00
* [Leaked Handle Exploitation ](windows/windows-local-privilege-escalation/leaked-handle-exploitation.md )
* [MSI Wrapper ](windows/windows-local-privilege-escalation/msi-wrapper.md )
2020-08-30 20:59:50 +02:00
* [Named Pipe Client Impersonation ](windows/windows-local-privilege-escalation/named-pipe-client-impersonation.md )
2020-07-15 17:43:14 +02:00
* [PowerUp ](windows/windows-local-privilege-escalation/powerup.md )
2020-08-30 20:59:50 +02:00
* [Privilege Escalation Abusing Tokens ](windows/windows-local-privilege-escalation/privilege-escalation-abusing-tokens.md )
* [Privilege Escalation with Autoruns ](windows/windows-local-privilege-escalation/privilege-escalation-with-autorun-binaries.md )
2020-07-15 17:43:14 +02:00
* [RottenPotato ](windows/windows-local-privilege-escalation/rottenpotato.md )
2020-08-30 20:59:50 +02:00
* [Seatbelt ](windows/windows-local-privilege-escalation/seatbelt.md )
* [SeDebug + SeImpersonate copy token ](windows/windows-local-privilege-escalation/sedebug-+-seimpersonate-copy-token.md )
* [Windows C Payloads ](windows/windows-local-privilege-escalation/windows-c-payloads.md )
2020-07-15 17:43:14 +02:00
* [Active Directory Methodology ](windows/active-directory-methodology/README.md )
* [Abusing Active Directory ACLs/ACEs ](windows/active-directory-methodology/acl-persistence-abuse.md )
* [AD information in printers ](windows/active-directory-methodology/ad-information-in-printers.md )
* [ASREPRoast ](windows/active-directory-methodology/asreproast.md )
* [BloodHound ](windows/active-directory-methodology/bloodhound.md )
* [Constrained Delegation ](windows/active-directory-methodology/constrained-delegation.md )
* [Custom SSP ](windows/active-directory-methodology/custom-ssp.md )
* [DCShadow ](windows/active-directory-methodology/dcshadow.md )
* [DCSync ](windows/active-directory-methodology/dcsync.md )
* [DSRM Credentials ](windows/active-directory-methodology/dsrm-credentials.md )
* [Golden Ticket ](windows/active-directory-methodology/golden-ticket.md )
* [Kerberos Authentication ](windows/active-directory-methodology/kerberos-authentication.md )
* [Kerberoast ](windows/active-directory-methodology/kerberoast.md )
* [MSSQL Trusted Links ](windows/active-directory-methodology/mssql-trusted-links.md )
* [Over Pass the Hash/Pass the Key ](windows/active-directory-methodology/over-pass-the-hash-pass-the-key.md )
* [Pass the Ticket ](windows/active-directory-methodology/pass-the-ticket.md )
* [Password Spraying ](windows/active-directory-methodology/password-spraying.md )
2020-12-23 00:57:32 +01:00
* [Force NTLM Privileged Authentication ](windows/active-directory-methodology/printers-spooler-service-abuse.md )
2020-07-15 17:43:14 +02:00
* [Privileged Accounts and Token Privileges ](windows/active-directory-methodology/privileged-accounts-and-token-privileges.md )
* [Resource-based Constrained Delegation ](windows/active-directory-methodology/resource-based-constrained-delegation.md )
* [Security Descriptors ](windows/active-directory-methodology/security-descriptors.md )
* [Silver Ticket ](windows/active-directory-methodology/silver-ticket.md )
* [Skeleton Key ](windows/active-directory-methodology/skeleton-key.md )
* [Unconstrained Delegation ](windows/active-directory-methodology/unconstrained-delegation.md )
* [NTLM ](windows/ntlm/README.md )
* [Places to steal NTLM creds ](windows/ntlm/places-to-steal-ntlm-creds.md )
* [PsExec/Winexec/ScExec ](windows/ntlm/psexec-and-winexec.md )
* [SmbExec/ScExec ](windows/ntlm/smbexec.md )
* [WmicExec ](windows/ntlm/wmicexec.md )
* [AtExec / SchtasksExec ](windows/ntlm/atexec.md )
* [WinRM ](windows/ntlm/winrm.md )
* [Stealing Credentials ](windows/stealing-credentials/README.md )
* [Credentials Protections ](windows/stealing-credentials/credentials-protections.md )
* [Mimikatz ](windows/stealing-credentials/credentials-mimikatz.md )
2020-08-31 14:30:26 +02:00
* [Authentication, Credentials, UAC and EFS ](windows/authentication-credentials-uac-and-efs.md )
2020-07-15 17:43:14 +02:00
* [Basic CMD for Pentesters ](windows/basic-cmd-for-pentesters.md )
* [Basic PowerShell for Pentesters ](windows/basic-powershell-for-pentesters/README.md )
* [PowerView ](windows/basic-powershell-for-pentesters/powerview.md )
* [AV Bypass ](windows/av-bypass.md )
## Mobile Apps Pentesting
* [Android APK Checklist ](mobile-apps-pentesting/android-checklist.md )
* [Android Applications Pentesting ](mobile-apps-pentesting/android-app-pentesting/README.md )
* [ADB Commands ](mobile-apps-pentesting/android-app-pentesting/adb-commands.md )
* [APK decompilers ](mobile-apps-pentesting/android-app-pentesting/apk-decompilers.md )
2020-09-10 00:22:27 +02:00
* [AVD - Android Virtual Device ](mobile-apps-pentesting/android-app-pentesting/avd-android-virtual-device.md )
2020-07-15 17:43:14 +02:00
* [Burp Suite Configuration for Android ](mobile-apps-pentesting/android-app-pentesting/android-burp-suite-settings.md )
* [Drozer Tutorial ](mobile-apps-pentesting/android-app-pentesting/drozer-tutorial/README.md )
* [Exploiting Content Providers ](mobile-apps-pentesting/android-app-pentesting/drozer-tutorial/exploiting-content-providers.md )
* [Exploiting a debuggeable applciation ](mobile-apps-pentesting/android-app-pentesting/exploiting-a-debuggeable-applciation.md )
* [Frida Tutorial ](mobile-apps-pentesting/android-app-pentesting/frida-tutorial/README.md )
* [Frida Tutorial 1 ](mobile-apps-pentesting/android-app-pentesting/frida-tutorial/frida-tutorial-1.md )
* [Frida Tutorial 2 ](mobile-apps-pentesting/android-app-pentesting/frida-tutorial/frida-tutorial-2.md )
* [Frida Tutorial 3 ](mobile-apps-pentesting/android-app-pentesting/frida-tutorial/owaspuncrackable-1.md )
* [Objection Tutorial ](mobile-apps-pentesting/android-app-pentesting/frida-tutorial/objection-tutorial.md )
* [Google CTF 2018 - Shall We Play a Game? ](mobile-apps-pentesting/android-app-pentesting/google-ctf-2018-shall-we-play-a-game.md )
2020-08-07 10:50:39 +02:00
* [Make APK Accept CA Certificate ](mobile-apps-pentesting/android-app-pentesting/make-apk-accept-ca-certificate.md )
2020-07-15 17:43:14 +02:00
* [Manual DeObfuscation ](mobile-apps-pentesting/android-app-pentesting/manual-deobfuscation.md )
2021-02-01 10:24:10 +01:00
* [React Native Application ](mobile-apps-pentesting/android-app-pentesting/react-native-application.md )
2020-07-15 17:43:14 +02:00
* [Reversing Native Libraries ](mobile-apps-pentesting/android-app-pentesting/reversing-native-libraries.md )
* [Smali - Decompiling/\[Modifying\]/Compiling](mobile-apps-pentesting/android-app-pentesting/smali-changes.md)
* [Spoofing your location in Play Store ](mobile-apps-pentesting/android-app-pentesting/spoofing-your-location-in-play-store.md )
* [Webview Attacks ](mobile-apps-pentesting/android-app-pentesting/webview-attacks.md )
* [What are Intents ](mobile-apps-pentesting/android-app-pentesting/what-are-intents.md )
## Pentesting
* [Pentesting Network ](pentesting/pentesting-network/README.md )
* [Spoofing LLMNR, NBT-NS, mDNS/DNS and WPAD and Relay Attacks ](pentesting/pentesting-network/spoofing-llmnr-nbt-ns-mdns-dns-and-wpad-and-relay-attacks.md )
* [Spoofing SSDP and UPnP Devices with EvilSSDP ](pentesting/pentesting-network/spoofing-ssdp-and-upnp-devices.md )
* [Wifi Attacks ](pentesting/pentesting-network/wifi-attacks/README.md )
* [Evil Twin EAP-TLS ](pentesting/pentesting-network/wifi-attacks/evil-twin-eap-tls.md )
* [Pentesting IPv6 ](pentesting/pentesting-network/pentesting-ipv6.md )
* [Nmap Summary \(ESP\) ](pentesting/pentesting-network/nmap-summary-esp.md )
* [Network Protocols Explained \(ESP\) ](pentesting/pentesting-network/network-protocols-explained-esp.md )
* [IDS and IPS Evasion ](pentesting/pentesting-network/ids-evasion.md )
* [DHCPv6 ](pentesting/pentesting-network/dhcpv6.md )
* [Pentesting JDWP - Java Debug Wire Protocol ](pentesting/pentesting-jdwp-java-debug-wire-protocol.md )
* [Pentesting Printers ](pentesting/pentesting-printers/README.md )
* [Accounting bypass ](pentesting/pentesting-printers/accounting-bypass.md )
* [Buffer Overflows ](pentesting/pentesting-printers/buffer-overflows.md )
* [Credentials Disclosure / Brute-Force ](pentesting/pentesting-printers/credentials-disclosure-brute-force.md )
* [Cross-Site Printing ](pentesting/pentesting-printers/cross-site-printing.md )
* [Document Processing ](pentesting/pentesting-printers/document-processing.md )
* [Factory Defaults ](pentesting/pentesting-printers/factory-defaults.md )
* [File system access ](pentesting/pentesting-printers/file-system-access.md )
* [Firmware updates ](pentesting/pentesting-printers/firmware-updates.md )
* [Memory Access ](pentesting/pentesting-printers/memory-access.md )
* [Physical Damage ](pentesting/pentesting-printers/physical-damage.md )
* [Software packages ](pentesting/pentesting-printers/software-packages.md )
* [Transmission channel ](pentesting/pentesting-printers/transmission-channel.md )
* [Print job manipulation ](pentesting/pentesting-printers/print-job-manipulation.md )
* [Print Job Retention ](pentesting/pentesting-printers/print-job-retention.md )
* [Scanner and Fax ](pentesting/pentesting-printers/scanner-and-fax.md )
2020-11-23 19:00:25 +01:00
* [Pentesting SAP ](pentesting/pentesting-sap.md )
2020-07-15 17:43:14 +02:00
* [7/tcp/udp - Pentesting Echo ](pentesting/7-tcp-udp-pentesting-echo.md )
* [21 - Pentesting FTP ](pentesting/pentesting-ftp/README.md )
* [FTP Bounce attack - Scan ](pentesting/pentesting-ftp/ftp-bounce-attack.md )
* [FTP Bounce - Download 2ºFTP file ](pentesting/pentesting-ftp/ftp-bounce-download-2oftp-file.md )
* [22 - Pentesting SSH/SFTP ](pentesting/pentesting-ssh.md )
* [23 - Pentesting Telnet ](pentesting/pentesting-telnet.md )
* [25,465,587 - Pentesting SMTP/s ](pentesting/pentesting-smtp/README.md )
* [SMTP - Commands ](pentesting/pentesting-smtp/smtp-commands.md )
* [43 - Pentesting WHOIS ](pentesting/43-pentesting-whois.md )
* [53 - Pentesting DNS ](pentesting/pentesting-dns.md )
* [69/UDP TFTP/Bittorrent-tracker ](pentesting/69-udp-tftp.md )
* [79 - Pentesting Finger ](pentesting/pentesting-finger.md )
* [80,443 - Pentesting Web Methodology ](pentesting/pentesting-web/README.md )
2021-02-01 10:01:16 +01:00
* [Golang ](pentesting/pentesting-web/golang.md )
2020-12-08 13:25:09 +01:00
* [Uncovering CloudFlare ](pentesting/pentesting-web/uncovering-cloudflare.md )
2020-11-12 01:37:38 +01:00
* [Laravel ](pentesting/pentesting-web/laravel.md )
2020-11-10 10:27:45 +01:00
* [Code Review Tools ](pentesting/pentesting-web/code-review-tools.md )
2020-11-05 10:58:31 +01:00
* [Symphony ](pentesting/pentesting-web/symphony.md )
* [XSS to RCE Electron Desktop Apps ](pentesting/pentesting-web/xss-to-rce-electron-desktop-apps.md )
2020-10-15 12:27:50 +02:00
* [Spring Actuators ](pentesting/pentesting-web/spring-actuators.md )
2020-09-28 10:31:31 +02:00
* [Artifactory Hacking guide ](pentesting/pentesting-web/artifactory-hacking-guide.md )
2020-07-15 17:43:14 +02:00
* [Apache ](pentesting/pentesting-web/apache.md )
* [JSP ](pentesting/pentesting-web/jsp.md )
* [API Pentesting ](pentesting/pentesting-web/api-pentesting.md )
* [Buckets ](pentesting/pentesting-web/buckets/README.md )
* [Firebase Database ](pentesting/pentesting-web/buckets/firebase-database.md )
* [AWS-S3 ](pentesting/pentesting-web/buckets/aws-s3.md )
* [CGI ](pentesting/pentesting-web/cgi.md )
* [Drupal ](pentesting/pentesting-web/drupal.md )
* [Flask ](pentesting/pentesting-web/flask.md )
* [Git ](pentesting/pentesting-web/git.md )
* [GraphQL ](pentesting/pentesting-web/graphql.md )
* [H2 - Java SQL database ](pentesting/pentesting-web/h2-java-sql-database.md )
* [IIS - Internet Information Services ](pentesting/pentesting-web/iis-internet-information-services.md )
* [JBOSS ](pentesting/pentesting-web/jboss.md )
* [Jenkins ](pentesting/pentesting-web/jenkins.md )
* [JIRA ](pentesting/pentesting-web/jira.md )
* [Joomla ](pentesting/pentesting-web/joomla.md )
* [Nginx ](pentesting/pentesting-web/nginx.md )
* [PHP Tricks \(SPA\) ](pentesting/pentesting-web/php-tricks-esp/README.md )
2020-11-15 02:09:32 +01:00
* [PHP - Useful Functions & disable\_functions/open\_basedir bypass ](pentesting/pentesting-web/php-tricks-esp/php-useful-functions-disable_functions-open_basedir-bypass/README.md )
* [disable\_functions bypass - php-fpm/FastCGI ](pentesting/pentesting-web/php-tricks-esp/php-useful-functions-disable_functions-open_basedir-bypass/disable_functions-bypass-php-fpm-fastcgi.md )
* [disable\_functions bypass - dl function ](pentesting/pentesting-web/php-tricks-esp/php-useful-functions-disable_functions-open_basedir-bypass/disable_functions-bypass-dl-function.md )
* [disable\_functions bypass - PHP 7.0-7.4 \(\*nix only\) ](pentesting/pentesting-web/php-tricks-esp/php-useful-functions-disable_functions-open_basedir-bypass/disable_functions-bypass-php-7.0-7.4-nix-only.md )
* [disable\_functions bypass - Imagick <= 3.3.0 PHP >= 5.4 Exploit ](pentesting/pentesting-web/php-tricks-esp/php-useful-functions-disable_functions-open_basedir-bypass/disable_functions-bypass-imagick-less-than-3.3.0-php-greater-than-5.4-exploit.md )
* [disable\_functions - PHP 5.x Shellshock Exploit ](pentesting/pentesting-web/php-tricks-esp/php-useful-functions-disable_functions-open_basedir-bypass/disable_functions-php-5.x-shellshock-exploit.md )
* [disable\_functions - PHP 5.2.4 ionCube extension Exploit ](pentesting/pentesting-web/php-tricks-esp/php-useful-functions-disable_functions-open_basedir-bypass/disable_functions-php-5.2.4-ioncube-extension-exploit.md )
* [disable\_functions bypass - PHP <= 5.2.9 on windows ](pentesting/pentesting-web/php-tricks-esp/php-useful-functions-disable_functions-open_basedir-bypass/disable_functions-bypass-php-less-than-5.2.9-on-windows.md )
* [disable\_functions bypass - PHP 5.2.4 and 5.2.5 PHP cURL ](pentesting/pentesting-web/php-tricks-esp/php-useful-functions-disable_functions-open_basedir-bypass/disable_functions-bypass-php-5.2.4-and-5.2.5-php-curl.md )
* [disable\_functions bypass - PHP safe\_mode bypass via proc\_open\(\) and custom environment Exploit ](pentesting/pentesting-web/php-tricks-esp/php-useful-functions-disable_functions-open_basedir-bypass/disable_functions-bypass-php-safe_mode-bypass-via-proc_open-and-custom-environment-exploit.md )
* [disable\_functions bypass - PHP Perl Extension Safe\_mode Bypass Exploit ](pentesting/pentesting-web/php-tricks-esp/php-useful-functions-disable_functions-open_basedir-bypass/disable_functions-bypass-php-perl-extension-safe_mode-bypass-exploit.md )
* [disable\_functions bypass - PHP 5.2.3 - Win32std ext Protections Bypass ](pentesting/pentesting-web/php-tricks-esp/php-useful-functions-disable_functions-open_basedir-bypass/disable_functions-bypass-php-5.2.3-win32std-ext-protections-bypass.md )
* [disable\_functions bypass - PHP 5.2 - FOpen Exploit ](pentesting/pentesting-web/php-tricks-esp/php-useful-functions-disable_functions-open_basedir-bypass/disable_functions-bypass-php-5.2-fopen-exploit.md )
* [disable\_functions bypass - via mem ](pentesting/pentesting-web/php-tricks-esp/php-useful-functions-disable_functions-open_basedir-bypass/disable_functions-bypass-via-mem.md )
* [disable\_functions bypass - mod\_cgi ](pentesting/pentesting-web/php-tricks-esp/php-useful-functions-disable_functions-open_basedir-bypass/disable_functions-bypass-mod_cgi.md )
* [disable\_functions bypass - PHP 4 >= 4.2.0, PHP 5 pcntl\_exec ](pentesting/pentesting-web/php-tricks-esp/php-useful-functions-disable_functions-open_basedir-bypass/disable_functions-bypass-php-4-greater-than-4.2.0-php-5-pcntl_exec.md )
2020-07-15 17:43:14 +02:00
* [Python ](pentesting/pentesting-web/python.md )
2020-10-15 12:27:50 +02:00
* [SpEL - Spring Expression Language ](pentesting/pentesting-web/spel-spring-expression-language.md )
2020-07-15 17:43:14 +02:00
* [Tomcat ](pentesting/pentesting-web/tomcat.md )
* [VMWare \(ESX, VCenter...\) ](pentesting/pentesting-web/vmware-esx-vcenter....md )
* [WebDav ](pentesting/pentesting-web/put-method-webdav.md )
2020-07-30 20:28:28 +02:00
* [werkzeug ](pentesting/pentesting-web/werkzeug.md )
2020-07-15 17:43:14 +02:00
* [Wordpress ](pentesting/pentesting-web/wordpress.md )
* [88tcp/udp - Pentesting Kerberos ](pentesting/pentesting-kerberos-88/README.md )
* [Harvesting tickets from Windows ](pentesting/pentesting-kerberos-88/harvesting-tickets-from-windows.md )
* [Harvesting tickets from Linux ](pentesting/pentesting-kerberos-88/harvesting-tickets-from-linux.md )
* [110,995 - Pentesting POP ](pentesting/pentesting-pop.md )
* [111/TCP/UDP - Pentesting Portmapper ](pentesting/pentesting-rpcbind.md )
* [113 - Pentesting Ident ](pentesting/113-pentesting-ident.md )
* [123/udp - Pentesting NTP ](pentesting/pentesting-ntp.md )
2020-10-05 19:41:37 +02:00
* [135, 593 - Pentesting MSRPC ](pentesting/135-pentesting-msrpc.md )
2020-07-15 17:43:14 +02:00
* [137,138,139 - Pentesting NetBios ](pentesting/137-138-139-pentesting-netbios.md )
* [139,445 - Pentesting SMB ](pentesting/pentesting-smb.md )
* [143,993 - Pentesting IMAP ](pentesting/pentesting-imap.md )
* [161,162,10161,10162/udp - Pentesting SNMP ](pentesting/pentesting-snmp.md )
* [194,6667,6660-7000 - Pentesting IRC ](pentesting/pentesting-irc.md )
* [264 - Pentesting Check Point FireWall-1 ](pentesting/pentesting-264-check-point-firewall-1.md )
* [389, 636, 3268, 3269 - Pentesting LDAP ](pentesting/pentesting-ldap.md )
* [500/udp - Pentesting IPsec/IKE VPN ](pentesting/ipsec-ike-vpn-pentesting.md )
* [502 - Pentesting Modbus ](pentesting/pentesting-modbus.md )
* [512 - Pentesting Rexec ](pentesting/512-pentesting-rexec.md )
* [513 - Pentesting Rlogin ](pentesting/pentesting-rlogin.md )
* [514 - Pentesting Rsh ](pentesting/pentesting-rsh.md )
* [515 - Pentesting Line Printer Daemon \(LPD\) ](pentesting/515-pentesting-line-printer-daemon-lpd.md )
* [548 - Pentesting Apple Filing Protocol \(AFP\) ](pentesting/584-pentesting-afp.md )
* [554,8554 - Pentesting RTSP ](pentesting/554-8554-pentesting-rtsp.md )
* [623/UDP/TCP - IPMI ](pentesting/623-udp-ipmi.md )
* [631 - Internet Printing Protocol\(IPP\) ](pentesting/pentesting-631-internet-printing-protocol-ipp.md )
* [873 - Pentesting Rsync ](pentesting/873-pentesting-rsync.md )
* [1026 - Pentesting Rusersd ](pentesting/1026-pentesting-rusersd.md )
* [1098/1099 - Pentesting Java RMI ](pentesting/1099-pentesting-java-rmi.md )
* [1433 - Pentesting MSSQL - Microsoft SQL Server ](pentesting/pentesting-mssql-microsoft-sql-server.md )
* [1521,1522-1529 - Pentesting Oracle TNS Listener ](pentesting/1521-1522-1529-pentesting-oracle-listener/README.md )
* [Oracle Pentesting requirements installation ](pentesting/1521-1522-1529-pentesting-oracle-listener/oracle-pentesting-requirements-installation.md )
* [TNS Poison ](pentesting/1521-1522-1529-pentesting-oracle-listener/tns-poison.md )
* [Remote stealth pass brute force ](pentesting/1521-1522-1529-pentesting-oracle-listener/remote-stealth-pass-brute-force.md )
* [Oracle RCE & more ](pentesting/1521-1522-1529-pentesting-oracle-listener/oracle-rce-and-more.md )
* [1723 - Pentesting PPTP ](pentesting/1723-pentesting-pptp.md )
* [1883 - Pentesting MQTT \(Mosquitto\) ](pentesting/1883-pentesting-mqtt-mosquitto.md )
* [2049 - Pentesting NFS Service ](pentesting/nfs-service-pentesting.md )
* [2301,2381 - Pentesting Compaq/HP Insight Manager ](pentesting/pentesting-compaq-hp-insight-manager.md )
2020-12-31 17:14:52 +01:00
* [2375, 2376 Pentesting Docker ](pentesting/2375-pentesting-docker.md )
2020-07-15 17:43:14 +02:00
* [3260 - Pentesting ISCSI ](pentesting/3260-pentesting-iscsi.md )
* [3299 - Pentesting SAPRouter ](pentesting/3299-pentesting-saprouter.md )
* [3306 - Pentesting Mysql ](pentesting/pentesting-mysql.md )
* [3389 - Pentesting RDP ](pentesting/pentesting-rdp.md )
* [3632 - Pentesting distcc ](pentesting/3632-pentesting-distcc.md )
* [4369 - Pentesting Erlang Port Mapper Daemon \(epmd\) ](pentesting/4369-pentesting-erlang-port-mapper-daemon-epmd.md )
2021-01-03 01:43:09 +01:00
* [5000 - Pentesting Docker Registry ](pentesting/5000-pentesting-docker-registry.md )
2020-07-15 17:43:14 +02:00
* [5353/UDP Multicast DNS \(mDNS\) ](pentesting/5353-udp-multicast-dns-mdns.md )
* [5432,5433 - Pentesting Postgresql ](pentesting/pentesting-postgresql.md )
2021-01-28 14:40:17 +01:00
* [5601 - Pentesting Kibana ](pentesting/5601-pentesting-kibana.md )
2020-07-15 17:43:14 +02:00
* [5671,5672 - Pentesting AMQP ](pentesting/5671-5672-pentesting-amqp.md )
* [5800,5801,5900,5901 - Pentesting VNC ](pentesting/pentesting-vnc.md )
2020-07-16 21:40:43 +02:00
* [5984,6984 - Pentesting CouchDB ](pentesting/5984-pentesting-couchdb.md )
2020-07-15 17:43:14 +02:00
* [5985,5986 - Pentesting WinRM ](pentesting/5985-5986-pentesting-winrm.md )
* [6000 - Pentesting X11 ](pentesting/6000-pentesting-x11.md )
* [6379 - Pentesting Redis ](pentesting/6379-pentesting-redis.md )
* [8009 - Pentesting Apache JServ Protocol \(AJP\) ](pentesting/8009-pentesting-apache-jserv-protocol-ajp.md )
2020-11-06 01:32:50 +01:00
* [8089 - Splunkd ](pentesting/8089-splunkd.md )
2021-01-06 18:11:57 +01:00
* [9000 - Pentesting FastCGI ](pentesting/9000-pentesting-fastcgi.md )
2020-12-03 00:18:31 +01:00
* [9001 - Pentesting HSQLDB ](pentesting/9001-pentesting-hsqldb.md )
2020-07-15 17:43:14 +02:00
* [9042/9160 - Pentesting Cassandra ](pentesting/cassandra.md )
* [9100 - Pentesting Raw Printing \(JetDirect, AppSocket, PDL-datastream\) ](pentesting/9100-pjl.md )
* [9200 - Pentesting Elasticsearch ](pentesting/9200-pentesting-elasticsearch.md )
* [10000 - Pentesting Network Data Management Protocol \(ndmp\) ](pentesting/10000-network-data-management-protocol-ndmp.md )
* [11211 - Pentesting Memcache ](pentesting/11211-memcache.md )
* [15672 - Pentesting RabbitMQ Management ](pentesting/15672-pentesting-rabbitmq-management.md )
* [27017,27018 - Pentesting MongoDB ](pentesting/27017-27018-mongodb.md )
* [44818/UDP/TCP - Pentesting EthernetIP ](pentesting/44818-ethernetip.md )
* [47808/udp - Pentesting BACNet ](pentesting/47808-udp-bacnet.md )
* [50030,50060,50070,50075,50090 - Pentesting Hadoop ](pentesting/50030-50060-50070-50075-50090-pentesting-hadoop.md )
## Pentesting Web
2021-01-26 14:53:03 +01:00
* [2FA/OTP Bypass ](pentesting-web/2fa-bypass.md )
2020-07-15 17:43:14 +02:00
* [Abusing hop-by-hop headers ](pentesting-web/abusing-hop-by-hop-headers.md )
2020-08-06 11:07:38 +02:00
* [Bypass Payment Process ](pentesting-web/bypass-payment-process.md )
2020-07-15 17:43:14 +02:00
* [Captcha Bypass ](pentesting-web/captcha-bypass.md )
* [Cache Poisoning and Cache Deception ](pentesting-web/cache-deception.md )
* [Clickjacking ](pentesting-web/clickjacking.md )
* [Client Side Template Injection \(CSTI\) ](pentesting-web/client-side-template-injection-csti.md )
* [Command Injection ](pentesting-web/command-injection.md )
* [Content Security Policy \(CSP\) Bypass ](pentesting-web/content-security-policy-csp-bypass.md )
* [Cookies Hacking ](pentesting-web/hacking-with-cookies.md )
* [CORS - Misconfigurations & Bypass ](pentesting-web/cors-bypass.md )
* [CRLF \(%0D%0A\) Injection ](pentesting-web/crlf-0d-0a.md )
* [Cross-site WebSocket hijacking \(CSWSH\) ](pentesting-web/cross-site-websocket-hijacking-cswsh.md )
* [CSRF \(Cross Site Request Forgery\) ](pentesting-web/csrf-cross-site-request-forgery.md )
* [Dangling Markup - HTML scriptless injection ](pentesting-web/dangling-markup-html-scriptless-injection.md )
* [Deserialization ](pentesting-web/deserialization/README.md )
2020-11-26 14:46:19 +01:00
* [NodeJS - \_\_proto\_\_ & prototype Pollution ](pentesting-web/deserialization/nodejs-proto-prototype-pollution.md )
2020-07-15 17:43:14 +02:00
* [Java JSF ViewState \(.faces\) Deserialization ](pentesting-web/deserialization/java-jsf-viewstate-.faces-deserialization.md )
* [Java DNS Deserialization, GadgetProbe and Java Deserialization Scanner ](pentesting-web/deserialization/java-dns-deserialization-and-gadgetprobe.md )
* [Basic Java Deserialization \(ObjectInputStream, readObject\) ](pentesting-web/deserialization/basic-java-deserialization-objectinputstream-readobject.md )
* [CommonsCollection1 Payload - Java Transformers to Rutime exec\(\) and Thread Sleep ](pentesting-web/deserialization/java-transformers-to-rutime-exec-payload.md )
* [Basic .Net deserialization \(ObjectDataProvider gadget, ExpandedWrapper, and Json.Net\) ](pentesting-web/deserialization/basic-.net-deserialization-objectdataprovider-gadgets-expandedwrapper-and-json.net.md )
* [Exploiting \_\_VIEWSTATE parameter ](pentesting-web/deserialization/exploiting-__viewstate-parameter.md )
2020-12-17 14:13:28 +01:00
* [Domain/Subdomain takeover ](pentesting-web/domain-subdomain-takeover.md )
2020-07-15 17:43:14 +02:00
* [Email Header Injection ](pentesting-web/email-header-injection.md )
2020-12-27 15:58:40 +01:00
* [File Inclusion/Path traversal ](pentesting-web/file-inclusion/README.md )
* [LFI - Linux List ](pentesting-web/file-inclusion/lfi-linux-list.md )
2020-10-15 15:16:06 +02:00
* [File Upload ](pentesting-web/file-upload/README.md )
* [PDF Upload - XXE and CORS bypass ](pentesting-web/file-upload/pdf-upload-xxe-and-cors-bypass.md )
2020-12-04 14:32:04 +01:00
* [Formula Injection ](pentesting-web/formula-injection.md )
2020-07-15 17:43:14 +02:00
* [HTTP Request Smuggling / HTTP Desync Attack ](pentesting-web/http-request-smuggling.md )
* [IDOR ](pentesting-web/idor.md )
* [JWT Vulnerabilities \(Json Web Tokens\) ](pentesting-web/hacking-jwt-json-web-tokens.md )
* [NoSQL injection ](pentesting-web/nosql-injection.md )
* [LDAP Injection ](pentesting-web/ldap-injection.md )
* [OAuth to Account takeover ](pentesting-web/oauth-to-account-takeover.md )
* [Open Redirect ](pentesting-web/open-redirect.md )
2020-07-30 10:35:12 +02:00
* [Parameter Pollution ](pentesting-web/parameter-pollution.md )
2020-12-17 14:13:28 +01:00
* [PostMessage Vulnerabilities ](pentesting-web/postmessage-vulnerabilities.md )
2020-07-15 17:43:14 +02:00
* [Race Condition ](pentesting-web/race-condition.md )
* [Rate Limit Bypass ](pentesting-web/rate-limit-bypass.md )
2021-01-26 14:53:03 +01:00
* [Regular expression Denial of Service - ReDoS ](pentesting-web/regular-expression-denial-of-service-redos.md )
2020-07-15 17:43:14 +02:00
* [SQL Injection ](pentesting-web/sql-injection/README.md )
* [MSSQL Injection ](pentesting-web/sql-injection/mssql-injection.md )
* [Oracle injection ](pentesting-web/sql-injection/oracle-injection.md )
* [PostgreSQL injection ](pentesting-web/sql-injection/postgresql-injection/README.md )
* [dblink/lo\_import data exfiltration ](pentesting-web/sql-injection/postgresql-injection/dblink-lo_import-data-exfiltration.md )
* [PL/pgSQL Password Bruteforce ](pentesting-web/sql-injection/postgresql-injection/pl-pgsql-password-bruteforce.md )
* [Network - Privesc, Port Scanner and NTLM chanllenge response disclosure ](pentesting-web/sql-injection/postgresql-injection/network-privesc-port-scanner-and-ntlm-chanllenge-response-disclosure.md )
* [Big Binary Files Upload \(PostgreSQL\) ](pentesting-web/sql-injection/postgresql-injection/big-binary-files-upload-postgresql.md )
* [RCE with PostgreSQL Extensions ](pentesting-web/sql-injection/postgresql-injection/rce-with-postgresql-extensions.md )
* [MySQL injection ](pentesting-web/sql-injection/mysql-injection/README.md )
* [Mysql SSRF ](pentesting-web/sql-injection/mysql-injection/mysql-ssrf.md )
2020-07-22 21:36:23 +02:00
* [SQLMap - Cheetsheat ](pentesting-web/sql-injection/sqlmap/README.md )
* [Second Order Injection - SQLMap ](pentesting-web/sql-injection/sqlmap/second-order-injection-sqlmap.md )
2020-07-15 17:43:14 +02:00
* [SSRF \(Server Side Request Forgery\) ](pentesting-web/ssrf-server-side-request-forgery.md )
* [SSTI \(Server Side Template Injection\) ](pentesting-web/ssti-server-side-template-injection.md )
* [Unicode Normalization vulnerability ](pentesting-web/unicode-normalization-vulnerability.md )
* [Web Tool - WFuzz ](pentesting-web/web-tool-wfuzz.md )
* [XPATH injection ](pentesting-web/xpath-injection.md )
* [XSLT Server Side Injection \(Extensible Stylesheet Languaje Transformations\) ](pentesting-web/xslt-server-side-injection-extensible-stylesheet-languaje-transformations.md )
* [XXE - XEE - XML External Entity ](pentesting-web/xxe-xee-xml-external-entity.md )
* [XSS \(Cross Site Scripting\) ](pentesting-web/xss-cross-site-scripting/README.md )
2020-12-24 10:46:40 +01:00
* [PDF Injection ](pentesting-web/xss-cross-site-scripting/pdf-injection.md )
2020-07-15 17:43:14 +02:00
* [DOM XSS ](pentesting-web/xss-cross-site-scripting/dom-xss.md )
* [Server Side XSS \(Dynamic PDF\) ](pentesting-web/xss-cross-site-scripting/server-side-xss-dynamic-pdf.md )
* [XSS Tools ](pentesting-web/xss-cross-site-scripting/xss-tools.md )
* [XSSI \(Cross-Site Script Inclusion\) ](pentesting-web/xssi-cross-site-script-inclusion.md )
* [XS-Search ](pentesting-web/xs-search.md )
## Physical attacks
* [Physical Attacks ](physical-attacks/physical-attacks.md )
* [Escaping from KIOSKs ](physical-attacks/escaping-from-gui-applications/README.md )
* [Show file extensions ](physical-attacks/escaping-from-gui-applications/show-file-extensions.md )
2020-12-03 12:05:29 +01:00
## Reversing
2020-12-03 19:00:02 +01:00
* [Common API used in Malware ](reversing/common-api-used-in-malware.md )
2020-12-22 10:41:56 +01:00
* [Reversing Tools ](reversing/reversing-tools/README.md )
* [Blobrunner ](reversing/reversing-tools/blobrunner.md )
2020-12-06 17:04:16 +01:00
* [Cryptographic/Compression Algorithms ](reversing/cryptographic-algorithms/README.md )
* [Unpacking binaries ](reversing/cryptographic-algorithms/unpacking-binaries.md )
2020-12-06 01:18:48 +01:00
* [Word Macros ](reversing/word-macros.md )
2020-12-03 12:05:29 +01:00
2020-07-15 17:43:14 +02:00
## Exploiting
* [Linux Exploiting \(Basic\) \(SPA\) ](exploiting/linux-exploiting-basic-esp/README.md )
* [ROP - Syscall execv ](exploiting/linux-exploiting-basic-esp/rop-syscall-execv.md )
* [ROP - Leaking LIBC address ](exploiting/linux-exploiting-basic-esp/rop-leaking-libc-address.md )
* [Bypassing Canary & PIE ](exploiting/linux-exploiting-basic-esp/bypassing-canary-and-pie.md )
* [Ret2Lib ](exploiting/linux-exploiting-basic-esp/ret2lib.md )
* [Fusion ](exploiting/linux-exploiting-basic-esp/fusion.md )
* [Exploiting Tools ](exploiting/tools/README.md )
* [PwnTools ](exploiting/tools/pwntools.md )
* [Windows Exploiting \(Basic Guide - OSCP lvl\) ](exploiting/windows-exploiting-basic-guide-oscp-lvl.md )
## Forensics
* [Malware Analysis ](forensics/malware-analysis.md )
* [Memory dump analysis ](forensics/memory-dump-analysis.md )
* [Pcaps analysis ](forensics/pcaps-analysis/README.md )
2021-01-05 12:21:01 +01:00
* [Wifi Pcap Analysis ](forensics/pcaps-analysis/wifi-pcap-analysis.md )
2020-07-15 17:43:14 +02:00
* [USB Keyboard pcap analysis ](forensics/pcaps-analysis/usb-keyboard-pcap-analysis.md )
* [DNSCat pcap analysis ](forensics/pcaps-analysis/dnscat-exfiltration.md )
2020-12-06 01:31:08 +01:00
* [Wireshark tricks ](forensics/pcaps-analysis/wireshark-tricks.md )
2020-12-20 20:28:05 +01:00
* [Volatility - CheatSheet ](forensics/volatility-examples.md )
2020-07-15 17:43:14 +02:00
* [Basic Forensics \(ESP\) ](forensics/basic-forensics-esp/README.md )
2021-01-05 14:06:39 +01:00
* [Image Adquisition & Mount ](forensics/basic-forensics-esp/image-adquisition-and-mount.md )
* [File Extraction ](forensics/basic-forensics-esp/file-extraction.md )
2021-01-03 12:59:52 +01:00
* [Docker Forensics ](forensics/basic-forensics-esp/docker-forensics.md )
2020-12-31 00:40:33 +01:00
* [Browser Artifacts ](forensics/basic-forensics-esp/browser-artifacts.md )
2020-12-23 20:52:25 +01:00
* [Linux Forensics ](forensics/basic-forensics-esp/linux-forensics.md )
2020-07-15 17:43:14 +02:00
* [USB logs analysis ](forensics/basic-forensics-esp/usb-logs-analysis.md )
* [Desofuscation vbs \(cscript.exe\) ](forensics/basic-forensics-esp/desofuscation-vbs-cscript.exe.md )
* [.pyc ](forensics/basic-forensics-esp/.pyc.md )
* [Office file analysis ](forensics/basic-forensics-esp/office-file-analysis.md )
* [Video and Audio file analysis ](forensics/basic-forensics-esp/video-and-audio-file-analysis.md )
* [PDF File analysis ](forensics/basic-forensics-esp/pdf-file-analysis.md )
* [File System Analysis ](forensics/basic-forensics-esp/file-system-analysis.md )
* [PNG tricks ](forensics/basic-forensics-esp/png-tricks.md )
* [ZIPs tricks ](forensics/basic-forensics-esp/zips-tricks.md )
## Crypto
2020-09-07 22:16:33 +02:00
* [Certificates ](crypto/certificates.md )
2020-07-15 17:43:14 +02:00
* [Electronic Code Book \(ECB\) ](crypto/electronic-code-book-ecb.md )
* [Cipher Block Chaining CBC-MAC ](crypto/cipher-block-chaining-cbc-mac-priv.md )
* [Padding Oracle ](crypto/padding-oracle-priv.md )
* [RC4 - Encrypt&Decrypt ](crypto/rc4-encrypt-and-decrypt.md )
* [Crypto CTFs Tricks ](crypto/crypto-ctfs-tricks.md )
## BACKDOORS
* [Merlin ](backdoors/merlin.md )
* [Empire ](backdoors/empire.md )
* [Salseo ](backdoors/salseo.md )
* [ICMPsh ](backdoors/icmpsh.md )
## Stego
* [Stego Tricks ](stego/stego-tricks.md )
* [Esoteric languages ](stego/esoteric-languages.md )
## MISC
* [Basic Python ](misc/basic-python/README.md )
2020-09-20 22:52:26 +02:00
* [venv ](misc/basic-python/venv.md )
2020-07-15 17:43:14 +02:00
* [Bypass Python sandboxes ](misc/basic-python/bypass-python-sandboxes.md )
* [Magic Methods ](misc/basic-python/magic-methods.md )
* [Web Requests ](misc/basic-python/web-requests.md )
* [Bruteforce hash \(few chars\) ](misc/basic-python/bruteforce-hash-few-chars.md )
* [ROP-PWN template ](misc/basic-python/rop-pwn-template.md )
* [Other Big References ](misc/references.md )
## TODO
* [More Tools ](todo/more-tools.md )
* [MISC ](todo/misc.md )
* [Pentesting DNS ](todo/pentesting-dns.md )
---
* [Burp Suite ](burp-suite.md )
* [Other Web Tricks ](other-web-tricks.md )
* [Interesting HTTP ](interesting-http.md )
* [Emails Vulnerabilities ](emails-vulns.md )
* [Cloud security review ](cloud-security-review.md )
* [Android Forensics ](android-forensics.md )
* [TR-069 ](tr-069.md )
* [6881/udp - Pentesting BitTorrent ](6881-udp-pentesting-bittorrent.md )
* [CTF Write-ups ](ctf-write-ups/README.md )
* [Try Hack Me ](ctf-write-ups/try-hack-me/README.md )
* [hc0n Christmas CTF - 2019 ](ctf-write-ups/try-hack-me/hc0n-christmas-ctf-2019.md )
* [Pickle Rick ](ctf-write-ups/try-hack-me/pickle-rick.md )
* [1911 - Pentesting fox ](1911-pentesting-fox.md )
* [Online Platforms with API ](online-platforms-with-api.md )
2020-10-07 11:34:02 +02:00
* [Reset/Forgoten Password Bypass ](reset-password.md )
2020-09-07 13:12:11 +02:00
* [Stealing Sensitive Information Disclosure from a Web ](stealing-sensitive-information-disclosure-from-a-web.md )
2021-01-28 23:26:57 +01:00
* [AWS Security ](aws-security.md )
2020-07-15 17:43:14 +02:00