Osmedeus Versions Save

A Workflow Engine for Offensive Security

v4.6.4

3 weeks ago

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

4 months ago
  • 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

5 months ago
  • 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

6 months ago
  • 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

7 months ago

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

8 months ago
  • 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

9 months ago
  • 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

10 months ago
  • 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

1 year ago
  • 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

1 year ago
  • 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