From 330075ae72cce41030ac5eeaf2aa76f8af207b4d Mon Sep 17 00:00:00 2001 From: Infected Drake Date: Mon, 31 Dec 2018 13:27:23 +0530 Subject: [PATCH 1/4] Added XSRFProbe to tools/csrf. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1401cd6..d6ff115 100644 --- a/README.md +++ b/README.md @@ -538,6 +538,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). + +#### Cross Site Request Forgery + +- [XSRFProbe](https://github.com/0xInfection/XSRFProbe) - The Prime CSRF Audit & Exploitation Toolkit by [@0xInfection](https://github.com/0xinfection). + ### Leaking From eca2ae848d5f8810933f4857e952ce09445d844e Mon Sep 17 00:00:00 2001 From: Infected Drake Date: Mon, 31 Dec 2018 13:31:06 +0530 Subject: [PATCH 2/4] Updated index --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d6ff115..8eef2f2 100644 --- a/README.md +++ b/README.md @@ -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) From a77707608975ba7ea0a55d7f7b3d0435d09bdc9b Mon Sep 17 00:00:00 2001 From: Infected Drake Date: Mon, 31 Dec 2018 13:33:18 +0530 Subject: [PATCH 3/4] Updated README-jp with similar changes. --- README-jp.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README-jp.md b/README-jp.md index 220fbae..1dfd94c 100644 --- a/README-jp.md +++ b/README-jp.md @@ -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). + +#### Cross Site Request Forgery + +- [XSRFProbe](https://github.com/0xInfection/XSRFProbe) - The Prime CSRF Audit & Exploitation Toolkit by [@0xInfection](https://github.com/0xinfection). + ### Leaking From 0eff70fa3421172ef5722cf82fb1c49d5add716c Mon Sep 17 00:00:00 2001 From: Infected Drake Date: Mon, 31 Dec 2018 13:35:18 +0530 Subject: [PATCH 4/4] Updated README-zh with similar changes too --- README-zh.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README-zh.md b/README-zh.md index 8dc56bb..7ad709c 100644 --- a/README-zh.md +++ b/README-zh.md @@ -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). + +#### Cross Site Request Forgery + +- [XSRFProbe](https://github.com/0xInfection/XSRFProbe) - The Prime CSRF Audit & Exploitation Toolkit by [@0xInfection](https://github.com/0xinfection). + ### Leaking