该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

ATSC

简介

ATSC(Auto tool scan camera),对摄像头目标进行漏洞自动扫描与利用,含有识别版本,自动测试poc等功能。

安装

通过下面命令安装:

git clone https://gitee.com/geekcmore/atsc.git
pip install -r requirements.txt

atk系列命令

运行python3 cmd/cmd.py --help可以查看命令说明,可以实现对单个ip,子网内的所有ip,某个ip范围内的ip,或从文件中读取ip进行测试。

Usage: mycmd.py [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
  atk   Attack the specified ip.
  catk  Attack ip in range of ip/cidr.
  fatk  Attack ip in file line by line.
  ratk  Attack ip in section [start, end].

例如攻击单个IP,使用python3 cmd/cmd.py atk 127.0.0.1

Usage: cmd.py atk [OPTIONS] IP

  Attack the specified ip.

Options:
  -l, --log_level [INFO|DEBUG|WARNING|ERROR]
                                  The log level.
  --help                          Show this message and exit.

fofa系列命令


例如,通过下述命令会自动搜索IP:port进行攻击

python3 mycmd/mycmd.py fofa "country="CN" && region="TW" && app="dahua-视频监控" " -a

python3 cmd/cmd.py fofa "country=\"CN\" && region=\"TW\" && app=\"dahua-视频监控\" " -a

空文件

简介

渗透一体化工具 展开 收起
Python
取消

发行版 (1)

全部
1年前

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化