Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
webui — WebUI for AAA | Kitploit
工具/GitHubGitHub/baram01/webui
Authentication & AuthorizationNetwork Access ControlNetwork SecurityIdentity & Access Management (IAM)
GitHubbaram01/webui

webui

WebUI for AAA

查看仓库
11年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

版权所有 (C) 2003-2021 Young Consulting, Inc

本程序为自由软件;您可依据自由软件基金会发布的 GNU 通用公共许可证条款(第 2 版或(由您选择)任何后续版本)重新分发和/或修改本程序。

本程序的发布是希望它能够发挥作用,但不提供任何担保;甚至没有隐含的适销性或特定用途适用性保证。详情请参阅 GNU 通用公共许可证。

您应已收到一份 GNU 通用公共许可证的副本;如果没有,请写信至自由软件基金会: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.
下载工具