Go爆破常见服务密码

作者:Sec-Labs | 发布时间:

introduction

结合rustscan实现快速扫描爆破

项目地址

https://github.com/F3eev/gobforce

setup

1,安装nmap,rustscan 2,运行scan.sh开始扫描并保持扫描结果Xml 3,运行Goscanpro读取XMl 并进行扫描

start

运行脚本使用rustscan扫描./ip.txt文件中ip,out目录为nmap输出结果目录

./scan.sh

扫描服务弱口令

扫面目标
go run main.go -nFile out/123.56.102.89.xml
go run main.go -nDir out
使用自定义字典
go run main.go -nDir out -CustomDict
  • FTP
  • mongodb
  • mysql
  • postgres
  • rdp
  • redis
  • ssh
  • vnc

 

to do

  • rdp优化

update log

2022.2.11

int

2022.2.16

update

标签:工具分享, Golang, 暴力破解, 暴力破解工具