Skip to content

Commit 4c8a800

Browse files
authored
Update lemon
1 parent f7345c9 commit 4c8a800

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lemon

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ function whoisthis() {
4040
echo -e "\n${BGreen}[+]${NC} ${BBlue}Shells${NC} ${BGreen}we have!${NC}"
4141
cat /etc/shells
4242
echo -e "${BBlue}============================================================================${NC}"
43+
echo -e "\n${BGreen}[+]${NC} ${BBlue}Users on System${NC} ${BGreen}with console!${NC}"
44+
cat /etc/passwd | grep '/bin/bash\|/bin/sh\|/bin/zsh'
45+
echo -e "${BBlue}============================================================================${NC}"
4346
echo -e "\n${BGreen}[+]${NC} ${BBlue}Distro!${NC} ${BRed}Kernel exploits??${NC}"
4447
echo
4548
cat /etc/os-release

0 commit comments

Comments
 (0)