bugcrowd / HUNT

Apache License 2.0
2.18k stars 414 forks source link

No requests are captured by the HUNT scanner #60

Open juniorhero opened 4 years ago

ghost commented 4 years ago

Hi, did you have specific targets in scope set within Burp?

Just targets in scope go through HUNT.

Cheers, Simone

w33knd commented 3 years ago

hey, i have a (.*) regex in include scope and exclude scope contains some url. is that a problem?

regards, Trilok

w33knd commented 3 years ago

hey, i have a (.*) regex in include scope and exclude scope contains some url. is that a problem?

regards, Trilok

cak commented 3 years ago

@bl4ckr0se-wq No, it should not be a problem. HUNT Scanner uses Burp's callbacks.isInScope() API, if the scope is set correctly HUNT will process those requests.