Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coerschkes/dns-reverse-shell
Proof of concept: Reverse shell using dns communication written in go
https://github.com/coerschkes/dns-reverse-shell
Last synced: 3 days ago
JSON representation
Proof of concept: Reverse shell using dns communication written in go
- Host: GitHub
- URL: https://github.com/coerschkes/dns-reverse-shell
- Owner: coerschkes
- Created: 2023-10-25T09:15:50.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-02T13:51:04.000Z (about 1 year ago)
- Last Synced: 2024-11-10T03:16:32.365Z (about 2 months ago)
- Language: Go
- Homepage: https://github.com/coerschkes/dns-reverse-shell
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
dns reverse shell
Table of Contents
## About The Project
This project is based on the idea of having a simple reverse-tcp shell for educational purposes but instead of
just reversing tcp it uses dns requests to communicate with the server to hide the actual communication from IDS/IPS
systems.
This is done by submitting the payload and commands as dns queries. To prevent a dns header overflow the payload is
split into multiple queries.## Getting Started
todo: add instructions
## Usage
todo: add usage
## Roadmap
- [X] Simple navigation
- [X] Dns communication
- [X] Message splitter
- [X] Polling (if idle only poll twice per minute to prevent flooding)
- [ ] Protocol for sending "big" messages -> currently server receives no answer because the client does not send anything
- [ ] Navigation improvement: navigation relative to the current path
- [ ] Command chaining
- [ ] Multiple sessions
- [ ] Windows navigation support
- [ ] Use encryption for payload
- [ ] Autostart