This repository has been archived by the owner on Aug 19, 2023. It is now read-only.
v0.7.2-beta
Added
- Added Logging Facility, logs should now be under logs/.log and logs/jobs/.log (Logs will rotate daily. Logs greater than 30 days will be automatically deleted
- Added Collapsing window in analytics in Weak Account Password
- Added ability to download user accounts/passwords for accounts that are found to be weak in csv format
- Added ability to set OTP passwords for users using google authenticate (thanks: https://github.com/nicbrink)
Removed
- Wordlist Checksums is no longer a background task that fires every 5 seconds. Instead its queued up by wordlist importer.
Fixed
- Fixed calculation bug where SmartWordlist was being refactored into new SmartWordlist. Now calculations are quicker
- Fixed (hopefully) bug where hashview prematurely 'completes' a job (and subsequently kills a running task). This only happens in rare cases where multiple agents are involved.
- Fixed (hopefully) issue where threads not exiting when they're told to. This resulted in issues related to: https://github.com/hashview/hashview/issues/264
- Fixed issue where rules listed under task details was displaying rule.id, and not the rule.name: https://github.com/hashview/hashview/issues/342
- Fixed SMTP sender error experienced when user sends test message
https://github.com/hashview/hashview/issues/341 - Fixed issue where foreign DB's listed in config were not being connected too: https://github.com/hashview/hashview/issues/351