1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 04:09:01 +00:00
Commit Graph

4 Commits

Author SHA1 Message Date
david
f7b4d9146c Revise NSEDoc in brute.lua. 2010-08-18 15:52:32 +00:00
david
3c89e089fc Change calls in these forms:
socket:connect(host.ip, port.number)
socket:connect(host.ip, port.number, port.protocol)

to this:

socket:connect(host, port)

connect can take host and port tables now, and the default protocol is
taken from the port table if possible.
2010-08-16 18:59:30 +00:00
patrik
40a66945bb changed so that the error message of the Error object is returned when a
script signals the engine to abort.
2010-08-14 17:14:32 +00:00
patrik
5f58469ba7 o [NSE] Added a new brute library that provides a basic framework and logic
for password guessing scripts. [Patrik]
2010-08-14 14:56:40 +00:00