Situational Web Flashcards
(59 cards)
What can you do if you want to find the language running on the back end?
Fuzz the file extension of index like index.FUZZ
What vulnerabilities to look for in an exposed login page?
SQL Injection
What tool to use for brute-forcing login credentials?
Hydra
What tool to use to test for SQL injection?
sqlmap
What attack to test when you find an exposed API?
Broken Access Control
How to identify an IDOR vulnerability?
Modify parameters in requests (e.g.
What tool to use for finding exposed sensitive files?
dirb
What headers should be checked for security misconfigurations?
CSP
What tool to use for testing Cross-Site Scripting (XSS)?
XSSHunter
How to check if a website is vulnerable to CORS misconfiguration?
Test Access-Control-Allow-Origin headers with malicious origins
What attack can be performed with unrestricted file upload?
Remote Code Execution (RCE)
What tool to use for testing for Server-Side Request Forgery (SSRF)?
Burp Collaborator
How to check for weak JWT signing keys?
Use jwt_tool or CrackJWT to brute-force signing key
What attack can be performed with insecure JWT algorithms?
Switch algorithm from RS256 to None to bypass authentication
What tool to use to enumerate subdomains?
Subfinder
What attack can be performed with a vulnerable deserialization function?
Remote Code Execution (RCE)
What tool to use for testing XML External Entity (XXE) vulnerabilities?
Burp Suite
How to identify and exploit a Host Header attack?
Modify Host header to bypass authentication or perform cache poisoning
What attack to test when you find an admin panel?
Brute-force login
What tool to use for testing CSRF vulnerabilities?
Burp Suite CSRF PoC generator
What vulnerabilities to test for in a GraphQL API?
Insecure Direct Object Reference (IDOR)
What attack can be performed with a NoSQL Injection vulnerability?
Authentication Bypass
How to check for rate limiting issues?
Send multiple requests rapidly and observe response behavior
What tool to use for checking misconfigured S3 buckets?
AWS CLI