slackhell
1.0.0
Slack Web Shell C2 帶來樂趣和利潤
Slackhell 是一個使用 Slack Bot 產生和控制 Web shell 後門的簡單工具。
php和asphelp - 顯示幫助指令cmd <command> - 在目標用戶端上執行命令generate <type> - 產生 shellcode,有效類型php和aspshellcodes - 列出產生的 shellcodesshellupdate <key> <endpoint> - 更新 shellcode 端點shelldel <key> - 刪除 shellcodeuser <user> - 取得授權使用者資訊users - 列出授權用戶useradd <user> <role> - 新增授權使用者、有效角色admin和agentuserupdate <user> <role> - 更新授權使用者、有效角色admin和agentuserdel <user> - 刪除授權用戶session - 取得活動會話sessionset <shellcode-key> - 設定活動 shell 會話sessionkill - 終止活動的 shell 會話這些說明將為您提供在本機電腦上啟動並執行的專案副本。
$ git clone https://github.com/herwonowr/slackhell.git
$ cd slackhell
$ go build -o slackhell cmd/main.go$ vim ./data/config/slackhell.toml[ account ]
# Slackhell initial admin account
# id e.g: UR*******
# realname e.g: Vulncode
id = " UR******* "
realname = " Vulncode "
[ slack ]
token = " xoxb-yourslackbottoken "
[ database ]
path = " ./data/db/slackhell.db "
[ log ]
debug = false配置:
$ slackhell run$ git clone https://github.com/herwonowr/slackhell.git
$ cd slackhell
$ docker build -t reponame/slackhell:version .$ docker run --rm -v $( pwd ) /data/config/slackhell.toml:/slackhell/data/config/slackhell.toml -v $( pwd ) /data/db:/slackhell/data/db reponame/slackhell:tagname$ docker run --rm -v $( pwd ) /data/config/slackhell.toml:/slackhell/data/config/slackhell.toml -v $( pwd ) /data/db:/slackhell/data/db herwonowr/slackhell:v1.0.0請閱讀《行為準則》和《貢獻》,以了解有關我們的行為準則以及向我們提交拉取請求的流程的詳細資訊。
我們使用 SemVer 進行版本控制。
該專案已獲得 GNU GPLv3 許可證的許可 - 有關詳細信息,請參閱許可證文件
該工具僅用於教育目的,僅用於研究目的。
您不得將本軟體用於任何非法或不道德的目的;包括會引起刑事或民事責任的活動。
使用風險由您自行承擔。本軟體由版權所有者或貢獻者「按原樣」提供,不承擔任何明示或默示的保證,包括但不限於適銷性和特定用途適用性的默示保證。在任何情況下,版權所有者或貢獻者均不對任何直接、間接、附帶、特殊、懲戒性或後果性損害負責。