This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ''' | |
| usage :- | |
| python <url> <wordlist> <extension> | |
| for example : | |
| python http://www.google.com/ common.txt .php | |
| it supports all extensions & wordlists. | |
| if you just want subdirectories write "/" in place of extension it will find it for you. | |
| ''' | |
| import requests |