For a challenge I found that I was able to download files off of /.git/ After using the tools from GitTools I soon realised that my goal was to get to read config.inc.php file. But the problem is, I got index.php extracted but not config.inc.php after extracting using GitTools. Am I missing something? Kindly please guide me in the right direction.
[EDIT: Turns out that I was stupid enough to not notice that config.inc.php was in the .gitignore file. From what I understand, I won't ever get config.inc.php but I am positive that I have some other progress I can work with.]