Web Recon
Gotta love the internet
Last updated
Was this helpful?
Gotta love the internet
Last updated
Was this helpful?
After port scanning and finding web servers.
Basic authorization is..basic. A username and a password separated by a colon is then encoded in Base64. The screenshot below demonstrate the credentials admin:admin being sent through the Authorization header of an HTTP request.
Most of the time, authentication is made via a form posted to the web server. You can try to brute force it but watch out for CSRF. Try sending the same request twice using burp.