We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Talos now uses rolling cookies on their API, requests to API without a valid cookie do not work.
To Reproduce Use existing analyzer, it is no workies.
Expected behavior Works.
Complementary information n/a
Work environment Latest
Possible solutions Need to use requests.Session() against https://talosintelligence.com/reputation_center/lookup?search=IPADDRESS This obtains cookies, then subsequent requests to API work
Additional context nOpe.
The text was updated successfully, but these errors were encountered:
Lets get this merged. I use this one alot.
Sorry, something went wrong.
#521 merge PR
7ee0e67
jeromeleonard
No branches or pull requests
Describe the bug
Talos now uses rolling cookies on their API, requests to API without a valid cookie do not work.
To Reproduce
Use existing analyzer, it is no workies.
Expected behavior
Works.
Complementary information
n/a
Work environment
Latest
Possible solutions
Need to use requests.Session() against https://talosintelligence.com/reputation_center/lookup?search=IPADDRESS
This obtains cookies, then subsequent requests to API work
Additional context
nOpe.
The text was updated successfully, but these errors were encountered: