===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libcgi-ajax-perl-0.707/lib/CGI/Ajax.pm-474-    my $v;
libcgi-ajax-perl-0.707/lib/CGI/Ajax.pm:475:    $v = $self->cgi()->remote_addr() if $self->cgi()->isa('CGI');
libcgi-ajax-perl-0.707/lib/CGI/Ajax.pm:476:    $v = $self->cgi()->query()->remote_addr()
libcgi-ajax-perl-0.707/lib/CGI/Ajax.pm-477-      if !defined $v
##############################################
libcgi-ajax-perl-0.707/lib/CGI/Ajax.pm-1171-        print STDERR "POSSIBLE SECURITY INCIDENT! Browser from ",
libcgi-ajax-perl-0.707/lib/CGI/Ajax.pm:1172:          $self->remoteaddr();
libcgi-ajax-perl-0.707/lib/CGI/Ajax.pm-1173-        print STDERR "\trequested URL: ", $self->geturl();
libcgi-ajax-perl-0.707/lib/CGI/Ajax.pm:1174:        print STDERR "\tfname request: ", $self->getparam($self->fname());
libcgi-ajax-perl-0.707/lib/CGI/Ajax.pm-1175-        print STDERR " -- returning Bad Request status 400\n";