Skip to content

Latest commit

 

History

History
36 lines (32 loc) · 1013 Bytes

DevelopJournal.md

File metadata and controls

36 lines (32 loc) · 1013 Bytes

# 2024.4.30

  • Optimize url collector, the regex is optimized, should validate the found routes
  • Use aiocache to cache http requests
  • Validate urls after the crawler finish

2024.4.29

  • Support 3.8~3.11
    • Current support 3.9~3.11
  • Add more CLI tests
    • test_facade
    • test_local_scan

2024.4.28

  • 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

2024.4.26

  • New Features
    • Support to scan local files

2024.4.15

  • Add status to url result
  • All crawler test passed

TODO

  • Optimize output
  • Log file perform not good
  • Debug option perform not good
  • Remove logpath option

ISSUES

[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.