Skip to content

Instantly share code, notes, and snippets.

View toddjones1984's full-sized avatar

toddjones1984

View GitHub Profile
#!/usr/bin/python
from smb.SMBConnection import SMBConnection
import random, string
from smb import smb_structs
smb_structs.SUPPORT_SMB2 = False
import sys
# Just a python version of a very simple Samba exploit.