authoscope 0.8.1

Scriptable network authentication cracker
Documentation
1
2
3
4
5
descr = "exec test.sh"

function verify(user, password)
    return execve("./docs/test.sh", {user, password}) == 0
end