shell bypass 403

Cubjrnet7 Shell


name : stop-fcoe.sh
#!/usr/bin/sh

for f in /sys/bus/fcoe/devices/ctlr_*; do
    [ -e "$f" ] || continue
    echo 0 > "$f"/enabled
done

© 2025 Cubjrnet7