Skip to content
KitploitKITPLOIT
FerramentasBlog
Enviar
FerramentasBlog
Enviar

Ferramentas de Hacking, PenTest e Cibersegurança para o seu Arsenal de Segurança!

Kitploit é um diretório de ferramentas de hacking, cibersegurança e pentesting. Descubra as últimas atualizações de projetos para encontrar vulnerabilidades, analisar sistemas, automatizar testes e fortalecer sua segurança.

··Feeds·Contato·Privacidade·© 2026 Kitploit

Diretório de Ferramentas

Categorias

Ver todas as categorias
Loading categories
webui — WebUI for AAA | Kitploit
Ferramentas/GitHubGitHub/baram01/webui
Authentication & AuthorizationNetwork Access ControlNetwork SecurityIdentity & Access Management (IAM)
GitHubbaram01/webui

webui

WebUI for AAA

Ver Repositório
1há 1 anoAinda não revisado

Mais Populares

Ver todos →

Descubra as ferramentas mais usadas pela nossa comunidade.

Explore todas as ferramentas

Navegue pela nossa coleção de ferramentas

Ver todas as ferramentas →
Compartilhar

Copyright (C) 2003-2021 Young Consulting, Inc

Este programa é software livre; você pode redistribuí-lo e/ou modificá-lo sob os termos da Licença Pública Geral GNU conforme publicada pela Free Software Foundation; seja a versão 2 da Licença, ou (a seu critério) qualquer versão posterior.

Este programa é distribuído na esperança de que seja útil, mas SEM QUALQUER GARANTIA; sem mesmo a garantia implícita de COMERCIALIZAÇÃO ou ADEQUAÇÃO A UM DETERMINADO FIM. Consulte a Licença Pública Geral GNU para obter mais detalhes.

Você deve ter recebido uma cópia da Licença Pública Geral GNU junto com este programa; se não, escreva para a Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

root@kitploit:~
Application:	WebUI
Author:		Andrew Young ([email protected])
Date:		01.03.2009
Scope:		This document describes how to setup the application.
Requirements:
	1)	Apache Web server (2.x or above is recommended)
	2)	PHP (4.2 or above is recommended)
	3)	MariaDB (10 or above is recommended)
Installation:
    First time:
	1) Install Apache Web server with PHP mnd MySQL modules.
	2) Install MariaDB.
	3) Unpack webui in main web document location (/var/www/html).
	   # tar xzf webui_v1.8bx.x.tar.gz
	4) Create database.
	   # mysql -u root < tac_plus.sql

    Upgrade:
	1) Copy config.php to /tmp/config.php.old
	2) Copy company logo from [webui directory]/images to /tmp
	3) Remove all files under current webui directory.
	4) Unpack webui in current webui directory.
	   # tar xfz webui_v1.8bx.x.tar.gz
	5) Update database.
	   # mysql -u root < tac_plus_upgrade.sql
	6) Copy company logo from /tmp to [webui directory]/cust
	7) If redundant DB, take the information from /tmp/config.php and update [webui directory]/cust/db_config.json
	8) Log into new webui.  Go to System and configure your way.
Baixar ferramenta