diff --git a/README.md b/README.md index c3bf768..2ce11f2 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,12 @@ Explore specific entries of a dump: - To get available entries see into `sysdump.sh` - Some commands require root permissions. If `sysdump.sh` is not run as root, these commands will not be executed. + +# Useful entries + +|---------|-----------------------------| +| Entry | Description | +|---------|-----------------------------| +| compgen | List all available commands | +|---------|-----------------------------| + diff --git a/sysdump.sh b/sysdump.sh index b21192e..8e2f034 100755 --- a/sysdump.sh +++ b/sysdump.sh @@ -77,6 +77,7 @@ dump "/etc/apt/sources.list" safecat /etc/apt/sources.list dump "/etc/hosts" safecat /etc/hosts dump "/etc/bash.bashrc" safecat /etc/bash.bashrc dump "timezone" safecat /etc/timezone +dump "/boot/config-$(uname -r)" safecat /boot/config-$(uname -r) # safecatroot dump "/etc/shadow" safecatroot /etc/shadow dump "/etc/sudoers" safecatroot /etc/sudoers @@ -107,6 +108,8 @@ dump "lspci" safecmd lspci dump "lsirq" safecmd lsirq dump "lsfd" safecmd lsfd dump "root_folder" safecmd ls -al / +dump "glxinfo" safecmd glxinfo -B +dump "compgen" safecmd compgen -c # safecmdroot dump "dmidecode" safecmdroot dmidecode dump "iptables" safecmdroot iptables -L