Skip to content

v1.0.5

Choose a tag to compare

@OSINT-TECHNOLOGIES OSINT-TECHNOLOGIES released this 20 Aug 14:53
· 768 commits to main since this release
7f9773a

ADDED

  1. Added some checks on empty inputs in scanning section of main menu
  2. Added e-mails return from PageSearch to use them in reports
  3. Added new function (PageSearch Sitemap Inspection) to inspect sitemap links
  4. Added .json, SQL and different config variants files extraction in PageSearch
  5. Added post-scan summary in PageSearch and PageSearch Sitemap Inspection
  6. Added "documents with keywords" counter in PageSearch
  7. Added custom KeyboardInterrupt handler (#60)
  8. Added exception handler for situations when organization name cannot be extracted (#61, thanks to jdenoy)
  9. Added pages separators for PDF report
  10. Added 3 additional web elements to search (PageSearch)
  11. Added counter of inspected links (PageSearch Sitemap nspection)
  12. Added txt log of gathered data (PageSearch Sitemap Inspection)
  13. Added sitemap_links.txt file generation when choosing XLSX report (#64), which allows you to use PageSearch Sitemap Inspection mode
  14. Added checks on invalid menu items
  15. Added logs_processing.py to handle scan logging (#58)
  16. Added logging for crawl_processor.py functions (#58)
  17. Added logging for networking_processor.py functions (#58)
  18. Added appropriate log file name field in XLSX and PDF reports
  19. Added API keys and cookies gathering in PageSearch

REMOVED

  1. Removed "=>" symbol when writing parsed sitemap links in file
  2. Removed "Sitemap links" sheet in XLSX report (#64)

CHANGED

  1. Fixed bug when function waits for e-mails return but PS was not conducted
  2. Fixed bug when PageSearch ends program because subdomains weren't found
  3. Fixed CLI typo in DB menu
  4. Edited DPULSE wiki link
  5. Updated "Help" menu content
  6. Renamed "Scanning process" to "Basic scanning process"
  7. Minor CLI visual improvements