Re: [Nmap-scanner-general] Need a little help withexamplefromperldoc
Brought to you by:
perldork
|
From: Max <nm...@we...> - 2006-11-10 02:52:38
|
Hi Clayton,
Thanks for the correction :).
On 11/3/06, Dukes Clayton <Cla...@hc...> wrote:
> Just a quick noe:
> Your perldoc example has "--max-rtt-timeout", but should be
> "--max_rtt_timeout"
>
> Thanks for an awesome module!
>
>
> -----Original Message-----
> From: nma...@li...
> [mailto:nma...@li...] On Behalf Of
> Max
> Sent: Friday, November 03, 2006 1:01 PM
> To: Nmap::Scanner list
> Subject: Re: [Nmap-scanner-general] Need a little help
> withexamplefromperldoc
>
> Yes :).
>
> - Max
>
> On 11/3/06, Dukes Clayton <Cla...@hc...> wrote:
> > K, I feel dumb now -- sorry :-)
> > Now I'm back to:
> > Can't locate object method "address" via package
> > "Nmap::Scanner::Address I looked at he class file and see:
> > class 'Nmap::Scanner::Address' => {
> > qw(addr $
> > addrtype $
> > vendor $),
> > '&as_xml' => q!return qq(<address addr="$addr" ) .
> > qq(addrtype="$addrtype" ) .
> > qq(vendor="$vendor"/>);!
> > };
> >
> > So should "address" be "addr"?
> >
> >
> > -----Original Message-----
> > From: nma...@li...
> > [mailto:nma...@li...] On Behalf
> > Of Max
> > Sent: Friday, November 03, 2006 11:14 AM
> > To: Nmap::Scanner list
> > Subject: Re: [Nmap-scanner-general] Need a little help
> > withexamplefromperldoc
> >
> > Install Class::Generate :), it is a CPAN module, when you ran
> >
> > perl Makefile.PL
> >
> > You should have seen a warning that Class:Generate was a pre-requisite
>
> > and was not found, the module has these dependencies (from
> > Makefile.PL):
> >
> > 'PREREQ_PM' => {
> > 'IPC::Open3' => 0,
> > 'XML::SAX' => 0,
> > 'Class::Generate' => 0,
> > 'File::Temp' => 0,
> > 'LWP::UserAgent' => 0
> > }
> >
> >
> > Regards,
> > Max
> >
> > On 11/3/06, Dukes Clayton <Cla...@hc...> wrote:
> > > Hrm...
> > > So just to be sure, I grabbed v1..0 just now and did a make and make
>
> > > install and now I get:
> > >
> > > Can't locate Class/Generate.pm in @INC (@INC contains: /etc/perl
> > > /usr/lib/perl5/site_perl/5.8.7/i386-linux
> > > /usr/lib/perl5/site_perl/5.8.7
> > > /usr/lib/perl5/site_perl/5.8.6
> > > /usr/lib/perl5/site_perl/5.8.6/i386-linux
> > > /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.7/i386-linux
> > > /usr/lib/perl5/vendor_perl/5.8.7 /usr/lib/perl5/vendor_perl/5.8.6
> > > /usr/lib/perl5/vendor_perl/5.8.6/i386-linux
> > > /usr/lib/perl5/vendor_perl
> >
> > > /usr/lib/perl5/5.8.7/i386-linux /usr/lib/perl5/5.8.7
> > > /usr/local/lib/site_perl .) at
> > > /usr/lib/perl5/site_perl/5.8.7/Nmap/Scanner/Host.pm line 4.
> > > BEGIN failed--compilation aborted at
> > > /usr/lib/perl5/site_perl/5.8.7/Nmap/Scanner/Host.pm line 4.
> > > Compilation failed in require at
> > > /usr/lib/perl5/site_perl/5.8.7/Nmap/Scanner/Backend/Results.pm line
> > 61.
> > > BEGIN failed--compilation aborted at
> > > /usr/lib/perl5/site_perl/5.8.7/Nmap/Scanner/Backend/Results.pm line
> > 61.
> > > Compilation failed in require at
> > > /usr/lib/perl5/site_perl/5.8.7/Nmap/Scanner/Backend/XML.pm line 11.
> > > BEGIN failed--compilation aborted at
> > > /usr/lib/perl5/site_perl/5.8.7/Nmap/Scanner/Backend/XML.pm line 11.
> > > Compilation failed in require at
> > > /usr/lib/perl5/site_perl/5.8.7/Nmap/Scanner/Scanner.pm line 4.
> > > BEGIN failed--compilation aborted at
> > > /usr/lib/perl5/site_perl/5.8.7/Nmap/Scanner/Scanner.pm line 4.
> > > Compilation failed in require at
> > > /usr/lib/perl5/site_perl/5.8.7/Nmap/Scanner.pm line 10.
> > > BEGIN failed--compilation aborted at
> > > /usr/lib/perl5/site_perl/5.8.7/Nmap/Scanner.pm line 10.
> > > Compilation failed in require at ./synping.pl line 24.
> > > BEGIN failed--compilation aborted at ./synping.pl line 24.
> > >
> > >
> > > -----Original Message-----
> > > From: Dukes Clayton
> > > Sent: Friday, November 03, 2006 10:39 AM
> > > To: 'Nmap::Scanner list'
> > > Subject: RE: [Nmap-scanner-general] Need a little help
> > > withexamplefromperldoc
> > >
> > > Ok, so now I get:
> > > Can't locate object method "address" via package
> > > "Nmap::Scanner::Address"
> > >
> > > Heh
> > >
> > >
> > > -----Original Message-----
> > > From: nma...@li...
> > > [mailto:nma...@li...] On
> > > Behalf Of Max
> > > Sent: Friday, November 03, 2006 2:40 AM
> > > To: Nmap::Scanner list
> > > Subject: Re: [Nmap-scanner-general] Need a little help
> > > withexamplefromperldoc
> > >
> > > Change ->name() to ->hostname().
> > >
> > > - Max
> > >
> > > On 11/2/06, Clayton Dukes (cdukes) <cd...@ci...> wrote:
> > > > Not sure I follow you -- change what?
> > > >
> > > >
> > > > -----Original Message-----
> > > > From: nma...@li...
> > > > [mailto:nma...@li...] On
> > > > Behalf Of Max
> > > > Sent: Thursday, November 02, 2006 4:05 PM
> > > > To: Nmap::Scanner list
> > > > Subject: Re: [Nmap-scanner-general] Need a little help with
> > > > examplefromperldoc
> > > >
> > > > I will check my perldoc again, please let me know if changing the
> > > > name
> > >
> > > > of that getter resolves your issue.
> > > >
> > > > Thank you,
> > > > Max
> > > >
> > > > On 11/2/06, Clayton Dukes (cdukes) <cd...@ci...> wrote:
> > > > > Hmmm,
> > > > > Coulda sworn I grabbed 1.0 last night...perhaps not
> > > >
> > > > ------------------------------------------------------------------
> > > > --
> > > > --
> > > > --
> > > > -
> > > > Using Tomcat but need to do more? Need to support web services,
> > > > security?
> > > > Get stuff done quickly with pre-integrated technology to make your
>
> > > > job
> > >
> > > > easier Download IBM WebSphere Application Server v.1.0.1 based on
> > > > Apache Geronimo
> > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=
> > > > 12
> > > > 16
> > > > 42 _______________________________________________
> > > > Nmap-scanner-general mailing list
> > > > Nma...@li...
> > > > https://lists.sourceforge.net/lists/listinfo/nmap-scanner-general
> > > >
> > > > ------------------------------------------------------------------
> > > > --
> > > > --
> > > > --- Using Tomcat but need to do more? Need to support web
> > > > services, security?
> > > > Get stuff done quickly with pre-integrated technology to make your
>
> > > > job
> > >
> > > > easier Download IBM WebSphere Application Server v.1.0.1 based on
> > > > Apache Geronimo
> > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=
> > > > 12
> > > > 16
> > > > 42 _______________________________________________
> > > > Nmap-scanner-general mailing list
> > > > Nma...@li...
> > > > https://lists.sourceforge.net/lists/listinfo/nmap-scanner-general
> > > >
> > >
> > > --------------------------------------------------------------------
> > > --
> > > --
> > > -
> > > Using Tomcat but need to do more? Need to support web services,
> > > security?
> > > Get stuff done quickly with pre-integrated technology to make your
> > > job
> >
> > > easier Download IBM WebSphere Application Server v.1.0.1 based on
> > > Apache Geronimo
> > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=12
> > > 16
> > > 42 _______________________________________________
> > > Nmap-scanner-general mailing list
> > > Nma...@li...
> > > https://lists.sourceforge.net/lists/listinfo/nmap-scanner-general
> > >
> > > --------------------------------------------------------------------
> > > --
> > > --- Using Tomcat but need to do more? Need to support web services,
> > > security?
> > > Get stuff done quickly with pre-integrated technology to make your
> > > job
> >
> > > easier Download IBM WebSphere Application Server v.1.0.1 based on
> > > Apache Geronimo
> > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=12
> > > 16
> > > 42 _______________________________________________
> > > Nmap-scanner-general mailing list
> > > Nma...@li...
> > > https://lists.sourceforge.net/lists/listinfo/nmap-scanner-general
> > >
> >
> > ----------------------------------------------------------------------
> > --
> > -
> > Using Tomcat but need to do more? Need to support web services,
> > security?
> > Get stuff done quickly with pre-integrated technology to make your job
>
> > easier Download IBM WebSphere Application Server v.1.0.1 based on
> > Apache Geronimo
> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=1216
> > 42 _______________________________________________
> > Nmap-scanner-general mailing list
> > Nma...@li...
> > https://lists.sourceforge.net/lists/listinfo/nmap-scanner-general
> >
> > ----------------------------------------------------------------------
> > --- Using Tomcat but need to do more? Need to support web services,
> > security?
> > Get stuff done quickly with pre-integrated technology to make your job
>
> > easier Download IBM WebSphere Application Server v.1.0.1 based on
> > Apache Geronimo
> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=1216
> > 42 _______________________________________________
> > Nmap-scanner-general mailing list
> > Nma...@li...
> > https://lists.sourceforge.net/lists/listinfo/nmap-scanner-general
> >
>
> ------------------------------------------------------------------------
> -
> Using Tomcat but need to do more? Need to support web services,
> security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier Download IBM WebSphere Application Server v.1.0.1 based on Apache
> Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Nmap-scanner-general mailing list
> Nma...@li...
> https://lists.sourceforge.net/lists/listinfo/nmap-scanner-general
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Nmap-scanner-general mailing list
> Nma...@li...
> https://lists.sourceforge.net/lists/listinfo/nmap-scanner-general
>
|