mirror of
https://github.com/nmap/nmap.git
synced 2025-12-15 04:09:01 +00:00
Added busy and decline response status code.
This commit is contained in:
@@ -63,6 +63,8 @@ Method = {
|
||||
Error = {
|
||||
TRYING = 100,
|
||||
RING = 180,
|
||||
BUSY = 486,
|
||||
DECLINE = 603,
|
||||
OK = 200,
|
||||
UNAUTHORIZED = 401,
|
||||
FORBIDDEN = 403,
|
||||
|
||||
Reference in New Issue
Block a user