Skip to Content
ProjectsOne-Liner Servers

One-Liner Servers

server.sh  makes file transfers painless during engagements and certification exams. Choose HTTP(S), WebDAV, SMB, FTP, or upload modes and the script launches the appropriate service while printing ready-to-copy download commands for Windows and Linux targets.

Usage

# Python HTTP server on port 9000 ./server.sh --python -p 9000 # SMB share with credentials ./server.sh --smb -a # Secure upload server ./server.sh --upload -s
Last updated on