HarryLudemann / Ngoto

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

Modulate CLT #43

Closed HarryLudemann closed 1 year ago

HarryLudemann commented 1 year ago

Adapt a module interface to allow the consumer to only need the pip module, rather then cloning the repository.

Change the inbuilt functions (back, clear etc) to direct imports and create methods to add cogs, allowing the consumer to control how custom cogs are loaded.

Allow the user to overwrite/disable any inbuilt commands.