=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== popularity-contest-1.70/debian/cron.daily-54-if test -d /etc/popularity-contest.d/; then popularity-contest-1.70/debian/cron.daily:55: for file in `run-parts --list --regex '\.conf$' /etc/popularity-contest.d/`; popularity-contest-1.70/debian/cron.daily-56- do ############################################## popularity-contest-1.70/debian/postinst-40-select_random_day() { popularity-contest-1.70/debian/postinst:41: DAY=`bash -c 'echo $(($RANDOM % 7))'` popularity-contest-1.70/debian/postinst-42-} ############################################## popularity-contest-1.70/debian/postinst-44-generate_crond() { popularity-contest-1.70/debian/postinst:45: MIN=`bash -c 'echo $(($RANDOM % 60))'` popularity-contest-1.70/debian/postinst:46: HOUR=`bash -c 'echo $(($RANDOM % 24))'` popularity-contest-1.70/debian/postinst-47- FILE=/etc/cron.daily/popularity-contest ############################################## popularity-contest-1.70/debian/preinst-12- if [ -e "$CONFFILE" ]; then popularity-contest-1.70/debian/preinst:13: md5sum="`md5sum \"$CONFFILE\" | sed -e \"s/ .*//\"`" popularity-contest-1.70/debian/preinst:14: old_md5sum="`dpkg-query -W -f='${Conffiles}' $PKGNAME | sed -n -e \"\\\\' $CONFFILE '{s/ obsolete$//;s/.* //p}\"`" popularity-contest-1.70/debian/preinst-15- if [ "$md5sum" = "$old_md5sum" ]; then ############################################## popularity-contest-1.70/examples/bin/popcon.pl-237- my $sec="$_[0]/$_[1]"; popularity-contest-1.70/examples/bin/popcon.pl:238: -d $sec || system("mkdir","-p","$sec"); popularity-contest-1.70/examples/bin/popcon.pl-239-} ############################################## popularity-contest-1.70/popularity-contest-94-# Popcon release popularity-contest-1.70/popularity-contest:95:my $popconver=`dpkg-query --showformat='\${version}' --show popularity-contest`; popularity-contest-1.70/popularity-contest-96-