Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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