David J. Bianco 2461b42e40 Improved end-of-session handling
Rather than explicitly checking to see if the user
was typing a shell exit command, the LLM is now
instructed to provide a specific token starting
("XXX-END-OF-SESSION-XXX") to indicate that the
session should be closed. This allows the user to
exit the shell in any way they see fit, and the
LLM will still know when to end the session. It
also means that typing 'exit' or similar commands
to subshells or command interpreters (e.g. Python)
are less likely to cause the session to end.
2024-08-23 15:28:42 -04:00
2024-08-23 15:28:42 -04:00
2024-08-20 09:15:08 -04:00
2024-08-23 15:28:42 -04:00
2024-08-20 09:43:54 -04:00

HADES

HADES, the Honeypot And Deception Emulation System, is a high-interaction, low-effort honeypot system. Unlike most high-interaction honeypots, HADES doesn't provide attackers with access to any actual system. AI actually does all the work of simulating a realistic honeypot system.

Description
No description provided
Readme MIT 695 KiB
Languages
Python 100%