[go: nahoru, domu]

Skip to content

snow10100/pena

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BreachSeek

A multi-agent AI model designed to automate penetration testing

Poster

Poster

Screenshots

Dark theme: WebUI_Dark

Light theme: WebUI_Light

Model Architecture

The model utilizes LangGraph and implements the following architecture/workflow:

Model Architecture

Installation

We recommend creating a virtual environment using

python -m venv venv

Activate the venv:

source venv/bin/activate

Then install the required libraries, make sure to install that chat model you prefer, you can uncomment lines inside the requirements file or add your own.

pip install -r requirements.txt

Running the code

First ensure that in the an OS environment of ANTHROPIC_API_KEY has already been set

Run the following for the backend

python main.py

Change directories into the UI folder

cd ui

Run the following:

npm install
npm run dev

You can access the web UI at localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •