Borja Berastegui

Results 12 comments of Borja Berastegui

Another example of urls not being added to any dataset: ``` ```

Sorry, but I also added in the same PR one small modification in the HTML of the report 😇

This is what I'm doing until we get this done :D Create a file called `exclusions.txt` > youtube.com linkedin.com I create a variable with the exclusions in the format that...

Hi ! In my case, I was trying to find a regexp matching cookie being sent in the request and then modifying/deleting/triggering whatever behaviour we wanted. That is why I...

In my specific case yes, one key in particular. But in the case that the key might be variable (I've seen several applications doing this), it will be great to...

So, two separate functions like: > func CookieKeyMatches(regexps ...*regexp.Regexp) ReqConditionFunc And: > func CookieValueMatches(regexps ...*regexp.Regexp) ReqConditionFunc Or one function with two parameters: > func CookieMatches(regexpKey *regexp.Regexp, regexpValue *regexp.Regexp) ReqConditionFunc Or:...

+1 here. The json output is not properly formatted. I made this ugly hack in my python post-processing for cleaning that last trailing comma: ``` with open("/tmp/masscan_output.json") as f: raw_data...

For now, I've made a small script that re-processes the json output and groups the urls that return the same code, size, and flags into an array. The end result...

I was about to open a feature request on the 200 error detection, at least something "basic" such as: If `/AAAAA` and `/BBBBB` return `HTTP 200` and the same size,...

And also, now that we are here, I'll leave my opinion about one of the features that you mentioned above, the screenshots. There are multiple tools that we can use...