ipa-lab / hackingBuddyGPT

Helping Ethical Hackers use LLMs in 50 Lines of Code or less..
https://hackingbuddy.ai/
MIT License
401 stars 49 forks source link

Simplify use-case infrastructure by providing common base-class #19

Closed andreashappe closed 5 months ago

andreashappe commented 5 months ago

This introduces RoundBasedUseCase which can be used by new use-cases as a base-class. This brings down our linux priv-esc prototype to ~160 LOC.

Also improve documentation.