mirror of
https://github.com/byt3bl33d3r/OffensiveDLR
synced 2026-06-06 15:24:29 +00:00
Updated payload server readme
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# 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
|
||||
@@ -10,12 +10,12 @@ arguments:
|
||||
options:
|
||||
-h, --help show this screen
|
||||
-d, --debug show debug output
|
||||
-p, --password PASSWORD stage and job zip file password [default: kukulkan]
|
||||
--regen-cert regenerate TLS certificate
|
||||
```
|
||||
|
||||
|
||||
## Example
|
||||
|
||||
```bash
|
||||
python server.py -d 172.16.164.1 8080
|
||||
python server.py 172.16.164.1 8080
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user