Skip to content

gmh5225/RedCmd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

RedCmd

常用的渗透测试命令生成 reverse shell 内网渗透下载命令等 因为常用的命令太多了,记也懒得记,虽然有网页版的但是也懒得打开浏览器,不如命令行来的优雅, 就自己手敲了一个 代码非常简单,后续会增加命令。

使用方法

go run redcmd.go -h

生成下载命令

go run redcmd.go download 10.10.10.10 8080 exploit.exe shell.exe
image

生成反弹shell命令

go run redcmd.go revshell 10.10.10.10 4444
image

生成meterperter shell的命令

go run redcmd.go msfshell 10.10.10.10 4444
image

使用go编译后加入环境变量使用更佳

go build redcmd.go

About

常用的渗透测试命令生成 revers shell 内网渗透下载命令等

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 100.0%