gotr00t0day / spyhunt

recon for bug hunters
429 stars 95 forks source link

Changing Useragents #16

Closed mayormaynotbeano closed 4 months ago

mayormaynotbeano commented 4 months ago

Sometimes I was not able to conduct recon using spyhunt, because WAF was blocking the User Agent. On my local machine, I use a different User Agent, but in that process i thought it would be nice to add randomized user agents to the project, so that automated detection would be a bit harder when doing enumuration.

This is a very rough version of what I intend it to be, but I wanted to show a possible solution to the problems I encountered. I am sure that there are "Faster ways" to do this function, but this is only a proposal, and to see if you guys are interested in such a feature.

gotr00t0day commented 4 months ago

Hey, I just added a script to modules that will choose a random user agent, I added everything to the updated version.