Updated payload server readme

This commit is contained in:
byt3bl33d3r
2019-01-25 05:12:59 -07:00
parent 2f3742bfce
commit 594b87ad50
+5 -5
View File
@@ -1,21 +1,21 @@
# Kukulkan Payload Server
```bash
usage: server.py [-h] [-d] <bindip> <port> [--password PASSWORD]
usage: server.py [-h] [-d] [--regen-cert] <bindip> <port>
arguments:
bindip port to bind to
port port to bind to
options:
-h, --help show this screen
-d, --debug show debug output
-p, --password PASSWORD stage and job zip file password [default: kukulkan]
-h, --help show this screen
-d, --debug show debug output
--regen-cert regenerate TLS certificate
```
## Example
```bash
python server.py -d 172.16.164.1 8080
python server.py 172.16.164.1 8080
```