403Webshell
Server IP : 202.61.199.114  /  Your IP : 216.73.217.139
Web Server : nginx/1.22.1
System : Linux de.arni-solutions.de 6.1.0-49-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
User : web20 ( 1018)
PHP Version : 8.4.23
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /proc/3951580/root/tmp/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /proc/3951580/root/tmp/download-flags.sh
#!/bin/bash
# Download flag SVGs from flagcdn.com (public domain)
DIR="/var/www/clients/client2/web20/web/wp-content/themes/drogentest-online/assets/img/flags"

declare -A CODES=(
  [aegypten]=eg [argentinien]=ar [australien]=au [belgien]=be [bolivien]=bo
  [brasilien]=br [china]=cn [costa-rica]=cr [daenemark]=dk [deutschland]=de
  [ecuador]=ec [finnland]=fi [frankreich]=fr [georgien]=ge [ghana]=gh
  [griechenland]=gr [grossbritannien]=gb [indien]=in [indonesien]=id [iran]=ir
  [irland]=ie [israel]=il [italien]=it [jamaika]=jm [japan]=jp
  [kambodscha]=kh [kanada]=ca [katar]=qa [kolumbien]=co [kroatien]=hr
  [kuba]=cu [laos]=la [libanon]=lb [luxemburg]=lu [malaysia]=my
  [marokko]=ma [mexiko]=mx [myanmar]=mm [nepal]=np [neuseeland]=nz
  [niederlande]=nl [nigeria]=ng [norwegen]=no [oesterreich]=at [pakistan]=pk
  [paraguay]=py [peru]=pe [philippinen]=ph [polen]=pl [portugal]=pt
  [russland]=ru [saudi-arabien]=sa [schweden]=se [schweiz]=ch [singapur]=sg
  [spanien]=es [suedafrika]=za [suedkorea]=kr [thailand]=th [tschechien]=cz
  [tuerkei]=tr [ukraine]=ua [ungarn]=hu [uruguay]=uy [usa]=us
  [venezuela]=ve [vietnam]=vn
)

for slug in "${!CODES[@]}"; do
  code="${CODES[$slug]}"
  if [ ! -f "$DIR/${slug}.svg" ]; then
    curl -sL "https://flagcdn.com/${code}.svg" -o "$DIR/${slug}.svg"
    echo "Downloaded: $slug ($code)"
  else
    echo "Exists: $slug"
  fi
done
echo "Done. Total files: $(ls $DIR/*.svg 2>/dev/null | wc -l)"

Youez - 2016 - github.com/yon3zu
LinuXploit