j3ssie / osmedeus

A Workflow Engine for Offensive Security
https://osmedeus.org/
MIT License
5.27k stars 873 forks source link

Fix "version" attribute name #223

Closed mablanco closed 2 years ago

mablanco commented 2 years ago

Hi @j3ssie. When you run the command osmedeus version --json to get the program version in JSON format, the version attribute is mislabeled and it says verion instead:

{"cpu":"9.181141439205959","mem":"49.474370596173564","name":"2b7ac749ef29","verion":"osmedeus beta v4.0.1 by @j3ssiejjj"}

This is a very simple patch to fix that attribute name.