404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@18.219.112.243: ~ $
#!/bin/sh
APXS=`which apxs2 2>/dev/null`
if [ -z "$APXS" ]; then
  APXS=`which apxs 2>/dev/null`
fi

if [ -z "$APXS" ]; then
  if [ -f /usr/sbin/apxs2 ]; then
    APXS=/usr/sbin/apxs2
  elif [ -f /usr/sbin/apxs ]; then
    APXS=/usr/sbin/apxs
  fi
fi

$APXS $@

Filemanager

Name Type Size Permission Actions
apxs.sh File 261 B 0644
mod_remoteip.c File 15.94 KB 0644