Skip to content
KitploitKITPLOIT
HerramientasBlog
Enviar
HerramientasBlog
Enviar

¡Herramientas de Hacking, PenTest y Ciberseguridad para tu Arsenal de Seguridad!

Kitploit es un directorio de herramientas de hacking, ciberseguridad y pentesting. Descubre las últimas actualizaciones de proyectos para encontrar vulnerabilidades, analizar sistemas, automatizar pruebas y fortalecer tu seguridad.

··Feeds·Contacto·Privacidad·© 2026 Kitploit

Directorio de Herramientas

Categorías

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

webui

WebUI for AAA

Ver Repositorio
1hace 1 añoAún no revisado

Más Populares

Ver todos →

Descubre las herramientas más usadas por nuestra comunidad.

Explora todas las herramientas

Explora nuestra colección de herramientas

Ver todas las herramientas →
Compartir

Copyright (C) 2003-2021 Young Consulting, Inc

Este programa es software libre; usted puede redistribuirlo y/o modificarlo bajo los términos de la Licencia Pública General de GNU publicada por la Free Software Foundation; ya sea la versión 2 de la Licencia, o (a su elección) cualquier versión posterior.

Este programa se distribuye con la esperanza de que sea útil, pero SIN NINGUNA GARANTÍA; sin siquiera la garantía implícita de COMERCIABILIDAD o IDONEIDAD PARA UN PROPÓSITO PARTICULAR. Consulte la Licencia Pública General de GNU para obtener más detalles.

Usted debería haber recibido una copia de la Licencia Pública General de GNU junto con este programa; si no, escriba a la Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 EE. UU.

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.
Descargar herramienta