=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== ddclient-3.9.1/README.md-108- 1. enable debugging and verbose messages. ddclient-3.9.1/README.md:109: ``$ ddclient -daemon=0 -debug -verbose -noquiet`` ddclient-3.9.1/README.md-110- ############################################## ddclient-3.9.1/README.md-117- ``/etc/ddclient/ddclient.conf`` and then try ddclient-3.9.1/README.md:118: ``$ ddclient -daemon=0 -query`` ddclient-3.9.1/README.md-119- to see if the router status web page can be understood. ############################################## ddclient-3.9.1/sample-etc_rc.d_init.d_ddclient-25- . /etc/init.d/functions ddclient-3.9.1/sample-etc_rc.d_init.d_ddclient:26: PID=`pidofproc $program` ddclient-3.9.1/sample-etc_rc.d_init.d_ddclient-27-else ddclient-3.9.1/sample-etc_rc.d_init.d_ddclient:28: PID=`ps -aef | grep "$program - sleep" | grep -v grep | awk '{print $2}'` ddclient-3.9.1/sample-etc_rc.d_init.d_ddclient-29-fi ############################################## ddclient-3.9.1/sample-etc_rc.d_init.d_ddclient-37- # Start daemon. ddclient-3.9.1/sample-etc_rc.d_init.d_ddclient:38: DELAY=`grep -v '^\s*#' $CONF | grep -i -m 1 "daemon" | awk -F '=' '{print $2}'` ddclient-3.9.1/sample-etc_rc.d_init.d_ddclient-39- if [ -z "$DELAY" ] ; then ############################################## ddclient-3.9.1/sample-etc_rc.d_init.d_ddclient.lsb-45- echo -n "Shutting down ddclient " ddclient-3.9.1/sample-etc_rc.d_init.d_ddclient.lsb:46: killproc -TERM `basename $DDCLIENT_BIN` ddclient-3.9.1/sample-etc_rc.d_init.d_ddclient.lsb-47- rc_status -v ############################################## ddclient-3.9.1/sample-etc_rc.d_init.d_ddclient.lsb-55- echo -n "Checking for service ddclient " ddclient-3.9.1/sample-etc_rc.d_init.d_ddclient.lsb:56: checkproc `basename $DDCLIENT_BIN`w ddclient-3.9.1/sample-etc_rc.d_init.d_ddclient.lsb-57- rc_status -v ############################################## ddclient-3.9.1/sample-etc_rc.d_init.d_ddclient.ubuntu-24- log_begin_msg "Starting ddclient..." ddclient-3.9.1/sample-etc_rc.d_init.d_ddclient.ubuntu:25: DELAY=`grep -v '^\s*#' $CONF | grep -i -m 1 "daemon" | awk -F '=' '{print $2}'` ddclient-3.9.1/sample-etc_rc.d_init.d_ddclient.ubuntu-26- if [ -z "$DELAY" ] ; then ############################################## ddclient-3.9.1/debian/config-37- ddclient-3.9.1/debian/config:38: hostslist=`download_hostlist "$username" "$password"` ddclient-3.9.1/debian/config-39- ############################################## ddclient-3.9.1/debian/config-46- db_get ddclient/hostslist ddclient-3.9.1/debian/config:47: hostslist=`echo "$RET" | sed -e "s/, /,/g"` ddclient-3.9.1/debian/config-48- db_set ddclient/names "$hostslist" ############################################## ddclient-3.9.1/debian/patches/usev6.diff-134-+ $skip = opt('if-skip', $h) || ''; ddclient-3.9.1/debian/patches/usev6.diff:135:+ $reply = `ip -6 addr list dev "$arg" scope global -tentative -deprecated -dadfailed | grep inet6 | grep -v temporary | grep -v "inet6 f[cd]" 2> /dev/null`; ddclient-3.9.1/debian/patches/usev6.diff-136-+ $reply = '' if $?; ############################################## ddclient-3.9.1/debian/postinst-9- ddclient-3.9.1/debian/postinst:10:# Usage: y=`quote_backslashes "$x"` ddclient-3.9.1/debian/postinst-11-# Quotes each backslash in $x with another backslash, outputs result. ############################################## ddclient-3.9.1/debian/postinst-56- trap 'rm -f "$config"; exit 1' HUP INT QUIT TERM ddclient-3.9.1/debian/postinst:57: password_quoted=`quote_backslashes "$password"` ddclient-3.9.1/debian/postinst-58- cat <<EOF >>"$config" ############################################## ddclient-3.9.1/.pc/shebang.diff/ddclient-931- if ( -x $globals{postscript}) { ddclient-3.9.1/.pc/shebang.diff/ddclient:932: system ("$globals{postscript} $ip &"); ddclient-3.9.1/.pc/shebang.diff/ddclient-933- } else { ############################################## ddclient-3.9.1/.pc/shebang.diff/ddclient-2226- $skip = opt('if-skip', $h) || ''; ddclient-3.9.1/.pc/shebang.diff/ddclient:2227: $reply = `ifconfig $arg 2> /dev/null`; ddclient-3.9.1/.pc/shebang.diff/ddclient:2228: $reply = `ip addr list dev $arg 2> /dev/null` if $?; ddclient-3.9.1/.pc/shebang.diff/ddclient-2229- $reply = '' if $?; ############################################## ddclient-3.9.1/.pc/shebang.diff/ddclient-2233- $skip = opt('cmd-skip', $h) || ''; ddclient-3.9.1/.pc/shebang.diff/ddclient:2234: $reply = `$arg`; ddclient-3.9.1/.pc/shebang.diff/ddclient-2235- $reply = '' if $?; ############################################## ddclient-3.9.1/.pc/smc-barricade-fw-alt.diff/ddclient-931- if ( -x $globals{postscript}) { ddclient-3.9.1/.pc/smc-barricade-fw-alt.diff/ddclient:932: system ("$globals{postscript} $ip &"); ddclient-3.9.1/.pc/smc-barricade-fw-alt.diff/ddclient-933- } else { ############################################## ddclient-3.9.1/.pc/smc-barricade-fw-alt.diff/ddclient-2226- $skip = opt('if-skip', $h) || ''; ddclient-3.9.1/.pc/smc-barricade-fw-alt.diff/ddclient:2227: $reply = `ifconfig $arg 2> /dev/null`; ddclient-3.9.1/.pc/smc-barricade-fw-alt.diff/ddclient:2228: $reply = `ip addr list dev $arg 2> /dev/null` if $?; ddclient-3.9.1/.pc/smc-barricade-fw-alt.diff/ddclient-2229- $reply = '' if $?; ############################################## ddclient-3.9.1/.pc/smc-barricade-fw-alt.diff/ddclient-2233- $skip = opt('cmd-skip', $h) || ''; ddclient-3.9.1/.pc/smc-barricade-fw-alt.diff/ddclient:2234: $reply = `$arg`; ddclient-3.9.1/.pc/smc-barricade-fw-alt.diff/ddclient-2235- $reply = '' if $?; ############################################## ddclient-3.9.1/.pc/config_path.diff/ddclient-936- if ( -x $globals{postscript}) { ddclient-3.9.1/.pc/config_path.diff/ddclient:937: system ("$globals{postscript} $ip &"); ddclient-3.9.1/.pc/config_path.diff/ddclient-938- } else { ############################################## ddclient-3.9.1/.pc/config_path.diff/ddclient-2231- $skip = opt('if-skip', $h) || ''; ddclient-3.9.1/.pc/config_path.diff/ddclient:2232: $reply = `ifconfig $arg 2> /dev/null`; ddclient-3.9.1/.pc/config_path.diff/ddclient:2233: $reply = `ip addr list dev $arg 2> /dev/null` if $?; ddclient-3.9.1/.pc/config_path.diff/ddclient-2234- $reply = '' if $?; ############################################## ddclient-3.9.1/.pc/config_path.diff/ddclient-2238- $skip = opt('cmd-skip', $h) || ''; ddclient-3.9.1/.pc/config_path.diff/ddclient:2239: $reply = `$arg`; ddclient-3.9.1/.pc/config_path.diff/ddclient-2240- $reply = '' if $?; ############################################## ddclient-3.9.1/.pc/maxinterval.diff/ddclient-936- if ( -x $globals{postscript}) { ddclient-3.9.1/.pc/maxinterval.diff/ddclient:937: system ("$globals{postscript} $ip &"); ddclient-3.9.1/.pc/maxinterval.diff/ddclient-938- } else { ############################################## ddclient-3.9.1/.pc/maxinterval.diff/ddclient-2231- $skip = opt('if-skip', $h) || ''; ddclient-3.9.1/.pc/maxinterval.diff/ddclient:2232: $reply = `ifconfig $arg 2> /dev/null`; ddclient-3.9.1/.pc/maxinterval.diff/ddclient:2233: $reply = `ip addr list dev $arg 2> /dev/null` if $?; ddclient-3.9.1/.pc/maxinterval.diff/ddclient-2234- $reply = '' if $?; ############################################## ddclient-3.9.1/.pc/maxinterval.diff/ddclient-2238- $skip = opt('cmd-skip', $h) || ''; ddclient-3.9.1/.pc/maxinterval.diff/ddclient:2239: $reply = `$arg`; ddclient-3.9.1/.pc/maxinterval.diff/ddclient-2240- $reply = '' if $?; ############################################## ddclient-3.9.1/.pc/usev6.diff/ddclient-936- if ( -x $globals{postscript}) { ddclient-3.9.1/.pc/usev6.diff/ddclient:937: system ("$globals{postscript} $ip &"); ddclient-3.9.1/.pc/usev6.diff/ddclient-938- } else { ############################################## ddclient-3.9.1/.pc/usev6.diff/ddclient-2231- $skip = opt('if-skip', $h) || ''; ddclient-3.9.1/.pc/usev6.diff/ddclient:2232: $reply = `ifconfig $arg 2> /dev/null`; ddclient-3.9.1/.pc/usev6.diff/ddclient:2233: $reply = `ip addr list dev $arg 2> /dev/null` if $?; ddclient-3.9.1/.pc/usev6.diff/ddclient-2234- $reply = '' if $?; ############################################## ddclient-3.9.1/.pc/usev6.diff/ddclient-2238- $skip = opt('cmd-skip', $h) || ''; ddclient-3.9.1/.pc/usev6.diff/ddclient:2239: $reply = `$arg`; ddclient-3.9.1/.pc/usev6.diff/ddclient-2240- $reply = '' if $?; ############################################## ddclient-3.9.1/.pc/boolean-parse.patch/ddclient-940- if ( -x $globals{postscript}) { ddclient-3.9.1/.pc/boolean-parse.patch/ddclient:941: system ("$globals{postscript} $ip &"); ddclient-3.9.1/.pc/boolean-parse.patch/ddclient-942- } else { ############################################## ddclient-3.9.1/.pc/boolean-parse.patch/ddclient-2248- $skip = opt('if-skip', $h) || ''; ddclient-3.9.1/.pc/boolean-parse.patch/ddclient:2249: $reply = `ifconfig $arg 2> /dev/null`; ddclient-3.9.1/.pc/boolean-parse.patch/ddclient:2250: $reply = `ip addr list dev $arg 2> /dev/null` if $?; ddclient-3.9.1/.pc/boolean-parse.patch/ddclient-2251- $reply = '' if $?; ############################################## ddclient-3.9.1/.pc/boolean-parse.patch/ddclient-2255- $skip = opt('cmd-skip', $h) || ''; ddclient-3.9.1/.pc/boolean-parse.patch/ddclient:2256: $reply = `$arg`; ddclient-3.9.1/.pc/boolean-parse.patch/ddclient-2257- $reply = '' if $?; ############################################## ddclient-3.9.1/.pc/boolean-parse.patch/ddclient-2361- $skip = opt('if-skip', $h) || ''; ddclient-3.9.1/.pc/boolean-parse.patch/ddclient:2362: $reply = `ip -6 addr list dev "$arg" scope global -tentative -deprecated -dadfailed | grep inet6 | grep -v temporary | grep -v "inet6 f[cd]" 2> /dev/null`; ddclient-3.9.1/.pc/boolean-parse.patch/ddclient-2363- $reply = '' if $?; ############################################## ddclient-3.9.1/.pc/use-ipv4.patch/ddclient-940- if ( -x $globals{postscript}) { ddclient-3.9.1/.pc/use-ipv4.patch/ddclient:941: system ("$globals{postscript} $ip &"); ddclient-3.9.1/.pc/use-ipv4.patch/ddclient-942- } else { ############################################## ddclient-3.9.1/.pc/use-ipv4.patch/ddclient-2248- $skip = opt('if-skip', $h) || ''; ddclient-3.9.1/.pc/use-ipv4.patch/ddclient:2249: $reply = `ifconfig $arg 2> /dev/null`; ddclient-3.9.1/.pc/use-ipv4.patch/ddclient:2250: $reply = `ip addr list dev $arg 2> /dev/null` if $?; ddclient-3.9.1/.pc/use-ipv4.patch/ddclient-2251- $reply = '' if $?; ############################################## ddclient-3.9.1/.pc/use-ipv4.patch/ddclient-2255- $skip = opt('cmd-skip', $h) || ''; ddclient-3.9.1/.pc/use-ipv4.patch/ddclient:2256: $reply = `$arg`; ddclient-3.9.1/.pc/use-ipv4.patch/ddclient-2257- $reply = '' if $?; ############################################## ddclient-3.9.1/.pc/use-ipv4.patch/ddclient-2361- $skip = opt('if-skip', $h) || ''; ddclient-3.9.1/.pc/use-ipv4.patch/ddclient:2362: $reply = `ip -6 addr list dev "$arg" scope global -tentative -deprecated -dadfailed | grep inet6 | grep -v temporary | grep -v "inet6 f[cd]" 2> /dev/null`; ddclient-3.9.1/.pc/use-ipv4.patch/ddclient-2363- $reply = '' if $?; ############################################## ddclient-3.9.1/.pc/devices.patch/ddclient-940- if ( -x $globals{postscript}) { ddclient-3.9.1/.pc/devices.patch/ddclient:941: system ("$globals{postscript} $ip &"); ddclient-3.9.1/.pc/devices.patch/ddclient-942- } else { ############################################## ddclient-3.9.1/.pc/devices.patch/ddclient-2248- $skip = opt('if-skip', $h) || ''; ddclient-3.9.1/.pc/devices.patch/ddclient:2249: $reply = `ifconfig $arg 2> /dev/null`; ddclient-3.9.1/.pc/devices.patch/ddclient:2250: $reply = `ip addr list dev $arg 2> /dev/null` if $?; ddclient-3.9.1/.pc/devices.patch/ddclient-2251- $reply = '' if $?; ############################################## ddclient-3.9.1/.pc/devices.patch/ddclient-2255- $skip = opt('cmd-skip', $h) || ''; ddclient-3.9.1/.pc/devices.patch/ddclient:2256: $reply = `$arg`; ddclient-3.9.1/.pc/devices.patch/ddclient-2257- $reply = '' if $?; ############################################## ddclient-3.9.1/.pc/devices.patch/ddclient-2363- $skip = opt('if-skip', $h) || ''; ddclient-3.9.1/.pc/devices.patch/ddclient:2364: $reply = `ip -6 addr list dev "$arg" scope global -tentative -deprecated -dadfailed | grep inet6 | grep -v temporary | grep -v "inet6 f[cd]" 2> /dev/null`; ddclient-3.9.1/.pc/devices.patch/ddclient-2365- $reply = '' if $?; ############################################## ddclient-3.9.1/.pc/dslreports.patch/ddclient-960- if ( -x $globals{postscript}) { ddclient-3.9.1/.pc/dslreports.patch/ddclient:961: system ("$globals{postscript} $ip &"); ddclient-3.9.1/.pc/dslreports.patch/ddclient-962- } else { ############################################## ddclient-3.9.1/.pc/dslreports.patch/ddclient-2268- $skip = opt('if-skip', $h) || ''; ddclient-3.9.1/.pc/dslreports.patch/ddclient:2269: $reply = `ifconfig $arg 2> /dev/null`; ddclient-3.9.1/.pc/dslreports.patch/ddclient:2270: $reply = `ip addr list dev $arg 2> /dev/null` if $?; ddclient-3.9.1/.pc/dslreports.patch/ddclient-2271- $reply = '' if $?; ############################################## ddclient-3.9.1/.pc/dslreports.patch/ddclient-2275- $skip = opt('cmd-skip', $h) || ''; ddclient-3.9.1/.pc/dslreports.patch/ddclient:2276: $reply = `$arg`; ddclient-3.9.1/.pc/dslreports.patch/ddclient-2277- $reply = '' if $?; ############################################## ddclient-3.9.1/.pc/dslreports.patch/ddclient-2383- $skip = opt('if-skip', $h) || ''; ddclient-3.9.1/.pc/dslreports.patch/ddclient:2384: $reply = `ip -6 addr list dev "$arg" scope global -tentative -deprecated -dadfailed | grep inet6 | grep -v temporary | grep -v "inet6 f[cd]" 2> /dev/null`; ddclient-3.9.1/.pc/dslreports.patch/ddclient-2385- $reply = '' if $?; ############################################## ddclient-3.9.1/ddclient-961- if ( -x $globals{postscript}) { ddclient-3.9.1/ddclient:962: system ("$globals{postscript} $ip &"); ddclient-3.9.1/ddclient-963- } else { ############################################## ddclient-3.9.1/ddclient-2269- $skip = opt('if-skip', $h) || ''; ddclient-3.9.1/ddclient:2270: $reply = `ifconfig $arg 2> /dev/null`; ddclient-3.9.1/ddclient:2271: $reply = `ip addr list dev $arg 2> /dev/null` if $?; ddclient-3.9.1/ddclient-2272- $reply = '' if $?; ############################################## ddclient-3.9.1/ddclient-2276- $skip = opt('cmd-skip', $h) || ''; ddclient-3.9.1/ddclient:2277: $reply = `$arg`; ddclient-3.9.1/ddclient-2278- $reply = '' if $?; ############################################## ddclient-3.9.1/ddclient-2384- $skip = opt('if-skip', $h) || ''; ddclient-3.9.1/ddclient:2385: $reply = `ip -6 addr list dev "$arg" scope global -tentative -deprecated -dadfailed | grep inet6 | grep -v temporary | grep -v "inet6 f[cd]" 2> /dev/null`; ddclient-3.9.1/ddclient-2386- $reply = '' if $?;