UrFingPoor / CensysAPI

C# Port Of The Python Example To Request Data From Search.Censys.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 store then within their database. This allows you to check your host and see if your backend ipaddress is exposed to the public.

Usage:
Task.Run(() => API.Search(hostBox.Text)); 
Requirements:
https://www.nuget.org/packages/Newtonsoft.Json/
https://www.nuget.org/packages/System.Net.Http/

About

C# Port Of The Python Example To Request Data From Search.Censys.io

License:GNU General Public License v3.0


Languages

Language:C# 100.0%