v1.0.5
·
768 commits
to main
since this release
ADDED
- Added some checks on empty inputs in scanning section of main menu
- Added e-mails return from PageSearch to use them in reports
- Added new function (PageSearch Sitemap Inspection) to inspect sitemap links
- Added .json, SQL and different config variants files extraction in PageSearch
- Added post-scan summary in PageSearch and PageSearch Sitemap Inspection
- Added "documents with keywords" counter in PageSearch
- Added custom KeyboardInterrupt handler (#60)
- Added exception handler for situations when organization name cannot be extracted (#61, thanks to jdenoy)
- Added pages separators for PDF report
- Added 3 additional web elements to search (PageSearch)
- Added counter of inspected links (PageSearch Sitemap nspection)
- Added txt log of gathered data (PageSearch Sitemap Inspection)
- Added sitemap_links.txt file generation when choosing XLSX report (#64), which allows you to use PageSearch Sitemap Inspection mode
- Added checks on invalid menu items
- Added logs_processing.py to handle scan logging (#58)
- Added logging for crawl_processor.py functions (#58)
- Added logging for networking_processor.py functions (#58)
- Added appropriate log file name field in XLSX and PDF reports
- Added API keys and cookies gathering in PageSearch
REMOVED
- Removed "=>" symbol when writing parsed sitemap links in file
- Removed "Sitemap links" sheet in XLSX report (#64)
CHANGED
- Fixed bug when function waits for e-mails return but PS was not conducted
- Fixed bug when PageSearch ends program because subdomains weren't found
- Fixed CLI typo in DB menu
- Edited DPULSE wiki link
- Updated "Help" menu content
- Renamed "Scanning process" to "Basic scanning process"
- Minor CLI visual improvements