Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/crypticrig3l/havij
Vulnerability ScannersWeb Application ExploitationInformation GatheringWeb SecurityPenetration Testing
GitHubcrypticrig3l/havij

havij

Native Linux SQL injection scanner with classic Havij UI, supporting error-based, union-based, boolean blind, and time-based detection, multi-threaded scanning, and proxy support for authorized penetration testing.

View Repository
112h 9m agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Havij – SQL Injection Tool (Linux Native)

Buy Me a Coffee

Havij is a native Linux port of the classic Havij 1.15 Pro SQL injection tool.
It replicates the original interface, dark theme, and green‑text aesthetic — but runs natively on Linux using Python and PyQt6.

⚠️ Disclaimer: This tool is for educational and authorized security testing only.
Do not use it on systems you do not own or have explicit permission to test.
The author is not responsible for any misuse.

Open Source

Features

  • Classic Havij UI: identical layout, dark theme, green text
  • SQL Injection Detection: error-based, union-based, boolean blind, time-based
  • Multi-threaded: fast and efficient scanning
  • Proxy Support: HTTP/SOCKS5 (Tor compatible)
  • Cross-platform: runs on Linux, macOS, Windows (with Python)
  • Open Source: MIT License, contributions welcome

Purpose: This tool is designed exclusively for:

  • Authorized penetration testing
  • Bug bounty hunting (with explicit permission)
  • Security research and education

Do not use this tool on systems you do not own or have explicit written permission to test.
The author is not responsible for any misuse.

Security reasons

Havij was created to provide security professionals and bug bounty hunters with a native Linux SQL injection testing tool that is:

  • Easy to install (no Wine, no .NET)
  • Fully open source
  • Transparent and auditable

It is not intended for:

  • Illegal hacking
  • Unauthorized access
  • Malicious activity

If you are unsure whether you are allowed to test a system, do not use this tool.

Screenshots for prove

Main Interface & SQL Injection Detection

Havij Original detecting SQL injection

Table Enumeration

Tables enumeration

Installation Process is here

1. Clone the Repository

root@kitploit:~
git clone https://github.com/yourusername/havij-original.git
cd havij-original
python3 main.py
Download Tool