Rand0x

Results 4 comments of 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` ![Image](https://github.com/user-attachments/assets/3a9582e3-c4f5-456f-afcc-9b92371115db) 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'(.?)')