【笔记】Shells反向Shell生成工具

前言

A script for generating common revshells fast and easy.
Especially nice when in need of PowerShell and Python revshells, which can be a PITA getting correctly formated.(Github

本文仅用于网络信息防御学习

准备工作

  • pip3

下载项目

1
2
git clone https://github.com/4ndr34z/shells.git
cd shells

使用shells

1
2
chmod +x shells
./shells

踩坑

  • 首次运行会报错缺少依赖updog,提示是否立即下载
  • 虽然它提示输入Y立即下载依赖,但是回复Y后会立即终止程序

解决问题

  • 正确的做法应该是直接按回车键
  • 然后会提示updog没有启动,提示是否立即启动updog,此时同样应该直接按回车键立即启动updog

完成

参考文献

微信公众号——Web安全工具库