Linux biogene 3.16.0-11-amd64 #1 SMP Debian 3.16.84-1 (2020-06-09) x86_64
Apache
: 46.101.124.208 | : 18.191.197.56
Cant Read [ /etc/named.conf ]
5.6.40-0+deb8u12
www-data
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
/
usr /
lib /
tasksel /
[ HOME SHELL ]
Name
Size
Permission
Action
packages
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
default_desktop
402
B
-rw-r--r--
tasksel-debconf
710
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : tasksel-debconf
#!/bin/sh # because debconf sucks . /usr/share/debconf/confmodule set -e tmpfile=$1 choices="$2" choicestrans="$3" defaults="$4" question=$5 db_settitle tasksel/title db_subst $question CHOICES_C "$choices" db_subst $question CHOICES "$choicestrans" # Allow tasksel/first to be preseeded. If it's marked as seen, then # it must have been preseeded, and that overrides any defaults set by # tasksel. if [ "$question" = "tasksel/first" ]; then db_fget $question seen if [ "$RET" = false ]; then db_set $question "$defaults" fi else db_set $question "$defaults" fi db_input high $question || true db_go # note: intentionally unguarded db_fset $question seen false db_get $question echo "$RET" >$tmpfile
Close