Skip to content

Commit

Permalink
update to version 0.13.0, add changelog for version 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-zip committed Nov 27, 2023
1 parent c393c41 commit cfca9aa
Showing 1 changed file with 74 additions and 38 deletions.
112 changes: 74 additions & 38 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version 0.0.0

Date: Fri Mar 10 19:17:57 2023 →0300
Date: Fri Mar 10 19:17:57 2023 →0300

→ Added main rust files
→ Added main rust workflow
Expand All @@ -24,13 +24,13 @@ Date: Wed May 10 04:24:54 2023 →0300
→ automation → sample automation function
→ Update development branches

Version 0.0.98
Version 0.0.98

Date: Wed Jun 14 04:21:15 PM →03 2023

→ Removed unformatted manual and help texts
→ Removed split files
→ Removed non→standard manual pages
→ Removed non→standard manual pages
(they will be reintroduced as proper man pages)
→ Updated unit tests
→ Updated installer for dnf package manager
Expand All @@ -42,12 +42,12 @@ Date: Чт 29 июн 2023 20:58:11 MSK

→ Added function to read shell parameters
→ Implemented automation's base
→ Added automation's for basic enumeration
→ Added automation's for basic enumeration
→ Added automation's for basic exploitation
→ Added manual page for NetMaid
→ Added new test suit
→ Added new test script
→ Remove unused path file (maidlists file path/list)
→ Remove unused path file (maidlists file path/list)
→ Removed non→standard manual pages
→ Updated unit tests
→ Updated installer for dnf package manager
Expand All @@ -58,16 +58,16 @@ Version 0.2.60

Date: Пт 30 июн 2023 12:45:53 MSK

→ Move all functions from automatons.rs to automation's
→ Move all functions from automatons.rs to automation's
module and create one file for each pentest step
→ Added automation's module:
enumeration.rs → scans, ping, dns lookup
exploitation.rs → social, exploits, wireless
fakedump.rs → create a fake database
footprint.rs → not implemented yet, osint
google/brave dorks
harvester.rs → not implemented yet, web crawler
keepkit.rs → not implemented yet, rootkit
enumeration.rs → scans, ping, dns lookup
exploitation.rs → social, exploits, wireless
fakedump.rs → create a fake database
footprint.rs → not implemented yet, osint
google/brave dorks
harvester.rs → not implemented yet, web crawler
keepkit.rs → not implemented yet, rootkit
→ Update code base
→ Update main version
→ Update CHANGELOG
Expand All @@ -88,22 +88,22 @@ Version 0.5.0 Rebuild for #maid_runner_toolkit

Date: Tue, Aug 8, 2023, 06:14:42 PM →03

→ Old Code Base Revamped: The old code base has been dropped
due to extensive experimentation and issues arising from an
→ Old Code Base Revamped: The old code base has been dropped
due to extensive experimentation and issues arising from an
overly complex shell, which made adding new features challenging.
→ Removed outdated documentation: Discarded old documents and
→ Removed outdated documentation: Discarded old documents and
readme files.
→ Trimmed redundancies: Eliminated obsolete modules and files.
→ Preserved Files: Retained fuzzy files.
→ Kept User Assistance: Help pages are maintained, excluding
→ Kept User Assistance: Help pages are maintained, excluding
command manuals.
→ Fresh Code Base Introduced: A new code base has been added from
→ Fresh Code Base Introduced: A new code base has been added from
scratch, addressing the limitations of the previous implementation.
→ Enhanced Return Types: Custom return types have been incorporated
→ Enhanced Return Types: Custom return types have been incorporated
to refine data output accuracy.
→ Optimized Minimal Shell: A customized minimal shell has been
→ Optimized Minimal Shell: A customized minimal shell has been
developed to enhance efficiency and user→friendliness.
→ Integration of hacklib: The 'hacklib' interface library has been
→ Integration of hacklib: The 'hacklib' interface library has been
included, enriching system capabilities and interactions.

Version 0.6.1
Expand All @@ -128,7 +128,7 @@ Date: ter 29 ago 2023 11:12:17 -03
→ Added lookup exif metadata
→ Allow execution of external commands
→ Fix bugs and crash them when shell commands are executed.
→ Fix the system_time function result; change sdt::time to
→ Fix the system_time function result; change sdt::time to
chronos.
→ Remove unused imports.
→ Fix conflicts.
Expand All @@ -140,7 +140,7 @@ Date: ter 29 ago 2023 11:12:17 -03
Version 0.7.0

Date: sáb 09 set 2023 09:48:03 -03

→ Added curl binds (all http verbs)
→ Added curl authentication (all methods)
→ Added curl content type bindings (all kinds)
Expand All @@ -158,13 +158,13 @@ Date: qua 13 set 2023 17:07:56 -03
→ Updated version
→ Fix config file paths
→ Merged maid_list project to MaisRunner
→ Added maid_lists xss-payload-list.txt
→ Added maid_lists user_names.ascii
→ Added maid_lists maid_list_universal.ascii
→ Added maid_lists files_extensions.ascii
→ Added maid_lists mallware_hash.ascii
→ Added maid_lists repo_keyword_scan.ascii
→ Added maid_lists dice_eff_words.ascii
→ Added maid_lists xss-payload-list.txt
→ Added maid_lists user_names.ascii
→ Added maid_lists maid_list_universal.ascii
→ Added maid_lists files_extensions.ascii
→ Added maid_lists mallware_hash.ascii
→ Added maid_lists repo_keyword_scan.ascii
→ Added maid_lists dice_eff_words.ascii

Version 0.8.0

Expand Down Expand Up @@ -195,7 +195,7 @@ Date: seg 09 out 2023 21:18:50 -03
→ Added hash-based AV scanner
→ Added ASCII-based entropy algorithm
→ Added messages module
→ Debug messages have been modified to utilize standard_messages
→ Debug messages have been modified to utilize standard_messages
rather than prints.
→ Added an HTML folder inside maid_lists
→ Fixed bugs while generating reports. json
Expand All @@ -217,12 +217,14 @@ Date: qua 18 out 2023 05:33:38 -03
→ Removed old documentations and useless files
→ Updated post_attack to rootkit
→ Improve web scanner unit tests
→ Improve report fields, add debug and session description and and
→ Improve report fields, add debug and session description
and and
change command prefix to source
→ Build and install inside /bin
→ Fixed empty message them using core --web_downloader
→ Fixed report.jsonl bug at session description
→ Fixed bug that caused panic if fewer than 3 arguments are given.
→ Fixed bug that caused panic if fewer than 3 arguments
are given.
→ Fixed sub domains and dir scanner output file path

Version 0.12.0
Expand All @@ -238,14 +240,18 @@ Date: sáb 21 out 2023 01:09:01 -03
→ Improved logging system, reports are written in sqlite
→ Removed report.json and report.html
→ Refactored maid_reports to maid_api, now it's an web API only
→ Refactored docs to maid_docs to keep file consistency on project root
→ Refactored docs to maid_docs to keep file consistency on
project root
→ Refactored codebase, all edges were bean reviewed
→ Refactored system_command_exec function to use an struct instead
→ Refactored system_command_exec function to use an struct
instead
parameters. ProcessInit instead of parameters
→ Removed write_report are replaced by logger function who uses Logger
struct instead parameters and write ProcessResult inside
→ Removed write_report are replaced by logger function who
uses Logger
struct instead parameters and write ProcessResult inside
maid_lists/report/archive.db
→ Fixed MEOW file parser that caused panic if an variable have and
→ Fixed MEOW file parser that caused panic if an variable
have and
string with spaces

Version 0.12.1
Expand All @@ -261,3 +267,33 @@ Date: ter 24 out 2023 02:26:27 -03
→ Implemented features branches.
→ Implemented sequential version system.
→ Updated ZeroVer version system maximum number to 0.99.99

Version 0.12.2

Date: ter 20 nov 2023 12:00:00 -03

→ Fidex small bugs inside core module.
→ Fidex missing documentation.

Version 0.13.0

Date: seg 27 nov 2023 17:08:28 -03

→ Optimized overhead and removed memory leaks.
→ Utilized rustfmt for code formatting.
→ Added the ISO Norms module to enhance cybersecurity practices.
→ Added a CybersecurityFramework builder for increased flexibility.
→ Added fully implemented the firewall module.
→ Added the ability to back up and restore rule sets.
→ Added a new test sample.
→ Updated code style using rustfmt.
→ Updated the sample template module.
→ Updated gsv function to 'take_system_args' for readability.
→ Updated the manual page.
→ Updated outgoing port list.
→ Updated the static database URL to use the URL inside the
config file.
→ Fixed clone() statements for further memory optimization.
→ Fixed logger result return for improved reliability.
→ Removed old cybersecurity policy.
→ Removed old documentation.

0 comments on commit cfca9aa

Please sign in to comment.