=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== pppoeconf-1.21/pppoeconf-108- test "$DIALOG" = "whiptail" && escmsg=$(gettext 'Or press ESC to abort here.') pppoeconf-1.21/pppoeconf:109: number=`echo $list | wc -w| tr -d " "` pppoeconf-1.21/pppoeconf-110- ############################################## pppoeconf-1.21/pppoeconf-175- pppoeconf-1.21/pppoeconf:176: sectempfile="`mktemp -p $TMP`" pppoeconf-1.21/pppoeconf-177- export sectempfile ############################################## pppoeconf-1.21/pppoeconf-183- # use the first candidate only, this is done anyways, below pppoeconf-1.21/pppoeconf:184: if test -z "`grep -l AC $TMP/*.pppoe 2>/dev/null| cut -f1 -d"." | head -n1`" ; then pppoeconf-1.21/pppoeconf-185- title=$(gettext 'SCANNING DEVICE') ############################################## pppoeconf-1.21/pppoeconf-194- pppoeconf-1.21/pppoeconf:195: ( time=0 ; while test -f $TMP/pppoe.scan ; do time=`expr $time + 6`; echo $time; sleep 1; done ) | $DIALOG --title "$title" --gauge "$text $mmode" 10 60 0 pppoeconf-1.21/pppoeconf-196- ############################################## pppoeconf-1.21/pppoeconf-204- else pppoeconf-1.21/pppoeconf:205: iface=`grep -l AC *.pppoe| sed "s/\.pppoe$//" | head -n1` pppoeconf-1.21/pppoeconf-206- fi ############################################## pppoeconf-1.21/pppoeconf-325- pppoeconf-1.21/pppoeconf:326: user=`grep ^user $OPTSFILE|cut -f2 -d" " | tr -d '"'` pppoeconf-1.21/pppoeconf-327- test -z "$user" && user="username" ############################################## pppoeconf-1.21/pppoeconf-331- $DIALOG --nocancel --title "$title" --clear --inputbox "$text" 15 60 $user 2> "$sectempfile" pppoeconf-1.21/pppoeconf:332: user=`cat "$sectempfile"` pppoeconf-1.21/pppoeconf-333- case $? in ############################################## pppoeconf-1.21/pppoeconf-355- $DIALOG --nocancel --title "$title" --clear --inputbox "$text" 15 60 2> "$sectempfile" pppoeconf-1.21/pppoeconf:356: pass=`cat "$sectempfile"` pppoeconf-1.21/pppoeconf-357- usernoslash=$(echo $user | sed -e 's,/,\\/,') ############################################## pppoeconf-1.21/debian/pppoeconf.postinst-12- if [ -s $f ] ; then pppoeconf-1.21/debian/pppoeconf.postinst:13: sum=`md5sum $f | cut -f1 -d\ ` pppoeconf-1.21/debian/pppoeconf.postinst-14- if [ "$sum" = $w ] || [ "$sum" = $o ] ; then