Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 18.116.63.107
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
ufw /
[ HOME SHELL ]
Name
Size
Permission
Action
iptables
[ DIR ]
drwxr-xr-x
messages
[ DIR ]
drwxr-xr-x
after.init
1.1
KB
-rw-r--r--
after.rules
1004
B
-rw-r--r--
after.rules.md5sum
305
B
-rw-r--r--
after6.rules
915
B
-rw-r--r--
after6.rules.md5sum
248
B
-rw-r--r--
before.init
1.1
KB
-rw-r--r--
before.rules
2.48
KB
-rw-r--r--
before.rules.md5sum
558
B
-rw-r--r--
before6.rules
6.54
KB
-rw-r--r--
before6.rules.md5sum
693
B
-rw-r--r--
check-requirements
7.01
KB
-rwxr-xr-x
ufw.conf
312
B
-rw-r--r--
user.rules
307
B
-rw-r--r--
user.rules.md5sum
60
B
-rw-r--r--
user6.rules
107
B
-rw-r--r--
user6.rules.md5sum
61
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : before.init
#!/bin/sh # # before.init: if executable, called by ufw-init. See 'man ufw-framework' for # details. Note that output from these scripts is not seen via the # the ufw command, but instead via ufw-init. # # Copyright 2013 Canonical Ltd. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License version 3, # as published by the Free Software Foundation. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # set -e case "$1" in start) # typically required ;; stop) # typically required ;; status) # optional ;; flush-all) # optional ;; *) echo "'$1' not supported" echo "Usage: before.init {start|stop|flush-all|status}" ;; esac
Close