https://github.com/dotx12/requestanalyzer
Checking SQL Injections or XSS Attack in GET/POST Request.
https://github.com/dotx12/requestanalyzer
Last synced: 10 months ago
JSON representation
Checking SQL Injections or XSS Attack in GET/POST Request.
- Host: GitHub
- URL: https://github.com/dotx12/requestanalyzer
- Owner: dotX12
- Created: 2021-03-22T21:01:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-24T13:20:39.000Z (about 5 years ago)
- Last Synced: 2025-01-29T04:41:26.291Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RequestAnalyzer
Checking SQL Injections or XSS Attack in GET/POST Request.
If Request have XSS or SQL Injection - analyzer save this string to new file.
# Install
```
💲 git clone https://github.com/dotX12/RequestAnalyzer/
💲 cd RequestAnalyzer
💲 python3 main.py
```