Is --resume-from broken or am I doing something wrong? #770
Replies: 4 comments 5 replies
-
hard to say. are you able to upload your state file? if the target needs to be sanitized, the file could be hand-edited (it's just json) |
Beta Was this translation helpful? Give feedback.
-
the error you're seeing is from the initial heuristics tests. it's returned when ferox can't connect to any given target.
|
Beta Was this translation helpful? Give feedback.
-
thanks for posting the state file, i'll be able to check this out over the weekend |
Beta Was this translation helpful? Give feedback.
-
Ok, a question or two based on your state file:
i ask because the only scan i see that has a scan type of I'm not trying to be snarky, just trying to figure out if there's a bug in how scans are stored or something along those lines. |
Beta Was this translation helpful? Give feedback.
-
When I try to resume from a .state file, all I'm getting is
ERROR: Could not connect to any target provided
. But I notice that the "splash" info won't show any target. I attempted tocurl
the target and it's accessible.So I thought, "ok, since there's no target there, maybe I need to supply it again" (although I understand it should be in the .state file, it makes no sense to try to resume it on a different target), and as expected, I got the message
error: The argument '--resume-from <STATE_FILE>' cannot be used with '--url <URL>'
Beta Was this translation helpful? Give feedback.
All reactions