Scans an URL to detect url dependencies.
You can also change browser and level in the config.ini file.
Aggregates all scanned urls in output directory to a single list.
Scan an URL
URLScanner scan --url https://example.com -o example.txt
Aggregate URLs
URLScanner aggregate
pyinstaller --onefile --name URLScanner urlscan.py