Skip to content

Commit

Permalink
update to version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vrikodar authored Jul 28, 2021
1 parent a4ece54 commit f7345c9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lemon
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,10 @@ function bash_history() {
}

function config_code() {
echo -e "\n${BGreen}[+]${NC} ${BBlue}DB-creds?/compiled-code${NC} intersting ${BRed}.php/.cap? :: be paitent this can take time!${NC}"
echo -e "\n${BGreen}[+]${NC} ${BBlue}DB-creds?/compiled-code${NC} intersting ${BRed}.php/.cap/.bak? :: be paitent this can take time!${NC}"
find / -name *config*.php 2> /dev/null &
find / -name *db*.php 2> /dev/null &
find / -name *.bak 2> /dev/null &
find / -name *.cap 2> /dev/null &
find / -name *.pcap 2> /dev/null &
wait
Expand Down Expand Up @@ -146,7 +147,7 @@ function nfs() {
echo
}

echo -e "\n${BGreen}[+]${NC} Lemon ${BBlue} v(1.0) [Author: ${BRed}z3r0day${NC}${BBlue}] ${BGreen}initialzing${NC} on ${BRed}$(hostname)${NC} at ${BBlue}$(date +%T)${NC}\n"
echo -e "\n${BGreen}[+]${NC} Lemon ${BBlue} v(1.1) [Author: ${BRed}z3r0day${NC}${BBlue}] ${BGreen}initialzing${NC} on ${BRed}$(hostname)${NC} at ${BBlue}$(date +%T)${NC}\n"


PS3=$(echo -e "\n${BRed}>${NC}${BGreen}>${NC} ")
Expand Down Expand Up @@ -192,3 +193,4 @@ done

echo -e "\n ${BRed}Exting${NC} with ${BGreen}peace${NC} ${BBlue}:)${NC}"


0 comments on commit f7345c9

Please sign in to comment.