PortSwigger / python-scripter

Sourced from gist: https://gist.github.com/mwielgoszewski/7026954
50 stars 11 forks source link

How could I integrate cloud flare scrape module into python-scripter #2

Open evering7 opened 6 years ago

evering7 commented 6 years ago

Dear support team, I am glad to find that python-scripter could help me to intercept the request of http and do some modification to the http request data. But I am frustrated that cloud flare scrape module or cfscrape module, use the requests package, not the burp.vrh or burp.wyb type (usually naming requestInfo and messageInfo ) to complete the http request.

So my question needing your answers is how I could insert some cfscrape code into the process of http request controlled by python scripter in burp Suite.

Thank you very much