The ThrearProbe is a Python script that allows you to test a website for known vulnerabilities. It performs checks for common security issues such as SQL injection, cross-site scripting (XSS), and file inclusion. Features
| SQL injection vulnerability detection | | Cross-site scripting (XSS) vulnerability detection | | File inclusion vulnerability detection |
Make sure you have Python installed on your system.
Execute the script by running:
python threatprobe.py <URL>
The script will perform the vulnerability checks and display the results.
Please note that this program is intended for educational and testing purposes only. Testing the security of a website without proper authorization is illegal and unethical. Always obtain proper permission and adhere to legal and ethical guidelines when performing security assessments. Author
This program was developed by elliotwellick.
Feel free to customize the introduction to provide more information about your program, its functionality, and any additional details you think are relevant.