Merge pull request #38 from 0xInfection/patch-1

Added XSRFProbe to tools/csrf.
This commit is contained in:
Boik 2019-01-06 02:32:02 +08:00 committed by GitHub
commit 1ca5ad6333
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 0 deletions

View File

@ -82,6 +82,7 @@ If you enjoy this awesome list and would like to support it, check out my [Patre
- [XSS](#tools-xss)
- [SQL Injection](#tools-sql-injection)
- [Template Injection](#tools-template-injection)
- [Cross Site Request Forgery](#tools-csrf)
- [Detecting](#tools-detecting)
- [Preventing](#tools-preventing)
- [Proxy](#tools-proxy)
@ -544,6 +545,11 @@ If you enjoy this awesome list and would like to support it, check out my [Patre
- [tplmap](https://github.com/epinna/tplmap) - Code and Server-Side Template Injection Detection and Exploitation Tool by [@epinna](https://github.com/epinna).
<a name="tools-csrf"></a>
#### Cross Site Request Forgery
- [XSRFProbe](https://github.com/0xInfection/XSRFProbe) - The Prime CSRF Audit & Exploitation Toolkit by [@0xInfection](https://github.com/0xinfection).
<a name="tools-leaking"></a>
### Leaking

View File

@ -82,6 +82,7 @@ If you enjoy this awesome list and would like to support it, check out my [Patre
- [XSS](#tools-xss)
- [SQL Injection](#tools-sql-injection)
- [Template Injection](#tools-template-injection)
- [Cross Site Request Forgery](#tools-csrf)
- [Detecting](#tools-detecting)
- [Preventing](#tools-preventing)
- [Proxy](#tools-proxy)
@ -581,6 +582,11 @@ If you enjoy this awesome list and would like to support it, check out my [Patre
- [tplmap](https://github.com/epinna/tplmap) - Code and Server-Side Template Injection Detection and Exploitation Tool by [@epinna](https://github.com/epinna).
<a name="tools-csrf"></a>
#### Cross Site Request Forgery
- [XSRFProbe](https://github.com/0xInfection/XSRFProbe) - The Prime CSRF Audit & Exploitation Toolkit by [@0xInfection](https://github.com/0xinfection).
<a name="tools-leaking"></a>
### Leaking

View File

@ -82,6 +82,7 @@ If you enjoy this awesome list and would like to support it, check out my [Patre
- [XSS](#tools-xss)
- [SQL Injection](#tools-sql-injection)
- [Template Injection](#tools-template-injection)
- [Cross Site Request Forgery](#tools-csrf)
- [Detecting](#tools-detecting)
- [Preventing](#tools-preventing)
- [Proxy](#tools-proxy)
@ -538,6 +539,11 @@ If you enjoy this awesome list and would like to support it, check out my [Patre
- [tplmap](https://github.com/epinna/tplmap) - Code and Server-Side Template Injection Detection and Exploitation Tool by [@epinna](https://github.com/epinna).
<a name="tools-csrf"></a>
#### Cross Site Request Forgery
- [XSRFProbe](https://github.com/0xInfection/XSRFProbe) - The Prime CSRF Audit & Exploitation Toolkit by [@0xInfection](https://github.com/0xinfection).
<a name="tools-leaking"></a>
### Leaking