Closed
Description
[16:32:28] [TRAFFIC_IN] HTTP response [#1]:
HTTP/1.1 401 Unauthorized
Date: Sun, 17 Mar 2024 11:02:27 GMT
Content-Type: application/json;charset=ISO-8859-1
Transfer-Encoding: chunked
Connection: close
Server: Apache/2.4 () OpenSSL/1.0.2k-fips
Vary: Origin,Access-Control-Request-Method,Access-Control-Request-Headers
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
Strict-Transport-Security: max-age=31536000 ; includeSubDomains
X-Frame-Options: DENY
[16:32:28] [WARNING] It seems the session got expired, update the session and re-run
[*] ending @ 16:32:28 /2024-03-17/
Add something to ignore status codes. Like in sqlmap we have --ignore-code=IG.. Ignore (problematic) HTTP error code (e.g. 401)
. It's a basic feature @r0oth3x49