===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
antiword-0.37/Docs/antiword.php-31-      $command="antiword $output $file";
antiword-0.37/Docs/antiword.php:32:      passthru($command);
antiword-0.37/Docs/antiword.php-33-      unlink($uploadfile);
##############################################
antiword-0.37/Docs/antiword.php-40-      $command="antiword $output $file";
antiword-0.37/Docs/antiword.php:41:      passthru($command);
antiword-0.37/Docs/antiword.php-42-      unlink($uploadfile);
##############################################
antiword-0.37/Docs/antiword.php-48-      //      $command="antiword $output $uploadfile";
antiword-0.37/Docs/antiword.php:49:      passthru($command);
antiword-0.37/Docs/antiword.php-50-      unlink($uploadfile);
##############################################
antiword-0.37/Docs/antiword.php-58-    $docfile=explode($delim,$uri);
antiword-0.37/Docs/antiword.php:59:    exec("wget -O /tmp/$docfile $url");
antiword-0.37/Docs/antiword.php-60-    if (strstr($output,"-p")) {
##############################################
antiword-0.37/Docs/antiword.php-65-      header("Content-Disposition: attachment; filename=".$psfile);
antiword-0.37/Docs/antiword.php:66:      passthru($command);
antiword-0.37/Docs/antiword.php-67-      @@      unlink("/tmp/$docfile");
##############################################
antiword-0.37/Docs/antiword.php-73-      header("Content-Disposition: attachment; filename=".$psfile);
antiword-0.37/Docs/antiword.php:74:      passthru($command);
antiword-0.37/Docs/antiword.php-75-@@      unlink("/tmp/$docfile");
##############################################
antiword-0.37/Docs/antiword.php-79-      $command="antiword $output /tmp/$safe";
antiword-0.37/Docs/antiword.php:80:      passthru($command);
antiword-0.37/Docs/antiword.php-81-@@      unlink("/tmp/$docfile");
##############################################
antiword-0.37/Docs/antiword.old.php-29-    header ("Content-type: text/plain");
antiword-0.37/Docs/antiword.old.php:30:    system("/usr/local/bin/antiword " . $_FILES['upload']['tmp_name']);
antiword-0.37/Docs/antiword.old.php-31-} else {
##############################################
antiword-0.37/Unix-only/KDE3-only/kantiword.sh-25-then
antiword-0.37/Unix-only/KDE3-only/kantiword.sh:26:	out_file=`/bin/tempfile -d "$tmp_dir" -p antiword -s ".ps"` || exit 1
antiword-0.37/Unix-only/KDE3-only/kantiword.sh:27:	err_file=`/bin/tempfile -d "$tmp_dir" -p antiword -s ".err"`
antiword-0.37/Unix-only/KDE3-only/kantiword.sh-28-	if [ $? -ne 0 ]
##############################################
antiword-0.37/Unix-only/KDE3-only/kantiword.sh-34-then
antiword-0.37/Unix-only/KDE3-only/kantiword.sh:35:	out_file=`/bin/mktemp -q -p "$tmp_dir" antiword.ps.XXXXXXXXX` || exit 1
antiword-0.37/Unix-only/KDE3-only/kantiword.sh:36:	err_file=`/bin/mktemp -q -p "$tmp_dir" antiword.err.XXXXXXXXX`
antiword-0.37/Unix-only/KDE3-only/kantiword.sh-37-	if [ $? -ne 0 ]
##############################################
antiword-0.37/kantiword-26-then
antiword-0.37/kantiword:27:	out_file=`/bin/tempfile -d "$tmp_dir" -p antiword -s ".ps"` || exit 1
antiword-0.37/kantiword:28:	err_file=`/bin/tempfile -d "$tmp_dir" -p antiword -s ".err"`
antiword-0.37/kantiword-29-	if [ $? -ne 0 ]
##############################################
antiword-0.37/kantiword-35-then
antiword-0.37/kantiword:36:	out_file=`/bin/mktemp -q -p "$tmp_dir" antiword.ps.XXXXXXXXX` || exit 1
antiword-0.37/kantiword:37:	err_file=`/bin/mktemp -q -p "$tmp_dir" antiword.err.XXXXXXXXX`
antiword-0.37/kantiword-38-	if [ $? -ne 0 ]