Anany
Anany
hello @sirdarckcat On all sites
Thank you @sirdarckcat The problem was due to some extensions
These extensions `Avira Password Manage` `malwarebytes`
Excuse me The extension works with `malwarebytes` The problem was only due to `Avira Password Manage`
@xnl-h4ck3r Nice work Also you should add the host permission in `manifest.json` By `"permissions": ["storage", "declarativeContent", "activeTab", "tabs","https://*.google.com/*"],` Or `"permissions": ["storage", "declarativeContent", "activeTab", "tabs","https://*/*"],`
Hi @jc-base4sec You can use seq to generate a range of numbers then you can pass them to ffuf `seq 5 1000 | ffuf -w - -u https://www.example.com/?id=FUZZ`
Good idea
Hi, I added the whitelist to prevent SSRF and file system access via `file://`, which is possible with the original code. Even if it's only used for CORS, adding basic...
Hey @maxwxyz, Yeah, I made a few changes, and I would say it’s looking good to go.