Source2URL

Source2URL is a simple tool (currently bash only) designed to aid the content discovery phase of a web application security assessment. It parses a given directory containing source code and creates a URL list for all discovered resources. Once this is complete it then makes an HTTP request to each URL, through a configured proxy, so that visibility of that resource is attained and spidering can then ensue/continue. A text file containing all the URLs is left behind for use with other tools as desired.

I awoke at 2am last night compelled to make this thing. Next up: a Windows version.