shell bypass 403

Cubjrnet7 Shell

: /usr/lib/dracut/modules.d/03modsign/ [ drwxr-xr-x ]

name : load-modsign-keys.sh
#!/usr/bin/sh
#
# Licensed under the GPLv2
#
# Copyright 2013 Red Hat, Inc.
# Peter Jones <[email protected]>

for x in /lib/modules/keys/*; do
    [ "${x}" = "/lib/modules/keys/*" ] && break
    keyctl padd asymmetric "" @s < "${x}"
done

© 2025 Cubjrnet7