Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
at-doom-fortigate — Fortigate CVE-2018-13379 - 通过Tor网络匿名搜索Rapid7 Project Sonar数据中易受攻击的Fortigate主机的工具。 | Kitploit
工具/GitHubGitHub/jpiechowka/at-doom-fortigate
侦察漏洞扫描器漏洞利用信息收集Web安全网络安全
GitHubjpiechowka/at-doom-fortigate

at-doom-fortigate

Fortigate CVE-2018-13379 - 通过Tor网络匿名搜索Rapid7 Project Sonar数据中易受攻击的Fortigate主机的工具。

查看仓库
552年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

At Doom Fortigate

root@kitploit:~
 	

=================     ===============     ===============   ========  ========
\\ . . . . . . .\\   //. . . . . . .\\   //. . . . . . .\\  \\. . .\\// . . //
||. . ._____. . .|| ||. . ._____. . .|| ||. . ._____. . .|| || . . .\/ . . .||
|| . .||   ||. . || || . .||   ||. . || || . .||   ||. . || ||. . . . . . . ||
||. . ||   || . .|| ||. . ||   || . .|| ||. . ||   || . .|| || . | . . . . .||
|| . .||   ||. _-|| ||-_ .||   ||. . || || . .||   ||. _-|| ||-_.|\ . . . . ||
||. . ||   ||-'  || ||  `-||   || . .|| ||. . ||   ||-'  || ||  `|\_ . .|. .||
|| . _||   ||    || ||    ||   ||_ . || || . _||   ||    || ||   |\ `-_/| . ||
||_-' ||  .|/    || ||    \|.  || `-_|| ||_-' ||  .|/    || ||   | \  / |-_.||
||    ||_-'      || ||      `-_||    || ||    ||_-'      || ||   | \  / |  `||
||    `'         || ||         `'    || ||    `'         || ||   | \  / |   ||
||            .===' `===.         .==='.`===.         .===' /==. |  \/  |   ||
||         .=='   \_|-_ `===. .==='   _|_   `===. .===' _-|/   `==  \/  |   ||
||      .=='    _-'    `-_  `='    _-'   `-_    `='  _-'   `-_  /|  \/  |   ||
||   .=='    _-'          `-__\._-'         `-_./__-'         `' |. /|  |   ||
||.=='    _-'                                                     `' |  /==.||
=='    _-'                                                            \/   `==
\   _-'                                                                `-_   /
 `''                                                                      ``'
  

用于通过 Tor 网络匿名搜索 Rapid7 Project Sonar 数据中易受攻击的 Fortigate 主机的工具。

CVE-2018-13379

更多信息请参考 Orange Tsai 的博客:https://blog.orange.tw/2019/08/attacking-ssl-vpn-part-2-breaking-the-fortigate-ssl-vpn.html

使用方法

  1. 访问 https://youtu.be/q657rEkgfKs
  2. 从 https://opendata.rapid7.com/sonar.https/ 下载端口 10443 的 Rapid7 JSON 格式数据
  3. 将 JSON 文件放入 /data 目录(或修改 config.go 文件中的输入路径并重新编译)
  4. 下载并运行 Tor 浏览器
  5. 运行应用程序
  6. 获取结果(参见 results.txt 输出文件,或修改 config.go 中的输出文件路径并重新编译)

从源代码构建

要编译源代码,请执行以下命令(需安装并正确配置 Go,参见 https://golang.org/doc/install)

root@kitploit:~
git clone https://github.com/jpiechowka/at-doom-fortigate.git
cd at-doom-fortigate
go build -v -a .
下载工具