Censys

Latest version: v2.2.12

Safety actively analyzes 638763 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 7

2.2.0

What's Changed ❇️

* Added Certs V2 (`CensysCerts`) and Web Entities (`WebEntitiesAssets`) API Support in https://github.com/censys/censys-python/pull/468
* Added deprecation for Certs V1 **This is going away soon, please switch to Certs v2** ([docs](https://support.censys.io/hc/en-us/articles/13393941983380-Three-Changes-You-Need-to-Make-for-Certs-2-0-API))
* See example using the search method: [`examples/search/search_certs.py`](https://github.com/censys/censys-python/blob/main/examples/search/search_certs.py)
* Added Certificate index to the `view` and `search` commands
* Try it now:

sh
censys view 9b00121b4e85d50667ded1a8aa39855771bdb67ceca6f18726b49374b41f0041 --index-type certificates
Or
censys search 'names: censys.io' --index-type certificates --fields names

* Enhanced the `subdomains` command using the new Certs V2 API

Breaking Changes :x:

* Removed `Risksv1` and renamed `Risksv2` to simply `Risks`.
* Imports will need to be updated.

**Old Imports**
python
from censys.asm.risks.v2 import Risksv2


**New Imports ✨**
python
from censys.asm.risks import Risks

* Removed Certs V1

**Legacy Certs V1 Imports**
python
from censys.search import CensysCertificates


**New Certs V2 Imports ✨**
python
from censys.search import CensysCerts

Make sure to update queries and pagination logic

* Removed Certs V1 from CLI


**Full Changelog**: https://github.com/censys/censys-python/compare/v2.1.9...v2.2.0

2.1.9

What's Changed
* feat(asm-api): Add Inventory Search in https://github.com/censys/censys-python/pull/374
* fix: raise certificates index timeout to match server in https://github.com/censys/censys-python/pull/384

**Full Changelog**: https://github.com/censys/censys-python/compare/v2.1.8...v2.1.9

2.1.8

What's Changed

* Fixed various issues and updated docs in https://github.com/censys/censys-python/pull/352
* Deprecated Risks v1 in https://github.com/censys/censys-python/pull/359

**Full Changelog**: https://github.com/censys/censys-python/compare/v2.1.7...v2.1.8

2.1.7

What's Changed

* Update pyproject.toml in https://github.com/censys/censys-python/pull/324
* Add __main__.py in https://github.com/censys/censys-python/pull/330
* Update Search CLI Options in https://github.com/censys/censys-python/pull/347

**Full Changelog**: https://github.com/censys/censys-python/compare/v2.1.6...v2.1.7

2.1.6

What's Changed
* feat(cli): Add nmap xml input in https://github.com/censys/censys-python/pull/312
* docs(cli): Update add-seeds docs in https://github.com/censys/censys-python/pull/315
* chore(docs): Update CLI gif in https://github.com/censys/censys-python/pull/320

**Full Changelog**: https://github.com/censys/censys-python/compare/v2.1.5...v2.1.6

2.1.5

What's Changed

* feat(cli): New Subdomain enumeration CLI (`censys subdomains`) in https://github.com/censys/censys-python/pull/302
* test(cli): Update CLI tests in https://github.com/censys/censys-python/pull/305
* test(asm): Update ASM tests in https://github.com/censys/censys-python/pull/309
* test(search): Update Search tests in https://github.com/censys/censys-python/pull/311

**Full Changelog**: https://github.com/censys/censys-python/compare/v2.1.4...v2.1.5

Page 3 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.