8000 GitHub - paulshuva/shelLM: Code for shelLM tool
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

paulshuva/shelLM

 
 

Repository files navigation

shelLM

The shelLM honeypot suite creates interactive, dynamic, and realistic honeypots through the use of Large Language Models (LLMs). The shelLM tool was created from a research project to show the effectiveness of dynamic fake file systems and command responses to keep attackers trapped longer, thus increasing the intelligence collected.

Features

shelLM was developed in Python and currently uses Open AI GPT models. Among its key features are:

  1. The content from a previous session is carried over to a new session to ensure consistency.
  2. It uses a combination of techniques for prompt engineering, including chain-of-thought.
  3. Uses prompts with precise instructions to address common LLM problems.
  4. More creative file and directory names
  5. Allows users to "move" through folders
  6. Response is correct also for non-commands.
  7. sudo command not allowed

Installation

The installation steps are as follows:

~$ # Install requirements
~$ pip install -r requirements.txt
~$
~$ # Create env file
~$ cp env_TEMPLATE .env
~$ # Edit env file to add OPEN AI API KEY
~$ vim .env

Usage

Run shelLM with the following command:

~$ python3 LinuxSSHbot.py 

image

FAQ

What services does shelLM uses?

This version of shelLM can simulate an SSH honeypot.

Are you planning on supporting other services?

Yes. This is part of ongoing research focused on more services.

Is this just a wrapper for Open AI?

No. The core of the tool are the Prompts, that have been engineered specially to guarantee a correct behavior. Also shelLM provides other features like session management, error handling, log storage, and other key features needed in honeypots.

About

This tool was developed at the Stratosphere Laboratory at the Czech Technical University in Prague.

About

Code for shelLM tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0