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,21 +1,21 @@
|
|||||||
# Kukulkan Payload Server
|
# Kukulkan Payload Server
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
usage: server.py [-h] [-d] <bindip> <port> [--password PASSWORD]
|
usage: server.py [-h] [-d] [--regen-cert] <bindip> <port>
|
||||||
|
|
||||||
arguments:
|
arguments:
|
||||||
bindip port to bind to
|
bindip port to bind to
|
||||||
port port to bind to
|
port port to bind to
|
||||||
|
|
||||||
options:
|
options:
|
||||||
-h, --help show this screen
|
-h, --help show this screen
|
||||||
-d, --debug show debug output
|
-d, --debug show debug output
|
||||||
-p, --password PASSWORD stage and job zip file password [default: kukulkan]
|
--regen-cert regenerate TLS certificate
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
```bash
|
```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