Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
screetsec authored Jun 26, 2020
1 parent 850fdd3 commit 1867fed
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions sudomy
Original file line number Diff line number Diff line change
Expand Up @@ -381,16 +381,15 @@ command -v ${_DNSPROBE} > /dev/null 2>&1 || {

# pkg gobuster, checking in local system and if not have try setup pkg to local system /usr/local/bin
command -v ${_GOBUSTER} > /dev/null 2>&1 || {
echo -e "${BOLD}${PADDING}${PADDING}- ${YELLOW}Warning: ${RESET}require ${RED}${_GOBUSTER}${RESET} but it's is not installed.${GREEN}Trying to setup${RESET} pkg_${_GOBUSTER} " >&2; chmod +x ${PKG_GOBUSTER}: cp -r ${PKG_GOBUSTER} /usr/local/bin/; }
echo -e "${BOLD}${PADDING}${PADDING}- ${YELLOW}Warning: ${RESET}require ${RED}${_GOBUSTER}${RESET} but it's is not installed.${GREEN}Trying to setup${RESET} pkg_${_GOBUSTER} " >&2; chmod +x ${PKG_GOBUSTER}; cp -r ${PKG_GOBUSTER} /usr/local/bin/; }

# pkg webanalze, checking in local system and if not have try setup pkg to local system /usr/local/bin
command -v ${_WEBANALYZE} > /dev/null 2>&1 || {
echo -e "${BOLD}${PADDING}${PADDING}- ${YELLOW}Warning: ${RESET}require ${RED}${_WEBANALYZE}${RESET} but it's is not installed.${GREEN}Trying to setup${RESET} pkg_${_WEBANALYZE} " >&2; chmod +x ${PKG_WEBANALYZE}: cp -r ${PKG_WEBANALYZE} /usr/local/bin/; }

echo -e "${BOLD}${PADDING}${PADDING}- ${YELLOW}Warning: ${RESET}require ${RED}${_WEBANALYZE}${RESET} but it's is not installed.${GREEN}Trying to setup${RESET} pkg_${_WEBANALYZE} " >&2; chmod +x ${PKG_WEBANALYZE}; cp -r ${PKG_WEBANALYZE} /usr/local/bin/; }

# pkg cf-check, checking in local system and if not have try setup pkg to local system /usr/local/bin
command -v ${_CFCHECK} > /dev/null 2>&1 || {
echo -e "${BOLD}${PADDING}${PADDING}- ${YELLOW}Warning: ${RESET}require ${RED}${_CFCHECK}${RESET} but it's is not installed.${GREEN}Trying to setup${RESET} pkg_${_CFCHECK} " >&2; chmod +x ${PKG_CFCHECK}: cp -r ${PKG_CFCHECK} /usr/local/bin/; }
echo -e "${BOLD}${PADDING}${PADDING}- ${YELLOW}Warning: ${RESET}require ${RED}${_CFCHECK}${RESET} but it's is not installed.${GREEN}Trying to setup${RESET} pkg_${_CFCHECK} " >&2; chmod +x ${PKG_CFCHECK}; cp -r ${PKG_CFCHECK} /usr/local/bin/; }



Expand Down

0 comments on commit 1867fed

Please sign in to comment.