===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
gwhois-20120626/gwhois-567-
gwhois-20120626/gwhois:568:#    $result = `lynx -dump "$host"`;
gwhois-20120626/gwhois-569-  
gwhois-20120626/gwhois:570:    my $html = `lynx -source "$host"`;
gwhois-20120626/gwhois-571-    $result = &render_html($html);
##############################################
gwhois-20120626/gwhois-579-
gwhois-20120626/gwhois:580:    $result = `echo -e "$additional\n---" | lynx -dump -post_data "$host"`;
gwhois-20120626/gwhois-581-  } 
##############################################
gwhois-20120626/gwhois-587-#    print "curl --stderr /dev/null -e $host --data '$additional' $host | lynx -dump -stdin\n";
gwhois-20120626/gwhois:588:    $result = `curl --stderr /dev/null -e "$host" --data "$additional" "$host" | lynx -dump -stdin`;
gwhois-20120626/gwhois-589-  } 
##############################################
gwhois-20120626/gwhois-595-#    print "curl --stderr /dev/null $host | lynx -dump -stdin\n";
gwhois-20120626/gwhois:596:#    $result = `curl --insecure --stderr /dev/null "$host" | lynx -dump -stdin`;
gwhois-20120626/gwhois:597:    my $html = `curl --insecure --stderr /dev/null "$host"`;
gwhois-20120626/gwhois-598-    print &render_html($html);