当前位置:网站首页>Goby+AWVS 实现攻击面检测
Goby+AWVS 实现攻击面检测
2022-06-24 15:46:00 【Bypass】
针对不断扩大的攻击面,需要企业从攻击者的视角出发,从外部探测企业的网络资产,并对Web 站点进行深入扫描,及时发现并处理高危风险,进而能够有效收敛攻击面。
通过一些工具自动化检测攻击面,在一定程度上可以提升安全人员的工作效率,本文分享的是Goby+AWVS 实现攻击面检测,下面一起来学习一下吧。
使用场景:企业资产探测、web漏洞扫描、团队协作等。
01、Goby服务器部署
将Goby部署到服务器运行,就可以实现无限扫描,任何成员只需要接入服务器就可以共享资产,有利于团队协助。
(1)下载Goby,解压缩
wget https://gobies.org/goby-linux-x64-1.9.325.zip
unzip goby-linux-x64-1.9.325.zip
(2)后台运行,输出到指定日志文件
#创建.sh并写入命令
/home/admin/goby-linux/golib/goby-cmd-linux -apiauth user:pass -mode api -bind 0.0.0.0:8361
#实现屏幕输出记录到日志文件
nohup sh goby.sh > info.log &
(3)本地Goby客户端,服务器管理→增加,填写远端服务器信息。
02、联动AWVS漏洞扫描
(1)Goby扩展程序,下载AWVS插件。
(2)在Goby,设置→扩展设置,填写AWVS的API Key及地址。
AWVS的API Key获取位置如下:
(3)在Goby的Web检测里,看到扫描出来的资产,可以直接点击AWVS的按钮,就可以开启扫描任务。
(4)在AWVS控制台,可以看到Goby下发的扫描任务,并且已完成扫描任务。
(5)回到Goby客户端,可以看到漏洞扫描结果,可导出漏洞报告。
边栏推荐
- How to implement SQLSERVER database migration in container
- Installer la Bibliothèque imagemagick 7.1 et l'extension imagick de PHP
- How to efficiently transfer enterprise business data?
- 存在安全隐患 部分冒险家混动版将召回
- Vim编辑器的最常用的用法
- 不忘初心
- 2021-05-04: given a non negative integer C, you need to judge whether there are two integers a and B, so that a*a+b*b=c.
- 【Prometheus】4. Monitoring cases
- Special topic of IM code scanning login Technology (III): easy to understand. A detailed principle of IM code scanning login function is enough
- leetcode 139. Word Break 單詞拆分(中等)
猜你喜欢
Cap: multiple attention mechanism, interesting fine-grained classification scheme | AAAI 2021
打破内存墙的新利器成行业“热搜”!持久内存让打工人也能玩转海量数据+高维模型
Here comes Wi Fi 7. How strong is it?
实现领域驱动设计 - 使用ABP框架 - 领域逻辑 & 应用逻辑
Several common DoS attacks
The penetration of 5g users of operators is far slower than that of 4G. The popularity of 5g still depends on China Radio and television
A new weapon to break the memory wall has become a "hot search" in the industry! Persistent memory enables workers to play with massive data + high-dimensional models
The catch-up of domestic chips has scared Qualcomm, the leader of mobile phone chips in the United States, and made moves to cope with the competition
我与“Apifox”的网络情缘
Using alicloud RDS for SQL Server Performance insight to optimize database load - first understanding of performance insight
随机推荐
[my advanced OpenGL learning journey] learning notes of OpenGL coordinate system
How to select an open source license
Most common usage of vim editor
中国产品经理的没落:从怀恋乔布斯开始谈起
Summary of common tools and usage
Using alicloud RDS for SQL Server Performance insight to optimize database load - first understanding of performance insight
asciinema 搭配 asciicast2gif 实现高效的命令行终端录制能力
Mongodb Getting started Practical Tutoriel: Learning Summary Table des matières
New de debugging
【应用推荐】最近大火的Apifox & Apipost 上手体验与选型建议
A new weapon to break the memory wall has become a "hot search" in the industry! Persistent memory enables workers to play with massive data + high-dimensional models
How to expand disk space on AWS host
From practical teaching to competition exercise, Tencent experts personally teach Ti-One platform operation strategy!
Decomposition of Uber dependency injection into dig source code analysis
My network relationship with "apifox"
Remember: never use UTF-8 in MySQL
Easy installation of Jenkins
Global and Chinese market of music synthesizer 2022-2028: Research Report on technology, participants, trends, market size and share
如何扩展aws主机上的磁盘空间
leetcode 139. Word break word split (medium)