Skip to content

The PHPTr0y is a web server management tools, Help the administrators manage the web server files and execute commands.

Notifications You must be signed in to change notification settings

lightworx/PHPTr0y

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

###如何使用

首先将PHPTr0y.php上传到服务器,Web可访问目录,

例如:将PHPTr0y.php 存储到服务的:

/wwwroot/sites/example.com/PHPTr0y.php

通过Web访问则是

http://example.com/PHPTr0y.php?get=phptr0y

注意url中的get参数是必须的,否则你访问到的会是空白页。

完成后会看到登录界面,输入用户名,root (默认), 密码:modify_password (默认)

为了使用方面,你可以在源代码中修改用户名和密码。

$tr0yname="root";
$tr0ypass="modify_password";

About

The PHPTr0y is a web server management tools, Help the administrators manage the web server files and execute commands.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages