Nmap Development mailing list archives

Re: [NSE] Mainframe (z/OS & z/VM) Network Job Entry (NJE) Node Name Brute Forcer


From: Phil <mainframed767 () gmail com>
Date: Tue, 10 Nov 2015 17:10:19 -0600

Thanks for doing all of this!

Took a look and the script arg wasn’t working (hostlist) so I took a look and made the following changes:

133,134c133,134
-   local filename = stdnse.get_script_args('dns-brute.hostlist')
-   filename = (filename and nmap.fetchfile(filename)) or
—
+local filename = stdnse.get_script_args('nje-node-brute.hostlist’)
+filename = ( (filename and nmap.fetchfile(filename)) or filename ) or

Here’s the updated script:

Attachment: nje-node-brute.nse
Description:


On Nov 9, 2015, at 5:34 PM, Daniel Miller <bonsaiviking () gmail com> wrote:

<nje-node-brute.nse>

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

_______________________________________________
Sent through the dev mailing list
https://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/

Current thread: