From e36a8e337758a6338af656d9a67c145f2e671f4a Mon Sep 17 00:00:00 2001 From: Jimmy Astle Date: Tue, 2 Jan 2018 17:20:28 -0500 Subject: [PATCH] Removing the groups command as that should live in a seperate spot --- Linux/Discovery/Account_Discovery.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Linux/Discovery/Account_Discovery.md b/Linux/Discovery/Account_Discovery.md index d9b12fca..4531bba5 100644 --- a/Linux/Discovery/Account_Discovery.md +++ b/Linux/Discovery/Account_Discovery.md @@ -6,10 +6,6 @@ List of all accounts: cat /etc/passwd -List local groups: - - cat /etc/group > /tmp/loot.txt - View sudoers access (requires root): cat /etc/sudoers > /tmp/loot.txt