RamiGPT is an AI security tool that targets root accounts. Using PwnTools and OpwnAI, it quickly navigated privilege escalation scenarios on various VulnHub systems, achieving root access in under a minute .
Configuration: Setting Up Your OpenAI API Key:
By infosecbulletin
/ Tuesday , June 23 2026
A cyber attack seems to have affected one of India's top electronics companies. Tata Electronics has said there was a...
Read More
By infosecbulletin
/ Monday , June 22 2026
The recent finding shows how powerful Mythos is: the AI can access the US government's secret networks in just a...
Read More
By infosecbulletin
/ Monday , June 22 2026
Test before going live is important for AI developers. But there's a problem: testing usually uses fake scenarios that often...
Read More
By infosecbulletin
/ Sunday , June 21 2026
AryStinger has taken control of over 4,000 old D-Link routers to use them as proxies for harmful traffic. The team...
Read More
By infosecbulletin
/ Sunday , June 21 2026
Brazil's government suspects a hacking attack triggered an unauthorized ‌alert sent to cell phones across parts of the country early...
Read More
By infosecbulletin
/ Sunday , June 21 2026
A new open-source cybersecurity tool named CyberSentinel AI v3.0 has come out. It is an important step in self-operated security...
Read More
By infosecbulletin
/ Saturday , June 20 2026
Barracuda gathered industry people in Dhaka on 18 June 2026 for a roundtable talk about cyber resilience. The company shared...
Read More
By infosecbulletin
/ Saturday , June 20 2026
The U.S. Cybersecurity and Infrastructure Security Agency (CISA) asked Fortinet users with FortiGate devices on Thursday to act to protect...
Read More
By infosecbulletin
/ Saturday , June 20 2026
The U.S. Cybersecurity and Infrastructure Security Agency (CISA) has asked federal agencies to protect their systems by Sunday from a...
Read More
By infosecbulletin
/ Saturday , June 20 2026
The Texas Parks and Wildlife Department (TPWD) revealed a data leak at its license system provider. This leak exposed private...
Read More
To use RamiGPT, you need an OpenAI API key. Here’s how to get and set it up:
Obtaining an OpenAI API Key:
Create an Account: Visit OpenAI and sign up for an account if you don’t already have one.
Apply for API Access: Navigate to the API section and apply for access. You might need to provide details about your intended use case.
Get Your API Key: Once approved, you will receive an API key.
Source: Github
Configuring the API Key in Your Environment:
Copy the .env.example File: In the root directory of the RamiGPT project, copy the file .env.example and name it .env.
cp .env.example .env
2. Add Your API Key: Open the .env file and add the following line:
OPENAI_API_KEY=your_api_key_here
Replace your_api_key_here with the API key you obtained from OpenAI.
Run with Docker:
Prerequisites
Before running the project, ensure you have installed:
Docker
Docker Compose
OpenAI key
Setup
Clone the repository and launch the Docker containers:
git clone https://github.com/M507/RamiGPT.git
cd RamiGPT
docker compose up -d
Access the application at: https://127.0.0.1:5000
To follow full set up procedure click here.