We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7345c9 commit 4c8a800Copy full SHA for 4c8a800
lemon
@@ -40,6 +40,9 @@ function whoisthis() {
40
echo -e "\n${BGreen}[+]${NC} ${BBlue}Shells${NC} ${BGreen}we have!${NC}"
41
cat /etc/shells
42
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}"
46
echo -e "\n${BGreen}[+]${NC} ${BBlue}Distro!${NC} ${BRed}Kernel exploits??${NC}"
47
echo
48
cat /etc/os-release
0 commit comments