WebAppSec 101
Walking through the application

Nmap

What version of Apache is being used?
What language was used to create the website?
What version of this language is used?
Establishing a methodology
Gobuster
Authentication

What is the admin username?
What is the admin password?
What is the name of the cookie that can be manipulated?
What is the username of a logged on user?
What is the corresponding password to the username?
XSS
Injection
Perform command injection on the check password field
Check for SQLi on the application

Misc & Logic Flaws
Last updated