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
NginxHunter — Analyzes Nginx access logs to detect SQL injection, scanner tools, webshells, and exploitation attempts, aiding system administrators in server security hardening. | Kitploit
Tools/GitHubGitHub/emrekybs/nginxhunter
Defensive ToolsVulnerability AnalysisWeb SecurityIncident ResponseLog Analysis
GitHubemrekybs/nginxhunter

NginxHunter

Analyzes Nginx access logs to detect SQL injection, scanner tools, webshells, and exploitation attempts, aiding system administrators in server security hardening.

View Repository
511 year 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

[EmreKybs

NginxHunter

Description

NginxHunter is a comprehensive tool designed to analyze Nginx access logs for security vulnerabilities and suspicious activities. It detects SQL injection attempts, scanner tools, sensitive path accesses, exploitation attempts, webshells, and more. Ideal for system administrators and security professionals aiming to enhance their Nginx server security.

Usage

Using root privileges

root@kitploit:~
$ wget https://raw.githubusercontent.com/emrekybs/NginxHunter/main/nginx_security_hunter.sh -O nginx_security_hunter.sh && chmod +x nginx_security_hunter.sh && ./nginx_security_hunter.sh
Download Tool