Infromation Disclosure (Labs: Portswigger Academy)
Labs from PortSwigger Academy
Lab 1: Information disclosure in error messages
GET /product?productId=1 --> Request to load product
add ' , we will get verbose error with framework's version number
GET /product?productId=1'Lab 2: Information disclosure on debug page
Using Burpsuite's Engagegement tools > Discover Contents, we find /cgi-bin
inside /cgi-bin there is /phpinfo.php which leaks SECRET_KEY.Lab 3: Source code disclosure via backup files
Using Burpsuite's Engagegement tools > Discover Contents, we find /backup
/backup contains ProductTemplate.java.bak
Lab 4: Authentication bypass via information disclosure
Lab 5: Information disclosure in version control history
Last updated