- Optimize url collector, the regex is optimized, should validate the found routes
- Use aiocache to cache http requests
- Validate urls after the crawler finish
- Support 3.8~3.11
- Current support 3.9~3.11
- Add more CLI tests
- test_facade
- test_local_scan
- Prettify output, add
--detail
option - Optimize crawler
- Filter 404 by default
- Remove dirty data in url
- do not seek urls in static resources and js
- just process urls with response 200
- New Features
- Support to scan local files
- Add status to url result
- All crawler test passed
- Optimize output
- Log file perform not good
- Debug option perform not good
- Remove logpath option
[Not Sovled] Windows+Python3.11: No module named secretscraper.main; 'secretscraper' is a package and cannot be directly executed
On Windows, python3.10 works fine, python3.11 occur this issue.