├── Broken Authentication └── README.md ├── Cross Site Scripting (XSS) └── README.md ├── HTTP Request Methods └── README.md ├── Injections ├── CRLF Injection │ └── README.md ├── Code Injection │ └── README.MD ├── Email Header Injection │ └── README.md ├── HTML Injection │ └── README.md ├── HTTP Host header injeciton │ └── README.md ├── LDAP-Injection │ └── README.md ├── OS-command Injection │ ├── README.md │ ├── Unix command injection payloads.txt │ └── Windows command injection payloads.txt ├── README.md ├── Server Side Code Injection │ └── README.md ├── Server Side Template Injection │ └── README.md ├── Sql-Injection │ └── README.md └── XPATH INJECTION │ └── README.md ├── Insecure direct object references (IDOR) └── README.MD ├── Missing Function-Level Access Control └── README.MD ├── README.md ├── Recon Phase └── README.MD └── Session Management └── README.MD /Broken Authentication/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InfoSecWarrior/Offensive-Pentesting-Web/HEAD/Broken Authentication/README.md -------------------------------------------------------------------------------- /Cross Site Scripting (XSS)/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InfoSecWarrior/Offensive-Pentesting-Web/HEAD/Cross Site Scripting (XSS)/README.md -------------------------------------------------------------------------------- /HTTP Request Methods/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InfoSecWarrior/Offensive-Pentesting-Web/HEAD/HTTP Request Methods/README.md -------------------------------------------------------------------------------- /Injections/CRLF Injection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InfoSecWarrior/Offensive-Pentesting-Web/HEAD/Injections/CRLF Injection/README.md -------------------------------------------------------------------------------- /Injections/Code Injection/README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InfoSecWarrior/Offensive-Pentesting-Web/HEAD/Injections/Code Injection/README.MD -------------------------------------------------------------------------------- /Injections/Email Header Injection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InfoSecWarrior/Offensive-Pentesting-Web/HEAD/Injections/Email Header Injection/README.md -------------------------------------------------------------------------------- /Injections/HTML Injection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InfoSecWarrior/Offensive-Pentesting-Web/HEAD/Injections/HTML Injection/README.md -------------------------------------------------------------------------------- /Injections/HTTP Host header injeciton/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InfoSecWarrior/Offensive-Pentesting-Web/HEAD/Injections/HTTP Host header injeciton/README.md -------------------------------------------------------------------------------- /Injections/LDAP-Injection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InfoSecWarrior/Offensive-Pentesting-Web/HEAD/Injections/LDAP-Injection/README.md -------------------------------------------------------------------------------- /Injections/OS-command Injection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InfoSecWarrior/Offensive-Pentesting-Web/HEAD/Injections/OS-command Injection/README.md -------------------------------------------------------------------------------- /Injections/OS-command Injection/Unix command injection payloads.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InfoSecWarrior/Offensive-Pentesting-Web/HEAD/Injections/OS-command Injection/Unix command injection payloads.txt -------------------------------------------------------------------------------- /Injections/OS-command Injection/Windows command injection payloads.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InfoSecWarrior/Offensive-Pentesting-Web/HEAD/Injections/OS-command Injection/Windows command injection payloads.txt -------------------------------------------------------------------------------- /Injections/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InfoSecWarrior/Offensive-Pentesting-Web/HEAD/Injections/README.md -------------------------------------------------------------------------------- /Injections/Server Side Code Injection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InfoSecWarrior/Offensive-Pentesting-Web/HEAD/Injections/Server Side Code Injection/README.md -------------------------------------------------------------------------------- /Injections/Server Side Template Injection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InfoSecWarrior/Offensive-Pentesting-Web/HEAD/Injections/Server Side Template Injection/README.md -------------------------------------------------------------------------------- /Injections/Sql-Injection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InfoSecWarrior/Offensive-Pentesting-Web/HEAD/Injections/Sql-Injection/README.md -------------------------------------------------------------------------------- /Injections/XPATH INJECTION/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InfoSecWarrior/Offensive-Pentesting-Web/HEAD/Injections/XPATH INJECTION/README.md -------------------------------------------------------------------------------- /Insecure direct object references (IDOR)/README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InfoSecWarrior/Offensive-Pentesting-Web/HEAD/Insecure direct object references (IDOR)/README.MD -------------------------------------------------------------------------------- /Missing Function-Level Access Control/README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InfoSecWarrior/Offensive-Pentesting-Web/HEAD/Missing Function-Level Access Control/README.MD -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InfoSecWarrior/Offensive-Pentesting-Web/HEAD/README.md -------------------------------------------------------------------------------- /Recon Phase/README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InfoSecWarrior/Offensive-Pentesting-Web/HEAD/Recon Phase/README.MD -------------------------------------------------------------------------------- /Session Management/README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InfoSecWarrior/Offensive-Pentesting-Web/HEAD/Session Management/README.MD --------------------------------------------------------------------------------