shell bypass 403

Cubjrnet7 Shell

: /lib/dracut/modules.d/95fcoe/ [ drwxr-xr-x ]

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