===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
plowshare-2.1.7/Makefile-75-patch_git_version: install_files
plowshare-2.1.7/Makefile:76:	@v=`$(GIT_VERSION)` && \
plowshare-2.1.7/Makefile-77-	for file in $(SRCS); do \
##############################################
plowshare-2.1.7/README.md-352-- `0`: solving success. Captcha Word(s) must be echo'ed (on stdout).
plowshare-2.1.7/README.md:353:- `$ERR_NOMODULE`: external solver is not able to solve requested captcha. Let *plowdown* continue solving it normally (will consider `--captchamethod` if specified).
plowshare-2.1.7/README.md:354:- `$ERR_FATAL`: external solver failed.
plowshare-2.1.7/README.md:355:- `$ERR_CAPTCHA`: external solver failed. Note: this exit code is eligible with retry policy (`-r`/`--max-retries`).
plowshare-2.1.7/README.md-356-
##############################################
plowshare-2.1.7/README.md-469-  MD5=$(md5sum -b "$1" | cut -c-32)
plowshare-2.1.7/README.md:470:  if VAL=$(sqlite3 "$DB" "SELECT captcha FROM mu WHERE md5sum=\"$MD5\""); then
plowshare-2.1.7/README.md-471-    echo "$VAL"
##############################################
plowshare-2.1.7/src/core.sh-331-
plowshare-2.1.7/src/core.sh:332:    # Equivalent to `sed -ne '$p'` or `sed -e '$!d'` (N=1 here)
plowshare-2.1.7/src/core.sh-333-    tail -n$((N))
##############################################
plowshare-2.1.7/src/core.sh-346-
plowshare-2.1.7/src/core.sh:347:    # Equivalent to `sed -e "${1}q;d"` or `sed -e "${1}!d"`
plowshare-2.1.7/src/core.sh-348-    sed -ne "$((N))p"
##############################################
plowshare-2.1.7/src/core.sh-2666-    declare -p OBJ >"$CONFIG"
plowshare-2.1.7/src/core.sh:2667:    log_debug "$FUNCNAME: \`$KEY' set for module \`$MODULE'"
plowshare-2.1.7/src/core.sh-2668-}
##############################################
plowshare-2.1.7/src/core.sh-2956-                    #if [[ ${MODULES_PATH["$REPLY"]} ]]; then
plowshare-2.1.7/src/core.sh:2957:                    #    stderr "INFO: $CONFIG: \`$REPLY\` module overwrite, this one is taken"
plowshare-2.1.7/src/core.sh-2958-                    #fi
##############################################
plowshare-2.1.7/src/core.sh-2960-                else
plowshare-2.1.7/src/core.sh:2961:                    stderr "ERROR: $CONFIG: \`$REPLY\` module not found, ignoring"
plowshare-2.1.7/src/core.sh-2962-                fi
##############################################
plowshare-2.1.7/src/core.sh-3716-                if find_in_array OPTS_NAME_LONG[@] "-${BASH_REMATCH[0]}"; then
plowshare-2.1.7/src/core.sh:3717:                    log_error "$NAME: unknown command-line option \`$ARG\`, do you mean \`-${BASH_REMATCH[0]}\` (with two dashes)?"
plowshare-2.1.7/src/core.sh-3718-                    echo "exit $ERR_BAD_COMMAND_LINE"
##############################################
plowshare-2.1.7/src/core.sh-3734-                    if [[ $CLOSE_OPT ]]; then
plowshare-2.1.7/src/core.sh:3735:                        log_error "$NAME: unknown command-line option \`$ARG\`, do you mean \`$CLOSE_OPT\` (close match)?"
plowshare-2.1.7/src/core.sh-3736-                    else
plowshare-2.1.7/src/core.sh:3737:                        log_error "$NAME: unknown command-line option \`$ARG\`"
plowshare-2.1.7/src/core.sh-3738-                    fi
##############################################
plowshare-2.1.7/src/mod.sh-212-                else
plowshare-2.1.7/src/mod.sh:213:                    log_error "$CONFIG: \`$REPLY\` module not found, ignoring"
plowshare-2.1.7/src/mod.sh-214-                fi
##############################################
plowshare-2.1.7/.pc/01-disable-javascript.patch/src/core.sh-330-
plowshare-2.1.7/.pc/01-disable-javascript.patch/src/core.sh:331:    # Equivalent to `sed -ne '$p'` or `sed -e '$!d'` (N=1 here)
plowshare-2.1.7/.pc/01-disable-javascript.patch/src/core.sh-332-    tail -n$((N))
##############################################
plowshare-2.1.7/.pc/01-disable-javascript.patch/src/core.sh-345-
plowshare-2.1.7/.pc/01-disable-javascript.patch/src/core.sh:346:    # Equivalent to `sed -e "${1}q;d"` or `sed -e "${1}!d"`
plowshare-2.1.7/.pc/01-disable-javascript.patch/src/core.sh-347-    sed -ne "$((N))p"
##############################################
plowshare-2.1.7/.pc/01-disable-javascript.patch/src/core.sh-2653-    declare -p OBJ >"$CONFIG"
plowshare-2.1.7/.pc/01-disable-javascript.patch/src/core.sh:2654:    log_debug "$FUNCNAME: \`$KEY' set for module \`$MODULE'"
plowshare-2.1.7/.pc/01-disable-javascript.patch/src/core.sh-2655-}
##############################################
plowshare-2.1.7/.pc/01-disable-javascript.patch/src/core.sh-2943-                    #if [[ ${MODULES_PATH["$REPLY"]} ]]; then
plowshare-2.1.7/.pc/01-disable-javascript.patch/src/core.sh:2944:                    #    stderr "INFO: $CONFIG: \`$REPLY\` module overwrite, this one is taken"
plowshare-2.1.7/.pc/01-disable-javascript.patch/src/core.sh-2945-                    #fi
##############################################
plowshare-2.1.7/.pc/01-disable-javascript.patch/src/core.sh-2947-                else
plowshare-2.1.7/.pc/01-disable-javascript.patch/src/core.sh:2948:                    stderr "ERROR: $CONFIG: \`$REPLY\` module not found, ignoring"
plowshare-2.1.7/.pc/01-disable-javascript.patch/src/core.sh-2949-                fi
##############################################
plowshare-2.1.7/.pc/01-disable-javascript.patch/src/core.sh-3703-                if find_in_array OPTS_NAME_LONG[@] "-${BASH_REMATCH[0]}"; then
plowshare-2.1.7/.pc/01-disable-javascript.patch/src/core.sh:3704:                    log_error "$NAME: unknown command-line option \`$ARG\`, do you mean \`-${BASH_REMATCH[0]}\` (with two dashes)?"
plowshare-2.1.7/.pc/01-disable-javascript.patch/src/core.sh-3705-                    echo "exit $ERR_BAD_COMMAND_LINE"
##############################################
plowshare-2.1.7/.pc/01-disable-javascript.patch/src/core.sh-3721-                    if [[ $CLOSE_OPT ]]; then
plowshare-2.1.7/.pc/01-disable-javascript.patch/src/core.sh:3722:                        log_error "$NAME: unknown command-line option \`$ARG\`, do you mean \`$CLOSE_OPT\` (close match)?"
plowshare-2.1.7/.pc/01-disable-javascript.patch/src/core.sh-3723-                    else
plowshare-2.1.7/.pc/01-disable-javascript.patch/src/core.sh:3724:                        log_error "$NAME: unknown command-line option \`$ARG\`"
plowshare-2.1.7/.pc/01-disable-javascript.patch/src/core.sh-3725-                    fi
##############################################
plowshare-2.1.7/.pc/02-remove-default-module-URL.patch/src/mod.sh-210-                else
plowshare-2.1.7/.pc/02-remove-default-module-URL.patch/src/mod.sh:211:                    log_error "$CONFIG: \`$REPLY\` module not found, ignoring"
plowshare-2.1.7/.pc/02-remove-default-module-URL.patch/src/mod.sh-212-                fi