Skip to content

Commit

Permalink
Update lemon
Browse files Browse the repository at this point in the history
  • Loading branch information
vrikodar authored Jul 28, 2021
1 parent f7345c9 commit 4c8a800
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lemon
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ function whoisthis() {
echo -e "\n${BGreen}[+]${NC} ${BBlue}Shells${NC} ${BGreen}we have!${NC}"
cat /etc/shells
echo -e "${BBlue}============================================================================${NC}"
echo -e "\n${BGreen}[+]${NC} ${BBlue}Users on System${NC} ${BGreen}with console!${NC}"
cat /etc/passwd | grep '/bin/bash\|/bin/sh\|/bin/zsh'
echo -e "${BBlue}============================================================================${NC}"
echo -e "\n${BGreen}[+]${NC} ${BBlue}Distro!${NC} ${BRed}Kernel exploits??${NC}"
echo
cat /etc/os-release
Expand Down

0 comments on commit 4c8a800

Please sign in to comment.