Anybody using Nmap::Scanner?

Ask a Question related to PERL Modules, Design and Development.

  1. #1

    Default Anybody using Nmap::Scanner?

    Hi,
    I'm having difficulties with that module
    because it cannot leverage nmap's ability
    to take arguments ftom stdin.

    After having looked at it, it seems I may
    get off by subclassing Nmap::Scanner and
    override the scan() function in order to
    build a $processor which is in turn a sub-
    class of Nmap::Scanner::Backend::XML that
    uses ISC::Open2.

    I'm quite new to Perl, so I will appreciate
    your suggestions very much. In particular,
    as it would be easier to patch the original
    Nmap::Scanner, I'd be glad to know if you
    think that those subclasses would be of
    interest to someone, i.e. if that will be
    anything worth being registered at PAUSE.

    (I tried to reach the original Author, but
    did not succeed.)

    Ciao
    Ale
    Ale Vesely Guest

  2. Similar Questions and Discussions

    1. ipfw and nmap
      I am fairly new to IPFW, I have question regarding the stateful part of it. Now I may just be misunderstanding this so set me straight if I am....
    2. free nmap portscan on website
      Hi, I want to build a web page that offers a free nmap portscan for the remote site. Sort of like: http://www.derkeiler.com/Service/PortScan/ ...
    3. kmod not loading usb scanner module (scanner.o)
      I need to have the kernel automatically load scanner.o whenever I attempt to use my scanner and autoclean (unload) when I'm done. Hotplug does not...
    4. Solaris and NMAP
      : there are sets of ndd tweaks which will throw off nmap. this looks like a nice page: http://secinf.net/info/unix/dubrawsky/913secsol.shtml...
    5. Help with PS7.0 and HP 4c scanner
      I have an OLD HP 4c, SCSI, scanner that is still chugging along, or has been up until today! I scanned a photo into PS7 in portrait mode from the 4c....
  3. #2

    Default Re: Anybody using Nmap::Scanner?

    Quote Originally Posted by Ale Vesely View Post
    Hi,
    I'm having difficulties with that module
    because it cannot leverage nmap's ability
    to take arguments ftom stdin.

    After having looked at it, it seems I may
    get off by subclassing Nmap::Scanner and
    override the scan() function in order to
    build a $processor which is in turn a sub-
    class of Nmap::Scanner::Backend::XML that
    uses ISC::Open2.

    I'm quite new to Perl, so I will appreciate
    your suggestions very much. In particular,
    as it would be easier to patch the original
    Nmap::Scanner, I'd be glad to know if you
    think that those subclasses would be of
    interest to someone, i.e. if that will be
    anything worth being registered at PAUSE.

    (I tried to reach the original Author, but
    did not succeed.)

    Ciao
    Ale
    I don't recall any emails from you - please feel free to email me at

    [email]maxschube@cpan.org[/email]

    and I will do my best to help.
    Unregistered Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139