We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, im trying to brute force the webapplication login form (https) with this command
./legba http --username prtgadmin --password prtgadmin --target https://xx.xx.xx.xx --http-method POST --http-success-codes 200 --http-payload 'log={USERNAME}&pwd={PASSWORD}' legba v0.9.0
[INFO ] target: https://xx.xx.xx.xx [INFO ] username -> string 'prtgadmin' [INFO ] password -> string 'prtgadmin'
[INFO ] runtime 1.001873666s
running on macOS apple silicon 15.0.1 sequoia pretty sure the credentials are working, is that a good result or ? thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
im trying to brute force the webapplication login form (https) with this command
./legba http
--username prtgadmin
--password prtgadmin
--target https://xx.xx.xx.xx
--http-method POST
--http-success-codes 200
--http-payload 'log={USERNAME}&pwd={PASSWORD}'
legba v0.9.0
[INFO ] target: https://xx.xx.xx.xx
[INFO ] username -> string 'prtgadmin'
[INFO ] password -> string 'prtgadmin'
[INFO ] runtime 1.001873666s
running on macOS apple silicon 15.0.1 sequoia
pretty sure the credentials are working, is that a good result or ?
thanks
The text was updated successfully, but these errors were encountered: