authoscope 0.8.1

Scriptable network authentication cracker
Documentation
1
2
3
4
5
6
7
8
9
descr = "binary"

function verify(user, password)
    print("\x00\xff")
    print(hex("\x00\xff"))
    print(base64_encode(md5("\x00\xff")))

    return true
end