Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sv3nbeast/DnslogCmdEcho
命令执行不回显但DNS协议出网的命令回显场景解决方案
https://github.com/sv3nbeast/DnslogCmdEcho
Last synced: 22 days ago
JSON representation
命令执行不回显但DNS协议出网的命令回显场景解决方案
- Host: GitHub
- URL: https://github.com/sv3nbeast/DnslogCmdEcho
- Owner: sv3nbeast
- Created: 2022-07-08T02:54:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-10T07:13:42.000Z (almost 2 years ago)
- Last Synced: 2024-08-05T17:44:02.668Z (4 months ago)
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 268
- Watchers: 1
- Forks: 24
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - sv3nbeast/DnslogCmdEcho - 命令执行不回显但DNS协议出网的命令回显场景解决方案 (Python)
README
# DnslogCmdEcho
命令执行不回显但DNS协议出网的命令回显场景解决方案# 使用
- python3 HexDnsEcho.py //本机执行
- python3 CommandGen.py whoami //输出的命令在目标机器上执行# Linux
# Windows
# 参考项目
- 以下项目为主要代码来源(感谢Dr-S1x17师傅分享的思路),本项目主要是填充linux的命令代码模板,并稍微修改HexDnsEcho文件代码
- https://github.com/Dr-S1x17/NoNetCmdEcho-FileW.e