A python based security auditing tool that can find various injection payloads from web server and application logs
https://www.youtube.com/watch?v=ycG3h_wuMTEThe tool can be used to find various Layer7 injection payloads from any webserver logs when fed into its input. The payloads used as a conditional strings can be found in it's payload directory and can be further used in building SIEM,WAF,IDPS rules.
Currently following attack payloads are supported as follows:
1) SQL Injection
2) Cross-Site-Scripting
3) LDAP Injection
4) Directory Traversal
5) Command Injection
6) XPATH Injection
7) CRLF Injection
1) sudo apt-get install python3
2) sudo apt-get install python3-pip
3) cd ~
4) git clone https://github.com/Sumeet-R/L7-Inspector
5) cd L7-Inspector/
6) pip3 install -v -r requirements.txt
7) unzip payloads.zip -d ./payloads/
8) python3 L7-Inspector.py