authoscope 0.8.1

Scriptable network authentication cracker
Documentation
1
2
3
4
5
descr = "basic auth httpbin.org"

function verify(user, password)
    return http_basic_auth("https://httpbin.org/basic-auth/foo/buzz", user, password)
end