You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# pkg httprobe, checking in local system and if not have try setup pkg to local system /usr/local/bin
355
355
command -v ${_HTTPROBE}> /dev/null 2>&1|| {
356
-
echo -e "${BOLD}${PADDING}${PADDING}- ${YELLOW}Warning: ${RESET}require ${RED}${_HTTPROBE}${RESET} but it's is not installed.${GREEN}Trying to setup${RESET} pkg_${_HTTPROBE}">&2; cp -r ${PKG_HTTPROBE} /usr/local/bin/; }
356
+
echo -e "${BOLD}${PADDING}${PADDING}- ${YELLOW}Warning: ${RESET}require ${RED}${_HTTPROBE}${RESET} but it's is not installed.${GREEN}Trying to setup${RESET} pkg_${_HTTPROBE}">&2;chmod +x ${PKG_HTTPROBE};cp -r ${PKG_HTTPROBE} /usr/local/bin/; }
357
357
# pkg httpx, checking in local system and if not have try setup pkg to local system /usr/local/bin
358
358
command -v ${_HTTPX}> /dev/null 2>&1|| {
359
-
echo -e "${BOLD}${PADDING}${PADDING}- ${YELLOW}Warning: ${RESET}require ${RED}${_HTTPX}${RESET} but it's is not installed.${GREEN}Trying to setup${RESET} pkg_${_HTTPX}">&2; cp -r ${PKG_HTTPX} /usr/local/bin/; }
359
+
echo -e "${BOLD}${PADDING}${PADDING}- ${YELLOW}Warning: ${RESET}require ${RED}${_HTTPX}${RESET} but it's is not installed.${GREEN}Trying to setup${RESET} pkg_${_HTTPX}">&2;chmod +x ${PKG_HTTPX};cp -r ${PKG_HTTPX} /usr/local/bin/; }
360
360
# pkg dnsprobe, checking in local system and if not have try setup pkg to local system /usr/local/bin
361
361
command -v ${_DNSPROBE}> /dev/null 2>&1|| {
362
-
echo -e "${BOLD}${PADDING}${PADDING}- ${YELLOW}Warning: ${RESET}require ${RED}${_DNSPROBE}${RESET} but it's is not installed.${GREEN}Trying to setup${RESET} pkg_${_HTTPX}">&2; cp -r ${PKG_DNSPROBE} /usr/local/bin/; }
362
+
echo -e "${BOLD}${PADDING}${PADDING}- ${YELLOW}Warning: ${RESET}require ${RED}${_DNSPROBE}${RESET} but it's is not installed.${GREEN}Trying to setup${RESET} pkg_${_HTTPX}">&2;chmod +x ${PKG_DNSPROBE};cp -r ${PKG_DNSPROBE} /usr/local/bin/; }
363
363
364
364
# pkg gobuster, checking in local system and if not have try setup pkg to local system /usr/local/bin
365
365
command -v ${_GOBUSTER}> /dev/null 2>&1|| {
366
-
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; cp -r ${PKG_GOBUSTER} /usr/local/bin/; }
366
+
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/; }
0 commit comments