unfurl is a tool that analyzes large collections of URLs and estimates their entropies to sift out URLs that might be vulnerable to attack. The big idea is to find tokens in a large list of URLs that have low entropy. These might be susceptible to brute force attacks.
Dependencies:
– Python 3.x
Use and Download:
git clone https://github.com/JLospinoso/unfurl && cd unfurl python3 unfurl.py actmyngpcom.txt -t -e 2
Source: https://github.com/JLospinoso