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

이 프로그램은 자유 소프트웨어입니다. 이 프로그램은 Free Software Foundation이 발표한 GNU 일반 공중 사용 허가서(General Public License)의 제2판 또는 (선택에 따라) 이후 버전의 조건에 따라 재배포하거나 수정할 수 있습니다.

이 프로그램은 유용하게 쓰이리라는 희망으로 배포되지만, 어떠한 보증도 제공하지 않습니다. 상품성 또는 특정 목적에의 적합성에 대한 묵시적 보증조차 제공하지 않습니다. 자세한 내용은 GNU 일반 공중 사용 허가서를 참조하십시오.

이 프로그램과 함께 GNU 일반 공중 사용 허가서의 사본을 받았을 것입니다. 그렇지 않다면, 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.
도구 다운로드