Tn Jones Shell Bypass
:
18.188.92.132
:
160.187.54.56 / upgov.net
:
Linux 160-187-54-56.cprapid.com 4.18.0-553.22.1.lve.1.el7h.x86_64 #1 SMP Tue Oct 8 14:36:03 UTC 2024 x86_64
:
/
lib
/
dracut
/
modules.d
/
95fcoe
/
Upload File:
files >> //lib/dracut/modules.d/95fcoe/stop-fcoe.sh
#!/bin/bash for f in /sys/bus/fcoe/devices/ctlr_* ; do [ -e $f ] || continue echo 0 > $f/enabled done