933f02911b
feat: Improve SSH LLM honeypot, preserve session after attacker logout ( #179 )
...
* Migrate from deprecated library "golang.org/x/crypto/ssh/terminal" to "golang.org/x/term"
* Feat: Inject OpenAI secret key from environment variable
* Feat: Add test for OpenAI secret key injection from environment variable
* Fix: Correct llmModel value in http-80.yaml configuration
* Feat: Add OPEN_AI_SECRET_KEY environment variable to docker-compose.yml
* Feat: Implement session management for SSHStrategy with command history
2025-03-09 13:17:04 +01:00
44ec44ea5c
Fix LLM model name typo
2025-02-20 18:20:17 +01:00
38297faed2
Feat: Refactoring LLM Plugin, update docs. ( #165 )
...
Refactoring LLM Plugin, update docs.
2025-02-16 22:48:59 +01:00
8703d1afda
Fix: llm plugin OpenAI generates random plaintext (hallucinations) ( #163 )
...
* Add tests to adopt TDD.
* Fix bug, LLM hallucinations
2025-02-16 16:27:10 +01:00
99c7287c02
Feat: Refactoring plugin:LLM honeypot custom prompt ( #154 )
...
refactoring LLM honeypot custom prompt
2025-01-16 08:46:13 +01:00
c3d2ff885d
Feat: LLM Honeypot allow specifying the custom prompt #152 ( #153 )
...
* implement new feature, custom prompt
* Add doc for custom prompt
2025-01-14 08:45:30 +01:00
a1e96738fb
Feat: beelzebub cloud integrations ( #117 )
...
* improve beelzebub cloud integration
* refactoring cloud integration, fix unit test
* add unit test get honeypots
* improve code coverage
2024-08-01 20:05:05 +02:00
2088163b54
Feature: add support for llama, refactor yaml service interface ( #115 )
...
* refactor and add llama LMM support
* update readme
* improve code coverage
2024-07-21 20:11:18 +02:00
59f40a166b
Feat: Improve LMM SSH Honeypot ( #112 )
...
* add LMM Honeypot HTTP Server
* improve unit test code coverage
* integrate LLM plugin into http honeypot strategy
* improve code coverage
* fix typos
* improve OpenAI plugin with gpt-4, adpt new API amd map new object
* improve LLM SSH honeypot, fix updated README.md
2024-06-23 16:00:31 +02:00
93d7804ba3
Feat: add LMM Honeypot HTTP Server ( #110 )
...
* add LMM Honeypot HTTP Server
* improve unit test code coverage
* integrate LLM plugin into http honeypot strategy
* improve code coverage
* fix typos
* improve OpenAI plugin with gpt-4, adpt new API amd map new object
2024-06-23 10:55:06 +02:00
b1de020de8
Feat: Improve OpenAI plugin: model and prompt ( #100 )
...
* Change OpenAI model and prompt.
---------
Co-authored-by: mariocandela <mario.candela.personal@gmail.com >
2024-04-03 08:20:52 +02:00
1c650882b6
feat: Beelzebub cloud tracer plugin ( #92 )
2024-03-02 15:29:43 +01:00
07ffdd839f
Refactoring, improve code coverage ( #72 )
...
* Refactoring, improve code coverage
* Add unit test for gelAllFilesNameByDirName
* Add codecov coverage into README.md
* Improve coverage readFileBytesByFilePath
2023-10-09 01:16:53 +02:00
951bb3bd0a
Update openai-gpt.go
...
Removed duplicate comment
Signed-off-by: Mario Candela <m4r10.php@gmail.com >
2023-07-09 13:16:59 +02:00
9670cf00c8
Small refactor to reduce LOC and keep code DRY. ( #53 )
2023-06-26 18:55:49 +02:00
a7c69c8849
refactoring: Tiny refactoring ( #47 )
...
* tiny refactoring name convention, and file name.
* added command line arguments files
* fix typo comment
2023-06-01 00:15:21 +02:00
6468b5aa6f
refactor:Added Integration test and tiny refactoring ( #23 )
...
* Refactoring name convention
* Added integration test
* Added Makefile
* Bump golang.org/x/crypto from 0.0.0-20220826181053-bd7e27e6170d to 0.6.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.0.0-20220826181053-bd7e27e6170d to 0.6.0.
- [Release notes](https://github.com/golang/crypto/releases )
- [Commits](https://github.com/golang/crypto/commits/v0.6.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
update-type: version-update:semver-minor
...
* Upgrade go from 1.16 to 1.20
* Added integration test: HTTP, TCP, SSH
* Added Makefile Improve README.md
* Fixed unit test CI
* Fixed go-version
* Added integration test into C.I. actions
---------
Signed-off-by: Mario Candela <m4r10.php@gmail.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-26 18:04:05 +01:00