BLACKSITE
:
216.73.217.4
:
104.37.75.190 / alpenpass.ca
:
Linux server3.pointsplan.com 5.14.0-503.38.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Apr 18 08:52:10 EDT 2025 x86_64
:
/
proc
/
self
/
root
/
sbin
/
Upload File:
files >> //proc/self/root/sbin/grubby
#!/bin/bash if [[ -x /usr/libexec/grubby/grubby ]] ; then exec /usr/libexec/grubby/grubby "${@}" elif [[ -x /usr/libexec/grubby/grubby-bls ]] ; then exec /usr/libexec/grubby/grubby-bls "${@}" fi echo "Grubby is not installed correctly." >>/dev/stderr exit 1