Noman | نعمان | नोमान

Results 17 comments of Noman | نعمان | नोमान

This can be done for a nongeneric regex that has a unique prefix like `ghp_` and a specific length. But for others, it's surely going to increase the number of...

Hi @madaratech , We can get the length/size of the response by using `len(res.body)` Just change this [line](https://github.com/bugbaba/meg/blob/master/main.go#L104) in your code and then compile it. ![screen](https://raw.githubusercontent.com/bugbaba/meg/master/screen.PNG) Hope it helps :)

Currently I am doing this in kind of similar way. 1. requesting randomstring.txt with gobuster as it also has its own built-in wildcard detector. 1. then grepping for 'randomshit' and...

Because of the way web works :) The gobuster sends random paths and if the hosts don't respond with `200 OK` it assumes that is safe from wildcard. and even...

you are right on that part.

@Ice3man543 Could you share a brief on how are you planning to do this. Did you guys found the way to send a multiple values in a single request ?...

concern regarding `leaking` is valid @picatz