censys / censys-python

An easy-to-use and lightweight API wrapper for Censys APIs.
https://censys-python.rtfd.io/
Apache License 2.0
392 stars 89 forks source link

plz help me fixed Error : 403 (Forbidden): Access was denied for this resource or feature. #640

Open lolminerxmrig opened 1 month ago

lolminerxmrig commented 1 month ago

Hi.

plz help me fixed Error

403 (Forbidden): Access was denied for this resource or feature.

Code : censys search 'services.http.response.html_title: ConnectWise ScreenConnect Remote Support Software' | jq -c '.[] | {ip: .ip, ports: [.services[].port]}'

image

thehappydinoa commented 1 month ago

Hey I think you need to put double quotes around the html title text.

lolminerxmrig commented 1 month ago

plz add sample.