authoscope 0.8.1

Scriptable network authentication cracker
Documentation
1
2
3
4
5
6
descr = "random"

function verify(user, password)
    x = rand(0, 10000)
    return x >= 9999
end