LinLuosheng / Censys-Search-API

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


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

About

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

License:GNU General Public License v3.0


Languages

Language:Python 100.0%