├── Assets ├── README.md ├── cloudflare_extenstion_support.png ├── hash_delimiter.png └── normlization.png ├── Misc └── Hosting Content Online │ └── README.md ├── Operating Systems ├── Android │ └── README.md ├── Linux │ └── README.md ├── Memory Mangment │ └── README.md ├── README.md ├── Windows │ ├── Active Directory.md │ ├── README.md │ └── Windows Api.md └── macOS │ └── README.md ├── Pentesting ├── Android Pentesting │ ├── Attakcs │ │ ├── Bluetooth Low Energy │ │ │ └── README.md │ │ ├── Hijacking Attacks │ │ │ └── README.md │ │ ├── Improper Component Usage │ │ │ └── README.md │ │ ├── Insecure Storage │ │ │ └── README.md │ │ ├── README.md │ │ └── WebViews and CustomTabs │ │ │ └── README.md │ ├── Frida │ │ └── README.md │ ├── MISC │ │ └── README.md │ ├── MITM │ │ └── README.md │ ├── Reverse │ │ ├── README.md │ │ └── Smali.md │ └── SMALI │ │ └── README.md ├── Misc │ └── Git │ │ └── README.md ├── Penetration Testing │ ├── ACLs-ACEs Abuse Attacks │ │ └── README.md │ ├── Active Directory Enumeration & Attacks │ │ └── README.md │ ├── CVEs │ │ └── README.md │ ├── Domain Trust Abuse │ │ └── README.md │ ├── Exploit Frameworks │ │ ├── Metasploit │ │ │ └── README.md │ │ ├── README.md │ │ ├── Sliver │ │ │ └── README.md │ │ └── evil-winrm │ │ │ └── README.md │ ├── File Transfers │ │ ├── Linux File Transfer Methods.md │ │ └── Windows File Transfer Methods.md │ ├── Group Policy Object (GPO) Abuse │ │ └── README.md │ ├── Kerberos attacks │ │ └── README.md │ ├── Linux Privilege Escalation │ │ ├── Enumeration │ │ │ └── README.md │ │ ├── Privilege Escalation │ │ │ └── README.md │ │ ├── README.md │ │ └── Shells to Fully Interactive TTYs │ │ │ └── README.md │ ├── Nmap │ │ └── README.md │ ├── Password Attacks │ │ ├── John │ │ │ └── README.md │ │ ├── Linux Local Password Attacks │ │ │ └── README.md │ │ ├── README.md │ │ ├── Remote Password Attacks │ │ │ └── README.md │ │ ├── Windows Lateral Movement │ │ │ ├── Pass the Hash (PtH) │ │ │ │ └── README.md │ │ │ ├── Pass the Ticket (PtT) from Linux │ │ │ │ └── README.md │ │ │ ├── Pass the Ticket (PtT) from Windows │ │ │ │ └── README.md │ │ │ ├── Pivoting and Tunnleing │ │ │ │ └── README.md │ │ │ ├── README.md │ │ │ └── Relay Attacks │ │ │ │ └── README.md │ │ ├── Windows Local Password Attacks │ │ │ └── README.md │ │ ├── hashcat │ │ │ └── README.md │ │ └── wordlist.md │ ├── Pivoting, Tunneling, and Port Forwarding │ │ ├── DNS Tunneling with Dnscat2 │ │ │ └── README.md │ │ ├── Dynamic Port Forwarding with SSH │ │ │ └── README.md │ │ ├── Dynamic port forwarding using Rpivot │ │ │ └── README.md │ │ ├── ICMP Tunneling with SOCKS │ │ │ └── README.md │ │ ├── Ligolo-ng │ │ │ └── README.md │ │ ├── Meterpreter Tunneling & Port Forwarding │ │ │ └── README.md │ │ ├── Port Forwarding with Windows │ │ │ └── README.md │ │ ├── RDP and SOCKS Tunneling with SocksOverRDP │ │ │ └── README.md │ │ ├── README.md │ │ ├── Remote & Reverse Port Forwarding with SSH │ │ │ └── README.md │ │ ├── SOCKS5 Tunneling with Chisel │ │ │ └── README.md │ │ ├── SSH Local Port Forwarding │ │ │ └── README.md │ │ ├── SSH tunneling for Windows │ │ │ └── README.md │ │ ├── SSH tunneling with Sshuttle │ │ │ └── README.md │ │ └── Socat │ │ │ └── README.md │ ├── README.md │ ├── Services Exploit │ │ └── README.md │ ├── Shells & Payloads │ │ └── README.md │ └── Windows Privilege Escalation │ │ ├── Enumeration │ │ └── README.md │ │ ├── Privilege Escalation │ │ └── README.md │ │ ├── README.md │ │ └── Windows Misc │ │ └── README.md ├── Thick Client Pentesting │ └── README.md ├── Web Pentesting │ ├── API Attacks │ │ ├── RESTful API Attacks │ │ │ └── README.md │ │ └── Soap API Attacks │ │ │ └── README.md │ ├── Attacking CMS │ │ ├── README.md │ │ └── WordPress.md │ ├── Broken Access Control │ │ └── README.md │ ├── Broken Authentication │ │ └── README.md │ ├── CORS Attacks │ │ └── README.md │ ├── CRLF injection │ │ └── README.md │ ├── CSRF │ │ └── README.md │ ├── CSS Injection │ │ └── README.md │ ├── Cache Deception │ │ └── README.md │ ├── Cache Poisioning │ │ └── README.md │ ├── Command Injection │ │ └── command Injection.md │ ├── Edge-Side Includes injection │ │ ├── EN - Edge Side Include Injection Abusing - Dion Marcil.pdf │ │ └── README.md │ ├── File Inclusion │ │ └── README.md │ ├── Frameworks │ │ └── Spring │ │ │ └── README.md │ ├── GraphQL attacks │ │ └── README.md │ ├── HTTP request smuggling │ │ └── README.md │ ├── Host Header Injection │ │ └── README.md │ ├── Idor │ │ └── README.md │ ├── Info Gathering │ │ ├── Git Dork.md │ │ ├── Google Doking.md │ │ └── tools.md │ ├── Insecure Deserialization │ │ └── README.md │ ├── Insecure File Upload │ │ └── README.md │ ├── JWT attacks │ │ └── README.md │ ├── Javascript Deobfuscation │ │ └── README.md │ ├── LLM attacks │ │ └── README.md │ ├── Latex Injection │ │ └── README.md │ ├── Memory Injection │ │ └── README.md │ ├── NoSQL injection │ │ └── README.md │ ├── OAuth 2.0 attacks │ │ └── README.md │ ├── Prototype Pollution │ │ └── README.md │ ├── README.md │ ├── Race conditions │ │ └── README.md │ ├── SSRF │ │ └── README.md │ ├── SandBox-Bypass │ │ └── README.md │ ├── Server Side Include Injection │ │ └── README.md │ ├── Server-Side Template Injection │ │ └── sst.txt │ ├── Sql Injection │ │ ├── MYSQL-SQLI.md │ │ ├── POSTGRESQL-SQLI.md │ │ ├── README.md │ │ └── detect_prefixes.txt │ ├── WebSocket Attacks │ │ └── README.md │ ├── XSLT Injection │ │ └── README.md │ ├── XSS │ │ └── README.md │ ├── XXE │ │ └── README.md │ └── cross site scripting (XSS) │ │ └── mutation xss │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── mutation xss.md │ │ ├── mutation_xss.ctb │ │ ├── mutation_xss.pdf │ │ └── mxss.txt └── Wireless Pentesting │ ├── README.md │ └── Wifi Pentesting │ └── README.md ├── README.md ├── Scripting ├── Bash 101 │ └── README.md ├── Go 101 │ ├── HTTP Requests │ │ ├── HTTP.md │ │ └── fasthttp.md │ └── README.md ├── Python For Hackers 101 │ └── README.md ├── README.md ├── Scripts │ ├── README.md │ └── netcat.py └── powershell and CMD │ └── README.md └── Technologies ├── API ├── API description languages │ ├── OpenAPI │ │ └── README.md │ ├── README.md │ └── WDSL │ │ └── README.md ├── GraphQL │ └── README.md └── README.md ├── DNS └── README.md └── DataBases ├── NoSql └── MongoDB │ └── README.md └── Sql └── MySQL └── README.md /Assets/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Assets/cloudflare_extenstion_support.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Assets/cloudflare_extenstion_support.png -------------------------------------------------------------------------------- /Assets/hash_delimiter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Assets/hash_delimiter.png -------------------------------------------------------------------------------- /Assets/normlization.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Assets/normlization.png -------------------------------------------------------------------------------- /Misc/Hosting Content Online/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Misc/Hosting Content Online/README.md -------------------------------------------------------------------------------- /Operating Systems/Android/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Operating Systems/Android/README.md -------------------------------------------------------------------------------- /Operating Systems/Linux/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Operating Systems/Linux/README.md -------------------------------------------------------------------------------- /Operating Systems/Memory Mangment/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Operating Systems/Memory Mangment/README.md -------------------------------------------------------------------------------- /Operating Systems/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Operating Systems/Windows/Active Directory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Operating Systems/Windows/Active Directory.md -------------------------------------------------------------------------------- /Operating Systems/Windows/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Operating Systems/Windows/README.md -------------------------------------------------------------------------------- /Operating Systems/Windows/Windows Api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Operating Systems/Windows/Windows Api.md -------------------------------------------------------------------------------- /Operating Systems/macOS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Operating Systems/macOS/README.md -------------------------------------------------------------------------------- /Pentesting/Android Pentesting/Attakcs/Bluetooth Low Energy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Android Pentesting/Attakcs/Bluetooth Low Energy/README.md -------------------------------------------------------------------------------- /Pentesting/Android Pentesting/Attakcs/Hijacking Attacks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Android Pentesting/Attakcs/Hijacking Attacks/README.md -------------------------------------------------------------------------------- /Pentesting/Android Pentesting/Attakcs/Improper Component Usage/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Android Pentesting/Attakcs/Improper Component Usage/README.md -------------------------------------------------------------------------------- /Pentesting/Android Pentesting/Attakcs/Insecure Storage/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Android Pentesting/Attakcs/Insecure Storage/README.md -------------------------------------------------------------------------------- /Pentesting/Android Pentesting/Attakcs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Android Pentesting/Attakcs/README.md -------------------------------------------------------------------------------- /Pentesting/Android Pentesting/Attakcs/WebViews and CustomTabs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Android Pentesting/Attakcs/WebViews and CustomTabs/README.md -------------------------------------------------------------------------------- /Pentesting/Android Pentesting/Frida/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Android Pentesting/Frida/README.md -------------------------------------------------------------------------------- /Pentesting/Android Pentesting/MISC/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Android Pentesting/MISC/README.md -------------------------------------------------------------------------------- /Pentesting/Android Pentesting/MITM/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Android Pentesting/MITM/README.md -------------------------------------------------------------------------------- /Pentesting/Android Pentesting/Reverse/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Android Pentesting/Reverse/README.md -------------------------------------------------------------------------------- /Pentesting/Android Pentesting/Reverse/Smali.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Pentesting/Android Pentesting/SMALI/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Android Pentesting/SMALI/README.md -------------------------------------------------------------------------------- /Pentesting/Misc/Git/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Misc/Git/README.md -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/ACLs-ACEs Abuse Attacks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Penetration Testing/ACLs-ACEs Abuse Attacks/README.md -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/Active Directory Enumeration & Attacks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Penetration Testing/Active Directory Enumeration & Attacks/README.md -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/CVEs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Penetration Testing/CVEs/README.md -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/Domain Trust Abuse/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Penetration Testing/Domain Trust Abuse/README.md -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/Exploit Frameworks/Metasploit/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Penetration Testing/Exploit Frameworks/Metasploit/README.md -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/Exploit Frameworks/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/Exploit Frameworks/Sliver/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Penetration Testing/Exploit Frameworks/Sliver/README.md -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/Exploit Frameworks/evil-winrm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Penetration Testing/Exploit Frameworks/evil-winrm/README.md -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/File Transfers/Linux File Transfer Methods.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Penetration Testing/File Transfers/Linux File Transfer Methods.md -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/File Transfers/Windows File Transfer Methods.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Penetration Testing/File Transfers/Windows File Transfer Methods.md -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/Group Policy Object (GPO) Abuse/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Penetration Testing/Group Policy Object (GPO) Abuse/README.md -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/Kerberos attacks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Penetration Testing/Kerberos attacks/README.md -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/Linux Privilege Escalation/Enumeration/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Penetration Testing/Linux Privilege Escalation/Enumeration/README.md -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/Linux Privilege Escalation/Privilege Escalation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Penetration Testing/Linux Privilege Escalation/Privilege Escalation/README.md -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/Linux Privilege Escalation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Penetration Testing/Linux Privilege Escalation/README.md -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/Linux Privilege Escalation/Shells to Fully Interactive TTYs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Penetration Testing/Linux Privilege Escalation/Shells to Fully Interactive TTYs/README.md -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/Nmap/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Penetration Testing/Nmap/README.md -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/Password Attacks/John/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Penetration Testing/Password Attacks/John/README.md -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/Password Attacks/Linux Local Password Attacks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Penetration Testing/Password Attacks/Linux Local Password Attacks/README.md -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/Password Attacks/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/Password Attacks/Remote Password Attacks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Penetration Testing/Password Attacks/Remote Password Attacks/README.md -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/Password Attacks/Windows Lateral Movement/Pass the Hash (PtH)/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Penetration Testing/Password Attacks/Windows Lateral Movement/Pass the Hash (PtH)/README.md -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/Password Attacks/Windows Lateral Movement/Pass the Ticket (PtT) from Linux/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Penetration Testing/Password Attacks/Windows Lateral Movement/Pass the Ticket (PtT) from Linux/README.md -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/Password Attacks/Windows Lateral Movement/Pass the Ticket (PtT) from Windows/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Penetration Testing/Password Attacks/Windows Lateral Movement/Pass the Ticket (PtT) from Windows/README.md -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/Password Attacks/Windows Lateral Movement/Pivoting and Tunnleing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Penetration Testing/Password Attacks/Windows Lateral Movement/Pivoting and Tunnleing/README.md -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/Password Attacks/Windows Lateral Movement/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/Password Attacks/Windows Lateral Movement/Relay Attacks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Penetration Testing/Password Attacks/Windows Lateral Movement/Relay Attacks/README.md -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/Password Attacks/Windows Local Password Attacks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Penetration Testing/Password Attacks/Windows Local Password Attacks/README.md -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/Password Attacks/hashcat/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Penetration Testing/Password Attacks/hashcat/README.md -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/Password Attacks/wordlist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Penetration Testing/Password Attacks/wordlist.md -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/Pivoting, Tunneling, and Port Forwarding/DNS Tunneling with Dnscat2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Penetration Testing/Pivoting, Tunneling, and Port Forwarding/DNS Tunneling with Dnscat2/README.md -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/Pivoting, Tunneling, and Port Forwarding/Dynamic Port Forwarding with SSH/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Penetration Testing/Pivoting, Tunneling, and Port Forwarding/Dynamic Port Forwarding with SSH/README.md -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/Pivoting, Tunneling, and Port Forwarding/Dynamic port forwarding using Rpivot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Penetration Testing/Pivoting, Tunneling, and Port Forwarding/Dynamic port forwarding using Rpivot/README.md -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/Pivoting, Tunneling, and Port Forwarding/ICMP Tunneling with SOCKS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Penetration Testing/Pivoting, Tunneling, and Port Forwarding/ICMP Tunneling with SOCKS/README.md -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/Pivoting, Tunneling, and Port Forwarding/Ligolo-ng/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Penetration Testing/Pivoting, Tunneling, and Port Forwarding/Ligolo-ng/README.md -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/Pivoting, Tunneling, and Port Forwarding/Meterpreter Tunneling & Port Forwarding/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Penetration Testing/Pivoting, Tunneling, and Port Forwarding/Meterpreter Tunneling & Port Forwarding/README.md -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/Pivoting, Tunneling, and Port Forwarding/Port Forwarding with Windows/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Penetration Testing/Pivoting, Tunneling, and Port Forwarding/Port Forwarding with Windows/README.md -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/Pivoting, Tunneling, and Port Forwarding/RDP and SOCKS Tunneling with SocksOverRDP/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Penetration Testing/Pivoting, Tunneling, and Port Forwarding/RDP and SOCKS Tunneling with SocksOverRDP/README.md -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/Pivoting, Tunneling, and Port Forwarding/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Penetration Testing/Pivoting, Tunneling, and Port Forwarding/README.md -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/Pivoting, Tunneling, and Port Forwarding/Remote & Reverse Port Forwarding with SSH/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Penetration Testing/Pivoting, Tunneling, and Port Forwarding/Remote & Reverse Port Forwarding with SSH/README.md -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/Pivoting, Tunneling, and Port Forwarding/SOCKS5 Tunneling with Chisel/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Penetration Testing/Pivoting, Tunneling, and Port Forwarding/SOCKS5 Tunneling with Chisel/README.md -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/Pivoting, Tunneling, and Port Forwarding/SSH Local Port Forwarding/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Penetration Testing/Pivoting, Tunneling, and Port Forwarding/SSH Local Port Forwarding/README.md -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/Pivoting, Tunneling, and Port Forwarding/SSH tunneling for Windows/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Penetration Testing/Pivoting, Tunneling, and Port Forwarding/SSH tunneling for Windows/README.md -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/Pivoting, Tunneling, and Port Forwarding/SSH tunneling with Sshuttle/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Penetration Testing/Pivoting, Tunneling, and Port Forwarding/SSH tunneling with Sshuttle/README.md -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/Pivoting, Tunneling, and Port Forwarding/Socat/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Penetration Testing/Pivoting, Tunneling, and Port Forwarding/Socat/README.md -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Penetration Testing/README.md -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/Services Exploit/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Penetration Testing/Services Exploit/README.md -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/Shells & Payloads/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Penetration Testing/Shells & Payloads/README.md -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/Windows Privilege Escalation/Enumeration/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Penetration Testing/Windows Privilege Escalation/Enumeration/README.md -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/Windows Privilege Escalation/Privilege Escalation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Penetration Testing/Windows Privilege Escalation/Privilege Escalation/README.md -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/Windows Privilege Escalation/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Pentesting/Penetration Testing/Windows Privilege Escalation/Windows Misc/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Penetration Testing/Windows Privilege Escalation/Windows Misc/README.md -------------------------------------------------------------------------------- /Pentesting/Thick Client Pentesting/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/API Attacks/RESTful API Attacks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/API Attacks/RESTful API Attacks/README.md -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/API Attacks/Soap API Attacks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/API Attacks/Soap API Attacks/README.md -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/Attacking CMS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/Attacking CMS/README.md -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/Attacking CMS/WordPress.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/Attacking CMS/WordPress.md -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/Broken Access Control/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/Broken Access Control/README.md -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/Broken Authentication/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/Broken Authentication/README.md -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/CORS Attacks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/CORS Attacks/README.md -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/CRLF injection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/CRLF injection/README.md -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/CSRF/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/CSRF/README.md -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/CSS Injection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/CSS Injection/README.md -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/Cache Deception/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/Cache Deception/README.md -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/Cache Poisioning/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/Cache Poisioning/README.md -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/Command Injection/command Injection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/Command Injection/command Injection.md -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/Edge-Side Includes injection/EN - Edge Side Include Injection Abusing - Dion Marcil.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/Edge-Side Includes injection/EN - Edge Side Include Injection Abusing - Dion Marcil.pdf -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/Edge-Side Includes injection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/Edge-Side Includes injection/README.md -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/File Inclusion/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/File Inclusion/README.md -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/Frameworks/Spring/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/Frameworks/Spring/README.md -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/GraphQL attacks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/GraphQL attacks/README.md -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/HTTP request smuggling/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/HTTP request smuggling/README.md -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/Host Header Injection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/Host Header Injection/README.md -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/Idor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/Idor/README.md -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/Info Gathering/Git Dork.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/Info Gathering/Git Dork.md -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/Info Gathering/Google Doking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/Info Gathering/Google Doking.md -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/Info Gathering/tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/Info Gathering/tools.md -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/Insecure Deserialization/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/Insecure Deserialization/README.md -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/Insecure File Upload/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/Insecure File Upload/README.md -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/JWT attacks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/JWT attacks/README.md -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/Javascript Deobfuscation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/Javascript Deobfuscation/README.md -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/LLM attacks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/LLM attacks/README.md -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/Latex Injection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/Latex Injection/README.md -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/Memory Injection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/Memory Injection/README.md -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/NoSQL injection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/NoSQL injection/README.md -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/OAuth 2.0 attacks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/OAuth 2.0 attacks/README.md -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/Prototype Pollution/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/Prototype Pollution/README.md -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/README.md: -------------------------------------------------------------------------------- 1 | # notes of web attacks with examples 2 | -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/Race conditions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/Race conditions/README.md -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/SSRF/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/SSRF/README.md -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/SandBox-Bypass/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/SandBox-Bypass/README.md -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/Server Side Include Injection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/Server Side Include Injection/README.md -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/Server-Side Template Injection/sst.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/Server-Side Template Injection/sst.txt -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/Sql Injection/MYSQL-SQLI.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/Sql Injection/MYSQL-SQLI.md -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/Sql Injection/POSTGRESQL-SQLI.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/Sql Injection/POSTGRESQL-SQLI.md -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/Sql Injection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/Sql Injection/README.md -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/Sql Injection/detect_prefixes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/Sql Injection/detect_prefixes.txt -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/WebSocket Attacks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/WebSocket Attacks/README.md -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/XSLT Injection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/XSLT Injection/README.md -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/XSS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/XSS/README.md -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/XXE/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/XXE/README.md -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/cross site scripting (XSS)/mutation xss/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/cross site scripting (XSS)/mutation xss/1.png -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/cross site scripting (XSS)/mutation xss/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/cross site scripting (XSS)/mutation xss/2.png -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/cross site scripting (XSS)/mutation xss/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/cross site scripting (XSS)/mutation xss/3.png -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/cross site scripting (XSS)/mutation xss/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/cross site scripting (XSS)/mutation xss/4.png -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/cross site scripting (XSS)/mutation xss/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/cross site scripting (XSS)/mutation xss/5.png -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/cross site scripting (XSS)/mutation xss/mutation xss.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/cross site scripting (XSS)/mutation xss/mutation xss.md -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/cross site scripting (XSS)/mutation xss/mutation_xss.ctb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/cross site scripting (XSS)/mutation xss/mutation_xss.ctb -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/cross site scripting (XSS)/mutation xss/mutation_xss.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/cross site scripting (XSS)/mutation xss/mutation_xss.pdf -------------------------------------------------------------------------------- /Pentesting/Web Pentesting/cross site scripting (XSS)/mutation xss/mxss.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Web Pentesting/cross site scripting (XSS)/mutation xss/mxss.txt -------------------------------------------------------------------------------- /Pentesting/Wireless Pentesting/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Pentesting/Wireless Pentesting/Wifi Pentesting/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Pentesting/Wireless Pentesting/Wifi Pentesting/README.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/README.md -------------------------------------------------------------------------------- /Scripting/Bash 101/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Scripting/Bash 101/README.md -------------------------------------------------------------------------------- /Scripting/Go 101/HTTP Requests/HTTP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Scripting/Go 101/HTTP Requests/HTTP.md -------------------------------------------------------------------------------- /Scripting/Go 101/HTTP Requests/fasthttp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Scripting/Go 101/HTTP Requests/fasthttp.md -------------------------------------------------------------------------------- /Scripting/Go 101/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Scripting/Go 101/README.md -------------------------------------------------------------------------------- /Scripting/Python For Hackers 101/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Scripting/Python For Hackers 101/README.md -------------------------------------------------------------------------------- /Scripting/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Scripting/Scripts/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Scripting/Scripts/netcat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Scripting/Scripts/netcat.py -------------------------------------------------------------------------------- /Scripting/powershell and CMD/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Scripting/powershell and CMD/README.md -------------------------------------------------------------------------------- /Technologies/API/API description languages/OpenAPI/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Technologies/API/API description languages/OpenAPI/README.md -------------------------------------------------------------------------------- /Technologies/API/API description languages/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Technologies/API/API description languages/README.md -------------------------------------------------------------------------------- /Technologies/API/API description languages/WDSL/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Technologies/API/API description languages/WDSL/README.md -------------------------------------------------------------------------------- /Technologies/API/GraphQL/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Technologies/API/GraphQL/README.md -------------------------------------------------------------------------------- /Technologies/API/README.md: -------------------------------------------------------------------------------- 1 | # Fast explanation of API concepts with examples 2 | -------------------------------------------------------------------------------- /Technologies/DNS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Technologies/DNS/README.md -------------------------------------------------------------------------------- /Technologies/DataBases/NoSql/MongoDB/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiro6/penetration-testing-notes/HEAD/Technologies/DataBases/NoSql/MongoDB/README.md -------------------------------------------------------------------------------- /Technologies/DataBases/Sql/MySQL/README.md: -------------------------------------------------------------------------------- 1 | 2 | --------------------------------------------------------------------------------