Skip to content

antqt/AutoAcu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automatic Acunetix

usage: app.py [-h] [--threads THREADS] [--speed SPEED] [--host HOST] URLs_File

Make the automatic task more automatic.

positional arguments:
  URLs_File          List of urls

optional arguments:
  -h, --help         show this help message and exit
  --threads THREADS  Number of tasks that run simultaneously.
  --speed SPEED      The speed of the scan.
  --host HOST        The host of the acunetix.

Install

pip3 install -r requirements.txt 

Setup

1.Create API token

2.Create .env

API="<Token>"

3.Create file list of urls need scan name "urls.txt"

4.Run file

python3 app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages