OSCP Capstone Lab Writeup - SQLi Module - Save Animals
Take a look With anticipation, I opened the website, which only had index.php, about.php, and donate.php pages. Frustration set in as I couldn't find any input fields to interact with. AutoRecon Scan(can be ignored) Then I tried to do autorecon to see if we have more hidden files or vulns. only get dbconn.php, but it was a blank page. Source Code Checking Determined, I delved into the source code and searched for 'post'. My excitement grew when I discovered that 'mail-list' was a parameter in a subscribe form. Burpsuite intercept I quickly opened Burp Suite, set up the proxy, and intercepted the subscribe form. SQL Injection With precision, I copied the intercepted data and saved it as post.txt.