HarryLudemann / Ngoto

Extendable Python script handler for automating penetration testing.
MIT License
38 stars 8 forks source link

Refactor Tool Creation #44

Closed HarryLudemann closed 1 year ago

HarryLudemann commented 1 year ago

Change the way commands, plugins and tasks are created into a decorator system. To create a tool, decorate a function with the appropriate decorator eg. command, plugin or task.

This allows muiltple tools of any kind to be within the same class, allowing for easier communication.