mirror of
https://github.com/nmap/nmap.git
synced 2025-12-08 13:41:29 +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
|
-- 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
|
-- 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
|
-- 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
|
-- should return false and a <code>brute.Error</code>. The driver can signal
|
||||||
-- Engine to retry a set of credentials by calling the Error objects
|
-- 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
|
-- <code>setRetry</code> method. It may also signal the Engine to abort all
|
||||||
-- password guessing by calling the Error objects <code>setAbort</code> method.
|
-- password guessing by calling the Error objects <code>setAbort</code> method.
|
||||||
-- Finally, the driver can notify the Engine about protocol related exception
|
-- Finally, the driver can notify the Engine about protocol related exception
|
||||||
|
|||||||
Reference in New Issue
Block a user