authoscope 0.8.1

Scriptable network authentication cracker
Documentation
descr = "str-find"

function verify(user, password)
    text = "You are currently logged in as 'foo', want to log out?"
    return text:find(user) ~= nil
end