galah icon indicating copy to clipboard operation
galah copied to clipboard

Galah: LLM-powered web honeypot. Wasting attackers' time with faker-than-ever HTTP responses!

Results 7 galah issues
Sort by recently updated
recently updated
newest added

Implement a dynamic, rule-based approach to gain more control over response generation. With this approach, we can further reduce OpenAI API costs and enhance the accuracy of generated responses. For...

enhancement

If, for example, galah is returning a redirect response, it should return the appropriate return code (bonus: make return codes other than 200 optional). Current behavior: ``` curl -i http://localhost:8080/wp-admin/...

enhancement

Create a simple signature file for activity tags. We can initially generate these tags using Suricata rules and analysis of received requests in our current dataset. This simple tagging will...

enhancement

Store unique requests in a cache and add a tag to event logs for new or unseen requests. This will help identify and track previously unencountered activity.

enhancement

Support the generation of non-text content types such as `application/octet-stream`, `application/pdf`, `application/zip`, `image/jpeg`. This feature will broaden the range of outputs, enabling more versatile use cases. For instance, it can...

enhancement

Log JA4+ network fingerprints (JA4 and JA4TCP?): https://github.com/FoxIO-LLC/ja4

enhancement

when i use the parameter -u to provied my open AI server it just does't seem to use that and sends the reqeust to openAI servers. which results in invalid...

enhancement