Skip to content

Releases: j3ssie/osmedeus

v4.6.4

04 Apr 12:03
Compare
Choose a tag to compare

Changelog

  • 815c261 v4.6.4: Update dependencies
  • cd3a133 Merge pull request #271 from catmandx/add-messages
  • 61ecd9a fix param parsing order in ResolveRoutine and added an alert
  • 7122db0 Merge pull request #270 from n00b-bot/main

v4.6.3

15 Dec 11:45
Compare
Choose a tag to compare
  • Refactoring a lot of the helper messages throughout the tool.
  • Add a new script BeautifyCSV('csv-source.txt', 'beautify-output.txt') to beautify print the CSV file.

v4.6.2

18 Nov 11:00
Compare
Choose a tag to compare
  • Fix the issue #267 #248.
  • Refactoring a lot of the helper messages throughout the tool.
  • Add a new script PrintCSV('filename.txt') to beautify print the CSV file.

v4.6.1

21 Oct 11:14
Compare
Choose a tag to compare
  • Refactoring a lot of the helper messages throughout the tool.
  • Improve the workflow view command.
  • Add the flag --update-vuln to the scan command so the scan always runs with the latest vulnerability database.
    Screenshot 2023-10-21 at 18 16 57

v4.6.0

08 Sep 13:44
Compare
Choose a tag to compare

Changelog

  • All API tokens that need updating have been relocated to $HOME/osmedeus-base/token/osm-var.yaml now. All the API Keys within the token: section of this file will also be automatically integrated into the OS environment.
  • Updating the UI to show the markdown report in the UI as well.
  • Refactoring a lot of the helper messages throughout the tool.

⚠️ Action needed ⚠️

Please remove the line $HOME/osmedeus-base/token/osm-default.rc from your ~/.bashrc or ~/.zshrc and ~/.bash_profile file, as the token configuration has now been relocated to $HOME/osmedeus-base/token/osm-var.yaml. This change will prevent the No such file or directory error.

v4.5.1

27 Aug 13:28
Compare
Choose a tag to compare
  • Clean up and reorganize the data folder and adjust the configuration to align with amass v4.
  • Refactoring a lot of the helper messages throughout the tool.

v4.5.0

04 Jul 09:37
Compare
Choose a tag to compare
  • Introducing a fresh markdown summary report for a swift overview of all workspace details.
  • Implemented a script that generates an HTML report utilizing a markdown template.
  • Implemented a new command osmedeus workflow view -f [workflowName] for accessing a comprehensive view of all toggleable and skippable parameters in the workflow.
  • Refactoring a lot of the helper messages throughout the tool.
osmedeus-markdown-1 osmedeus-workflow-view

v4.4.2

04 Jun 08:04
Compare
Choose a tag to compare
  • Add a UI page for deleting a workspace.
  • Added a new document to show which workflow you should run on your input here.
  • Refactoring a lot of the helper messages throughout the tool.
  • Change the default threads hold.

v4.4.1

18 Apr 08:39
Compare
Choose a tag to compare
  • Refactoring a lot of the helper messages throughout the tool
  • Add a new module to perform static vulnerability scans and secret scans on a git repo

osmedeus-v4 4 1

v4.4.0

23 Mar 16:18
Compare
Choose a tag to compare
  • The default folder for workspaces has been updated to $HOME/workspaces-osmedeus/ from the previous location at $HOME/.osmedeus/workspaces/
  • The database has now been switched to a file-based system, making it simpler to transfer between machines.
  • The user interface has undergone a revamp.
  • Improvements in the performance of distributed scans.
  • A new health check command has been included in the provider command, allowing you to monitor progress at a later time by leaving the instance open.
  • Refactoring a lot of the helper messages throughout the tool