mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-07-22 18:32:38 +00:00
83b6785ddf
- Adding namespace extraction : It can be used in GPTs which have API capabilities, it can list the endpoint and parameter of the API used in the backend of a GPTs, it's seem that these capabilities is insert into the LLM session with text, and namespace is used to declare function. - Adding Data extraction : Extract files stored in a LLM if code interpreter is activated. - Adding rules extraction : Extract rules, and prompt used in preprompted LLM.