=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== postfwd-1.35/bin/postfwd-script.sh-28- postfwd-1.35/bin/postfwd-script.sh:29:P1="`basename ${PFWCMD}`" postfwd-1.35/bin/postfwd-script.sh-30-case "$1" in ############################################## postfwd-1.35/bin/postfwd-script.sh-51- *) echo "Unknown argument \"$1\"" >&2; postfwd-1.35/bin/postfwd-script.sh:52: echo "Usage: `basename $0` {start|stop|debug|reload|restart}" >&2; postfwd-1.35/bin/postfwd-script.sh-53- exit 1;; ############################################## postfwd-1.35/sbin/postfwd2-3117- $postfwd_settings{manual} .= "\" | ".$postfwd_settings{pager}; postfwd-1.35/sbin/postfwd2:3118: system ($postfwd_settings{manual}); exit 1; }, postfwd-1.35/sbin/postfwd2-3119- "term|kill|stop|k", ############################################## postfwd-1.35/sbin/postfwd-352- my($mycmd) = @_; postfwd-1.35/sbin/postfwd:353: my($myresult) = ( system($mycmd) ); postfwd-1.35/sbin/postfwd-354- if ( $myresult ) { postfwd-1.35/sbin/postfwd:355: myprint "Could not execute `".$mycmd."` (Error: ".$myresult.")\n"; postfwd-1.35/sbin/postfwd-356- myprint "Please check the \$ENV{PATH} setting in the first lines of this program.\n"; ############################################## postfwd-1.35/debian/bin/github-release.sh-110- postfwd-1.35/debian/bin/github-release.sh:111:SCRIPTDIR=`dirname $0` postfwd-1.35/debian/bin/github-release.sh-112-[ -e "$SCRIPTDIR/GITHUBTOKEN" ] && . "$SCRIPTDIR/GITHUBTOKEN" ############################################## postfwd-1.35/debian/bin/github-release.sh-134- "https://api.github.com/repos/$REPO/releases"` postfwd-1.35/debian/bin/github-release.sh:135:if [ "`echo "$RESULT" | tail -1`" != "201" ]; then postfwd-1.35/debian/bin/github-release.sh-136- echo FAILED ############################################## postfwd-1.35/debian/bin/github-release.sh-139-fi postfwd-1.35/debian/bin/github-release.sh:140:RELEASEID=`echo "$RESULT" | sed -ne 's/^ "id": \(.*\),$/\1/p'` postfwd-1.35/debian/bin/github-release.sh-141-if [[ -z "$RELEASEID" ]]; then ############################################## postfwd-1.35/debian/bin/github-release.sh-152- fi postfwd-1.35/debian/bin/github-release.sh:153: FILESIZE=`stat -c '%s' "$FILE"` postfwd-1.35/debian/bin/github-release.sh:154: FILENAME=`basename $FILE` postfwd-1.35/debian/bin/github-release.sh-155- echo -n "Uploading $FILENAME... " ############################################## postfwd-1.35/debian/bin/github-release.sh-161- "https://uploads.github.com/repos/$REPO/releases/$RELEASEID/assets?name=$FILENAME&size=$FILESIZE"` postfwd-1.35/debian/bin/github-release.sh:162: if [ "`echo "$RESULT" | tail -1`" != "201" ]; then postfwd-1.35/debian/bin/github-release.sh-163- echo FAILED ############################################## postfwd-1.35/debian/bin/github-release.sh-181- "https://api.github.com/repos/$REPO/releases/$RELEASEID"` postfwd-1.35/debian/bin/github-release.sh:182:if [ "`echo "$RESULT" | tail -1`" = "200" ]; then postfwd-1.35/debian/bin/github-release.sh-183- echo DONE ############################################## postfwd-1.35/debian/postfwd.postinst-14- # Take care of group. postfwd-1.35/debian/postfwd.postinst:15: if NGROUP_ENTRY=`getent group $NGROUP`; then postfwd-1.35/debian/postfwd.postinst-16- # group exists ############################################## postfwd-1.35/debian/postfwd.postinst-23- # Take care of user. postfwd-1.35/debian/postfwd.postinst:24: if NUSER_ENTRY=`getent passwd $NUSER`; then postfwd-1.35/debian/postfwd.postinst-25- # user exists ############################################## postfwd-1.35/debian/postfwd.postrm-15- FIRST_SYSTEM_UID*) postfwd-1.35/debian/postfwd.postrm:16: FIST_SYSTEM_UID=`echo $LINE | cut -f2 -d '='` postfwd-1.35/debian/postfwd.postrm-17- ;; postfwd-1.35/debian/postfwd.postrm-18- LAST_SYSTEM_UID*) postfwd-1.35/debian/postfwd.postrm:19: LAST_SYSTEM_UID=`echo $LINE | cut -f2 -d '='` postfwd-1.35/debian/postfwd.postrm-20- ;; ############################################## postfwd-1.35/debian/postfwd.postrm-26- if [ -n "$FIST_SYSTEM_UID" ] && [ -n "$LAST_SYSTEM_UID" ]; then postfwd-1.35/debian/postfwd.postrm:27: if USERID=`getent passwd $NUSER | cut -f 3 -d ':'`; then postfwd-1.35/debian/postfwd.postrm-28- if [ -n "$USERID" ]; then ############################################## postfwd-1.35/debian/postfwd.postrm-33- # And then remove the group postfwd-1.35/debian/postfwd.postrm:34: GROUPID=`getent group $NGROUP | cut -f 3 -d ':'` postfwd-1.35/debian/postfwd.postrm-35- if [ -n "$GROUPID" ]; then ############################################## postfwd-1.35/.pc/20_fix_postfwd1_default_umask.patch/sbin/postfwd-352- my($mycmd) = @_; postfwd-1.35/.pc/20_fix_postfwd1_default_umask.patch/sbin/postfwd:353: my($myresult) = ( system($mycmd) ); postfwd-1.35/.pc/20_fix_postfwd1_default_umask.patch/sbin/postfwd-354- if ( $myresult ) { postfwd-1.35/.pc/20_fix_postfwd1_default_umask.patch/sbin/postfwd:355: myprint "Could not execute `".$mycmd."` (Error: ".$myresult.")\n"; postfwd-1.35/.pc/20_fix_postfwd1_default_umask.patch/sbin/postfwd-356- myprint "Please check the \$ENV{PATH} setting in the first lines of this program.\n";