Rand0x
Rand0x
Add a payment method, I guess this should solve your problem. U will pay for usage. https://payments.google.com/gp/w/home/paymentmethods
@dogancanbakir, thank you for your answer. Yes, I already explored `-iqp`  As you can see in the image, I have a website that handles the CSRF token via the...
> [@Rand0x](https://github.com/Rand0x) So, are you looking for an option to skip or ignore, for example, URLs that include the `newtoken` query parameter? Yes, correct. > [@Rand0x](https://github.com/Rand0x) `-crawl-out-scope` option supports regex...
Read your errors - there are Regex-String errors, fix them. Example: ERROR: link_regx = re.compile('(.?)') FIX: link_regx = re.compile(r'(.?)')