Skip to content

Ethics03/Uriel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uriel - AI-Powered API Security Scanner

Uriel is a fast and developer-friendly CLI tool that leverages Llama 3 to scan and analyze API endpoints for potential security flaws. It combines traditional API testing with the power of AI to give you actionable insights and prevent vulnerabilities before they become a threat.

Built in Go — Powered by AI


Features

  • Scan any REST API endpoint
  • Llama 3-powered vulnerability analysis using Ollama
  • Detects common security issues:
  • Missing auth headers
  • Insecure HTTP methods
  • Open endpoints
  • Rate limiting & more
  • AI-generated suggestions to fix the flaws
  • Clean CLI experience with cobra

Installation

From source

git clone https://github.com/Ethics03/Uriel.git
cd Uriel
go build -o uriel

About

A CLI-Tool for API-Testing with user-friendly security suggestions from Llama3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages