===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libbot-basicbot-pluggable-perl-1.20/examples/chump.cgi-274-        print STDERR "Converting to jpg\n";
libbot-basicbot-pluggable-perl-1.20/examples/chump.cgi:275:        print STDERR `convert \"$file\" \"$file.jpg\"`;
libbot-basicbot-pluggable-perl-1.20/examples/chump.cgi-276-        my ($width, $height) = imgsize("$file.jpg");
##############################################
libbot-basicbot-pluggable-perl-1.20/examples/chump.cgi-278-            print STDERR "Resizing\n";
libbot-basicbot-pluggable-perl-1.20/examples/chump.cgi:279:            `convert -resize 300x150 \"$file.jpg\" \"$file.jpg\"`;
libbot-basicbot-pluggable-perl-1.20/examples/chump.cgi-280-            
##############################################
libbot-basicbot-pluggable-perl-1.20/lib/Bot/BasicBot/Pluggable/Module/DNS.pm-22-        my $addr = inet_aton($param);
libbot-basicbot-pluggable-perl-1.20/lib/Bot/BasicBot/Pluggable/Module/DNS.pm:23:        my @addr = gethostbyaddr( $addr, AF_INET );
libbot-basicbot-pluggable-perl-1.20/lib/Bot/BasicBot/Pluggable/Module/DNS.pm-24-        return "$param is $addr[0].";
##############################################
libbot-basicbot-pluggable-perl-1.20/lib/App/Bot/BasicBot/Pluggable.pm-149-        useipv6   => $self->useipv6(),
libbot-basicbot-pluggable-perl-1.20/lib/App/Bot/BasicBot/Pluggable.pm:150:        localaddr => $self->localaddr(),
libbot-basicbot-pluggable-perl-1.20/lib/App/Bot/BasicBot/Pluggable.pm-151-        store     => $self->store(),