%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/www/images/product/anon_sym/anon/bin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


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

Current File : /home/cehaburo/www/images/product/anon_sym/anon/bin/dhomepage
#!/bin/sh
#
#  Copyright (C) 2008  Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
#
#  This program is free software; you can redistribute it and/or modify
#  it under the terms of the GNU General Public License as published by
#  the Free Software Foundation; either version 2 of the License, or
#  (at your option) any later version.
#
#  This program is distributed in the hope that it will be useful,
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#  GNU General Public License for more details.
#
#  You should have received a copy of the GNU General Public License along
#  with this program; if not, write to the Free Software Foundation, Inc.,
#  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#

VERSION="0.2"

version()
{
  echo "dhomepage version $VERSION"
  echo "dhomepage is licensed under the GNU General Public License"
  echo "version 2 or later"
}

usage()
{
  echo "dhomepage PACKAGE"
  echo ""
  echo "--version	Show version information"
  echo "--help		Show this help message"
  echo ""
}

PACKAGE="$1"

if [ -z "$PACKAGE" ]; then
  usage
  exit 0
fi

case "$1" in
	--help)
		usage
		exit 0
		;;
	--version)
		version
		exit 0
		;;
esac

HOMEPAGE=$(grep-aptavail -PX $PACKAGE -s Homepage | sed 's,^Homepage: ,,' | sort -u)

if [ -z "$HOMEPAGE" ]; then
  HOMEPAGE=$(grep-aptavail -PX $PACKAGE -s Description | \
    sed -n '/^  Homepage: /{s,^  Homepage: ,,;p}' | sort -u)
fi

if [ -z "$HOMEPAGE" ]; then
  echo "$PACKAGE has no homepage"
  exit 1
fi

# Check for browsers
if [ -x "$(which sensible-browser)" ]; then
    DH_BROWSER=sensible-browser
elif [ -n "$BROWSER" -a -x "$(which "$BROWSER")" ]; then
    DH_BROWSER="$BROWSER"
elif [ -n "$DISPLAY" -a -x "$(which x-www-browser)" ]; then
    DH_BROWSER=x-www-browser
elif [ -x "$(which www-browser)" ]; then
    DH_BROWSER=www-browser
else
    echo "$0: Warning: No browser found. Just printing the homepage URL." 1>&2
    DH_BROWSER=echo
fi

for URL in $HOMEPAGE; do
    "$DH_BROWSER" "$URL"
done

Anon7 - 2022
AnonSec Team