Giter Site home page Giter Site logo

awvs13_batch_py3's Introduction

AWVS批量扫描脚本

awvs_config.ini

脚本功能

完美支持AWVS13,AWVS12两个版本的API接口

  • 支持URL批量添加扫描
  • 支持对批量url添加cooKie凭证进行爬虫扫描
  • 支持结合被动扫描器进行配置扫描,如:xray,w13scan,burp等扫描器
  • 支持一键删除所有任务
  • 通过配置awvs_config.ini文件,支持自定义各种扫描参数,如:爬虫速度,排除路径(不扫描的目录),全局cookie,限制为仅包含地址和子目录
  • 支持对扫描器内已有目标进行批量扫描,支持自定义扫描类型

使用教程

1、配置好当前目前的awvs_config.ini文件

awvs_config.ini

2、使用Python3运行awvs_add_url-v2.0.py

awvs_add_url

现在就可以根据自己需求进行扫描吧

awvs12批量添加并设置仅爬虫,配置好cookie等参数,发送到xray扫描器扫描

awvs_add_url

AWVS安装

推荐使用Docker进行部署,个人也比较喜欢

docker pull vouu/acunetix
运行
docker run -it -d --storage-opt size=40G -m 1024 -p 443:3443 vouu/acunetix

--storage-opt size=40G #指设置改容器的rootfs大小。默认Docker只有10G大小,对于AWVS这样的扫描器,域名一多,肯定是不够用的啦,同学们自己也可以根据自己主机的配置合理选择。

-m 1024 #指AWVS容器占用内存最高为1024M,这也是防止内存占满导致主机崩溃,同学们自己也可以根据自己主机的配置合理选择。

登陆信息
地址:https://localhost
邮箱:[email protected]
密码 :Abcd1234

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.