mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 13:11:28 +00:00
Clarify location of the Error object
This commit is contained in:
@@ -33,8 +33,8 @@
|
||||
-- The <code>login</code> method does not need a lot of explanation. The login
|
||||
-- function should return two parameters. If the login was successful it should
|
||||
-- return true and a <code>creds.Account</code>. If the login was a failure it
|
||||
-- should return false and an <code>Error</code>. The driver can signal the
|
||||
-- Engine to retry a set of credentials by calling the Error objects
|
||||
-- should return false and a <code>brute.Error</code>. The driver can signal
|
||||
-- the Engine to retry a set of credentials by calling the Error objects
|
||||
-- <code>setRetry</code> method. It may also signal the Engine to abort all
|
||||
-- password guessing by calling the Error objects <code>setAbort</code> method.
|
||||
-- Finally, the driver can notify the Engine about protocol related exception
|
||||
|
||||
Reference in New Issue
Block a user