mirror of https://github.com/n1nj4sec/pupy.git
Copy port mappings to docker conf to tune
This commit is contained in:
parent
e5dfc695db
commit
38415df571
|
@ -9,7 +9,7 @@ use_gnome_keyring = false
|
||||||
allow_requests_to_external_services = true
|
allow_requests_to_external_services = true
|
||||||
|
|
||||||
[cmdline]
|
[cmdline]
|
||||||
display_banner = no
|
display_banner = yes
|
||||||
colors = yes
|
colors = yes
|
||||||
|
|
||||||
[httpd]
|
[httpd]
|
||||||
|
@ -33,14 +33,18 @@ exe_x64=/opt/mimikatz/x64/mimikatz.exe
|
||||||
info = get_info
|
info = get_info
|
||||||
pyexec = pyexec
|
pyexec = pyexec
|
||||||
exec = shell_exec
|
exec = shell_exec
|
||||||
ps = ps
|
|
||||||
migrate = migrate
|
|
||||||
shell = interactive_shell
|
shell = interactive_shell
|
||||||
kill = process_kill
|
kill = process_kill
|
||||||
getpid = getpid
|
|
||||||
getppid = getppid
|
|
||||||
mount = drives
|
mount = drives
|
||||||
|
|
||||||
[rubber_ducky]
|
[listeners]
|
||||||
encoder_path = TO_FILL
|
ssl = 443=8443
|
||||||
default_keyboard_layout_path = TO_FILL
|
obfs3 = 9090
|
||||||
|
rsa = 9091
|
||||||
|
ec4 = 80=1234
|
||||||
|
kc4 = 123=1234
|
||||||
|
tcp_cleartext = 80=1234
|
||||||
|
udp_cleartext = 123=1234
|
||||||
|
websocket = 80=8081
|
||||||
|
http = 80=8080
|
||||||
|
ecm = 1235
|
||||||
|
|
Loading…
Reference in New Issue