Click to collapse/expand
Censys-API-Python is a simple Python utility designed to extract public data from the Censys API, including IP addresses, services, banners, certificates, operating system CPEs, and ASN information associated with a domain.
This is primarily a personal/professional tool, built to address a very specific need I had β being able to quickly fetch and view basic data from Censys without relying on heavy or overly complex solutions.
βοΈ This script is not optimized for performance or large-scale automation. Itβs a straightforward and functional tool for precise, targeted use cases.
- Fast extraction of IP addresses, services, banners, certificates.
- Console output or HTML export.
- Handles virtual hosts inclusion/exclusion.
- Option to display only IP addresses (--ip_only).
- Basic pagination (up to 100 results per query).
- Simple CLI usage.
π‘ Why share it? Because it might help someone else, and I believe in sharing useful tools β even if they're not perfect. If this can save you time, feel free to use, adapt, or improve it. And if you have suggestions or contributions, they are welcome!
This project is licensed under the GNU Affero General Public License, Version 3.0. For more details, please refer to the LICENSE file in the repository: Read the license on GitHub