# Z-Testing
Z-Testing is a simple script to help you find vulnerabilities on your website.
## Installation
1. Clone the repository:
```bash
git clone https://github.com/nearofly/Z-Testing.git
- Change to the project directory:
cd Z-Testing
- Install the required dependencies:
pip install requests
- Ensure OWASP ZAP is running on your local machine.
- Update the
scan_url
variable in the script with the target website. - Run the script:
python z_testing.py
Contributions are welcome! Please feel free to submit a pull request.
This project is licensed under the Boost Software License 1.0.