Skip to content

CONFident_tool is an automated vulnerability scanner for web server configuration files (Nginx, Apache).

License

Notifications You must be signed in to change notification settings

mrvasil/CONFident_tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CONFident_tool

Сканер уязвимостей в конфигурациях веб-серверов

CONFident_tool — это инструмент для автоматизированного анализа конфигурационных файлов веб-серверов (Nginx, Apache) на предмет ошибок настройки и потенциальных уязвимостей.

Возможности

  • Анализ конфигураций Nginx и Apache
  • Обнаружение распространенных уязвимостей в настройках
  • Формирование подробных отчетов с рекомендациями
  • Поддержка различных форматов вывода (консоль, JSON, HTML)
  • Возможность указания пользовательского пути к конфигурационным файлам

Установка

git clone https://github.com/username/CONFident_tool.git
cd CONFident_tool
pip install -r requirements.txt

Использование

conf-ident/main.py --server-type <nginx/apache> --config-path /path/to/configs --output <console/json/html>

Лицензия

CONFident_tool распространяется под лицензией Apache License 2.0. Полный текст лицензии доступен в файле LICENSE.

Copyright 2025 CONFident_tool

About

CONFident_tool is an automated vulnerability scanner for web server configuration files (Nginx, Apache).

Resources

License

Stars

Watchers

Forks