Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 3.16.44.204
Cant Read [ /etc/named.conf ]
8.1.13
www
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
www /
server /
panel /
mod /
base /
git_tool /
[ HOME SHELL ]
Name
Size
Permission
Action
__init__.py
50
B
-rw-r--r--
install.py
1.04
KB
-rw-r--r--
install.sh
565
B
-rw-r--r--
tool.py
19.66
KB
-rw-r--r--
util.py
1.22
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : install.sh
if command -v apt-get &> /dev/null; then package_manager="apt-get" elif command -v yum &> /dev/null; then package_manager="yum" else echo "Git installation failed." exit 1 fi # 安装Git if [ "$package_manager" = "apt-get" ]; then apt-get update apt-get install git -y elif [ "$package_manager" = "yum" ]; then yum install git -y fi # 验证Git安装 git_version=$(git --version) # shellcheck disable=SC2181 if [ $? -eq 0 ]; then echo "Git installed successfully. Version: $git_version" else echo "Git installation failed." fi
Close