/Z-Testing-

z-Testing is a simple script to help you find the vulnerability on your website.

Primary LanguagePythonBoost Software License 1.0BSL-1.0

# 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 
  1. Change to the project directory:
    cd Z-Testing 
  2. Install the required dependencies:
    pip install requests 

Usage

  1. Ensure OWASP ZAP is running on your local machine.
  2. Update the scan_url variable in the script with the target website.
  3. Run the script:
    python z_testing.py 

Contributing

Contributions are welcome! Please feel free to submit a pull request.

License

This project is licensed under the Boost Software License 1.0.