From 57bb7fd8196819d173777d24e446d78d0d69c320 Mon Sep 17 00:00:00 2001 From: follower Date: Tue, 22 May 2018 00:12:20 +1200 Subject: [PATCH] Add correct filename for `/etc/group` AFAICT the correct filename is the singular form `group` not `groups` (e.g. [see](https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/4/html/Introduction_To_System_Administration/s3-acctspgrps-group.html) & [see](https://linux.die.net/man/5/group)). Rather than just correcting the filename in place I'm adding the correct form because when even [official Red Hat documentation](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/7.3_release_notes/bug_fixes_authentication_and_interoperability#idm140113937457168) sometimes gets it wrong, maybe one day someone will get lucky with the misspelling. --- data/wordlists/sensitive_files.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/data/wordlists/sensitive_files.txt b/data/wordlists/sensitive_files.txt index 79db3e9f44..42c0b49d48 100755 --- a/data/wordlists/sensitive_files.txt +++ b/data/wordlists/sensitive_files.txt @@ -1,5 +1,6 @@ /etc/passwd /etc/shadow +/etc/group /etc/groups /etc/mysql.conf /etc/mysql/my.cnf