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