megadose/holehe

Rocketreach.co module broken

mark-sercombe opened this issue · 0 comments

Describe the bug
the rocketreach module is broken they now require a csrf token

To Reproduce
run the rocketreach module

to get the token:

response = await client.get("https://rocketreach.co/signup")

        token =  re.search(r'name="csrfmiddlewaretoken" value="(.*)"', response.text).group(1)