Releases: j3ssie/osmedeus
Releases · j3ssie/osmedeus
v4.7.1
Changelog
- 6f7271f Added the workspace name in the scanning endpoint
v4.7.0
- Add a mermaid flowchart file to
{{Workspace}}/{{Target}}/scan-flowchart.mermaid
Changelog
v4.6.4
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
- 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
- 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
- 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.

v4.6.0
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
- 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
- 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.

v4.4.2
- 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.