403Webshell
Server IP : 159.223.102.202  /  Your IP : 216.73.216.193
Web Server : nginx/1.26.0
System : Linux Gen1-cloudpanel2ubuntu2404-1vcpu-1gb-nyc1-01 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64
User : albasshbotta ( 1021)
PHP Version : 8.2.19
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/cryptsetup-initramfs
#!/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