403Webshell
Server IP : 15.235.198.142  /  Your IP : 216.73.216.202
Web Server : Apache/2.4.58 (Ubuntu)
System : Linux ballsack 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64
User : www-data ( 33)
PHP Version : 8.3.6
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /usr/share/bug/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/share/bug/libcryptsetup12
#!/bin/bash

cat <<EOF

Providing additional information can help diagnose problems with cryptsetup.
Specifically, this would include:
- kernel cmdline (copy of /proc/cmdline).
- crypttab configuration (copy of /etc/crypttab).
- fstab configuration (copy of /etc/fstab).
If this information is not relevant for your bug report or you have privacy
concerns, please choose no.

EOF

yesno "Do you want to provide additional information [Y|n]? " yep
[ "$REPLY" = yep ] || exit 0

exec >&3

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

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

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

echo "-- lsmod"
lsmod
echo

Youez - 2016 - github.com/yon3zu
LinuXploit