/Censys-Search-API

Python Example Of My C# Port, Request Data From Search.Censys.io

Primary LanguagePythonGNU General Public License v3.0GPL-3.0


Logo

Censys Search API

Need Help?
Explore the Dscord »

About

Like shodan but better for recon and osint. the censys bots scrape the web looking for all devices even beind protected services like cloudflare then stores them within their database.This allows you to check your host and see if your backend ipaddress is exposed to the public.

Setting Up The API:

  • Login/Register Here.
  • Once Register Get Your API ID AND API KEY Here.
  • Open Authorization.json in notepad and/or any text editor.
  • API_ID = APP ID | API_KEY = Secret
  • Save The File & Run The Script With The Command Below
python censys.py

Developer Information:

  • Python: 3.10.8
  • C# Example Here