Stable
Version 0.9.0
Release Date: October 9, 2023 21:18:50 -03
Added maid_av Active intivurus scanner
Added a pattern-based AV scanner
Added hash-based AV scanner
Added ASCII-based entropy algorithm
Added messages module
Debug messages have been modified to utilize standard_messages rather than prints.
Added an HTML folder inside maid_lists
Fixed bugs while generating reports in JSON format.
Fixed a considerable number of small bugs
Refactored code base with rustfmt
Refactored almost all debug
Removed maid_reports API prototype
Updated .gitignore content
Version 0.9.7
Release Date: October 18, 2023 05:33:38 -03
Added codium code-workspace
Added codium code-workspace
Added new attack sub-modules
Added new documentation
Added session description
Removed old documentations and useless files
Updated post_attack to rootkit
Improved web scanner unit tests
Improved report fields, added debug and session description and changed command prefix to "source"
Built and installed inside /bin
Fixed empty message, then using core --web_downloader
Fixed report.jsonl bug at session description
Fixed bug that caused panic if fewer than 3 arguments are given.
Fixed subdomains and directory scanner output file path
Version 0.12.0
Release Date: October 21, 2023 01:09:01 -03
Transition to MONOREPO repository architecture
Added maid_build, a custom build system for MaidRunner project
Added maid_ui, a single-page application template for maid_visual
Added maid_visual, a desktop UI with TAURI and maid_ui
Added CODE_OF_CONDUCT.md with FreeBSD CoC
Added SECURITY.md with a security policy from aircrack.ng
Improved logging system, reports are written in SQLite
Removed report.json and report.html
Refactored maid_reports to maid_api, now it's a web API only
Refactored docs to maid_docs to keep file consistency on the project root
Refactored codebase, all edges were bean reviewed
Refactored system_command_exec function to use a struct instead of parameters. ProcessInit instead of parameters
Removed write_report and replaced it with a logger function that uses the Logger struct instead of parameters and writes ProcessResult inside maid_lists/report/archive.db
Fixed MEOW file parser that caused panic if a variable has a string with spaces
Version 0.12.1
Release Date: October 24, 2023 02:26:27 -03
Added maid_visual logger visualization for all categories
Added development build script inside maid_build/local
Added maid_api GitHub workflow file
Fixed logs visualization issues.
Fixed a database error on maid_visual.
Fixed minor visual bug on maid_ui.
Implemented features branches.
Implemented a sequential version system.
Updated ZeroVer version system maximum number to 0.99.99