=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== base-files-11/debian/check-md5sum-etc-2-file=$1 base-files-11/debian/check-md5sum-etc:3:md5=`md5sum share/${file} | cut -f 1 -d " "` base-files-11/debian/check-md5sum-etc-4-if ! grep -q "$md5" share/${file}.md5sums; then ############################################## base-files-11/debian/postinst.in-36- if [ -f $2 ]; then base-files-11/debian/postinst.in:37: md5=`md5sum $2 | cut -f 1 -d " "` base-files-11/debian/postinst.in-38- if grep -q "$md5" /usr/share/base-files/$1.md5sums; then