Skip to content

v1.2.2-stable

Compare
Choose a tag to compare
@OSINT-TECHNOLOGIES OSINT-TECHNOLOGIES released this 27 Mar 23:31
· 130 commits to main since this release
2c62796

ADDED

  1. Added steps counter for basic scan
  2. Added counter for received and accessed subdomains
  3. Reactivated XLSX report selection
  4. Added system requirements in ReadTheDocs page

DELETED

  1. Temporarily removed API scan results insertion in XLSX report
  2. Removed pagesearch_keyword variable usage in HTML report
  3. Removed transfer of unused variables into reporting functions
  4. Removed some redundant imports
  5. Removed redundant pagesearch_main module

CHANGED

  1. Done some code clean up
  2. Fixed wrong code (tried to join short_domain string)
  3. Simplified logic of used API flag insertion in report_storage.db
  4. Bumped version for required Jinja2 (security issue)
  5. Clarified valid and tested Python versions in pyproject.toml
  6. Minor CLI visual changes
  7. Cleaned-up redundant requirements
  8. Updated XLSX report with new content
  9. Corrected installation ways in ReadTheDocs