authoscope 0.8.1

Scriptable network authentication cracker
Documentation
1
2
3
4
5
descr = "always error"

function verify(user, password)
    return "this is an error"
end