ipa-lab / hackingBuddyGPT

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

Adds an initial web testing use-case #39

Closed Neverbolt closed 1 month ago

Neverbolt commented 1 month ago

This merge request adds an initial web testing use-case including the necessary support material.

The new openAI library based LLM is necessary to allow proper usage of the instructor library, which provides typed responses from an LLM. This is heavily used in the web case, but should also easily be usable in other cases, as all capabilities can be used with the to_instructor or the capabilities_to_instructor functions.

andreashappe commented 1 month ago

hey, could you please update the documentation a bit, e.g., why use intructor?

thanks, Andreas