Linux lionsclub 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.29 (Ubuntu)
: 161.35.52.75 | : 18.188.125.151
Cant Read [ /etc/named.conf ]
7.4.28
www-data
shells.trxsecurity.org
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
Backdoor Scanner
Backdoor Create
Alfa Webshell
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
src /
linux-headers-4.15.0-210 /
tools /
pci /
[ HOME SHELL ]
Name
Size
Permission
Action
pcitest.sh
668
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : pcitest.sh
#!/bin/sh # SPDX-License-Identifier: GPL-2.0 echo "BAR tests" echo bar=0 while [ $bar -lt 6 ] do pcitest -b $bar bar=`expr $bar + 1` done echo echo "Interrupt tests" echo pcitest -l msi=1 while [ $msi -lt 33 ] do pcitest -m $msi msi=`expr $msi + 1` done echo echo "Read Tests" echo pcitest -r -s 1 pcitest -r -s 1024 pcitest -r -s 1025 pcitest -r -s 1024000 pcitest -r -s 1024001 echo echo "Write Tests" echo pcitest -w -s 1 pcitest -w -s 1024 pcitest -w -s 1025 pcitest -w -s 1024000 pcitest -w -s 1024001 echo echo "Copy Tests" echo pcitest -c -s 1 pcitest -c -s 1024 pcitest -c -s 1025 pcitest -c -s 1024000 pcitest -c -s 1024001 echo
Close