Skip to content

Commit

Permalink
Merge pull request qazbnm456#38 from 0xInfection/patch-1
Browse files Browse the repository at this point in the history
Added XSRFProbe to tools/csrf.
  • Loading branch information
qazbnm456 authored Jan 5, 2019
2 parents 5d3a485 + 0eff70f commit 1ca5ad6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README-jp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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

Expand Down
6 changes: 6 additions & 0 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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

Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 1ca5ad6

Please sign in to comment.