Skip to content

Orizon-eu/fireline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ”₯ Fireline

AI-Powered Penetration Testing CLI

Fireline is an intelligent security testing tool that combines AI reasoning with professional pentesting tools.

⚠️ For authorized security testing only - Requires explicit written permission.


πŸš€ Quick Install

Linux / macOS

curl -sSL https://github.com/Orizon-eu/fireline/releases/latest/download/install.sh | bash

Windows (PowerShell as Administrator)

irm https://github.com/Orizon-eu/fireline/releases/latest/download/install.ps1 | iex

πŸ”‘ Get Your API Key

Visit orizon.one/fireline to obtain your API key.


βš™οΈ Setup

After installation, run Fireline and follow the setup wizard:

fireline

You'll be prompted to enter your API key on first run.


πŸ“¦ Manual Installation

Download pre-built binaries from the latest release:

Platform Architecture Download
Linux x86_64 fireline-*-linux-x86_64.tar.gz
Linux ARM64 fireline-*-linux-aarch64.tar.gz
macOS Intel fireline-*-darwin-x86_64.tar.gz
macOS Apple Silicon fireline-*-darwin-aarch64.tar.gz
Windows x64 fireline-*-windows-x86_64.zip

Extract and Install

Linux/macOS:

tar -xzf fireline-*.tar.gz
sudo mv fireline /usr/local/bin/
chmod +x /usr/local/bin/fireline

macOS only: If you get a "killed" error, remove the quarantine attribute:

sudo xattr -d com.apple.quarantine /usr/local/bin/fireline

Windows:

Expand-Archive fireline-*.zip
Move-Item fireline.exe C:\Windows\System32\

πŸ“‹ Requirements


πŸ’¬ Support


πŸ“ License

MIT License - See LICENSE file.


⚠️ Legal Notice

This tool is for authorized security testing only. Unauthorized access to computer systems is illegal. Users are responsible for obtaining proper authorization and complying with all applicable laws.

Developed by Orizon