svn-extractor
Simple script to extract all web resources by means of .SVN folder exposed over network.
Many a times web application pen-testers are encountered with the presence of .svn folders. For those not aware .svn folder is used by SVN version control system to perform its operations. For a blackbox pentest this folder contains huge amount of information. Some of the key areas where this can help includes.
1/ Uncover hidden files and folder names
2/ Access the source code of the files.
3/ Download files even if the restrictions are in place at htaccess.
So here is a tool which can perform all these operations in one script.