Merge 15c2d553198cd260144e3bbcc36bcfef5b4dcd7c into 37d1ea643dc9de9ffc698036b71088dcf0d9d8a5

This commit is contained in:
VainlyStrain 2020-10-05 14:53:07 +08:00 committed by GitHub
commit bf310560f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,6 +98,7 @@ If you enjoy this awesome list and would like to support it, check out my [Patre
- [XXE](#tools-xxe)
- [CSRF](#tools-csrf)
- [SSRF](#tools-ssrf)
- [LFI & Path Traversal](#tools-lfi)
- [Detecting](#tools-detecting)
- [Preventing](#tools-preventing)
- [Proxy](#tools-proxy)
@ -707,6 +708,11 @@ If you enjoy this awesome list and would like to support it, check out my [Patre
- [Open redirect/SSRF payload generator](https://tools.intigriti.io/redirector/) - Open redirect/SSRF payload generator by [intigriti](https://www.intigriti.com/).
<a name="tools-lfi"></a>
#### Path Traversal & Local File Inclusion
- [Vailyn](https://github.com/VainlyStrain/Vailyn) - Evasive Path Traversal Detection and Exploitation Tool with Many Attack Vectors by [VainlyStrain](https://github.com/VainlyStrain)
<a name="tools-leaking"></a>
### Leaking