⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.91
Server IP:
157.245.101.34
Server:
Linux skvinfotech-website 5.4.0-131-generic #147-Ubuntu SMP Fri Oct 14 17:07:22 UTC 2022 x86_64
Server Software:
Apache/2.4.41 (Ubuntu)
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
lib
/
dpkg
/
info
/
View File Name :
tcpdump.postrm
#!/bin/sh -e case "$1" in purge) userdel tcpdump >/dev/null 2>&1 || true groupdel tcpdump >/dev/null 2>&1 || true ;; esac # Automatically added by dh_apparmor/2.13.3-7ubuntu5.2 if [ "$1" = "purge" ] && ! [ -e "/etc/apparmor.d/usr.sbin.tcpdump" ] ; then rm -f "/etc/apparmor.d/disable/usr.sbin.tcpdump" || true rm -f "/etc/apparmor.d/force-complain/usr.sbin.tcpdump" || true rm -f "/etc/apparmor.d/local/usr.sbin.tcpdump" || true rm -f /var/cache/apparmor/*/"usr.sbin.tcpdump" || true rmdir /etc/apparmor.d/disable 2>/dev/null || true rmdir /etc/apparmor.d/local 2>/dev/null || true rmdir /etc/apparmor.d 2>/dev/null || true fi # End automatically added section