Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.24 KB

README.md

File metadata and controls

56 lines (38 loc) · 1.24 KB

Examples

Examples for using the Python Library.

Imports

For our package import statements are structured like this.

Search

# Access all indexes
from censys.search import SearchClient

# Access only the hosts index
from censys.search import CensysHosts

# Access only the certificates index
from censys.search import CensysCerts

ASM

from censys.asm import AsmClient

Available Examples

Search Examples

Hosts Index

Certificates Index

ASM Examples