Skip to main content

Python wrapper around the Security Trails API

Project description

pysecuritytrails

Python3 wrapper for the Security Trails API https://securitytrails.com/

Installation

You can install it directly from the pypi package : pip install pysecuritytrails

You can also install the last version of the source code:

git clone https://github.com/Te-k/pysecuritytrails.git
cd pysecuritytrails
pip install .

Usage

from pysecuritytrails import SecurityTrails, SecurityTrailsError
st = SecurityTrails('APIKEYHERE')

# Check that it is working
try:
    st.ping()
except SecurityTrailsError:
    print('Ping failed')
    sys.exit(1)

infos = st.domain_info('securitytrails.com')
subdomains = st.domain_subdomains('securitytrails.com')
tags = st.domain_tags('securitytrails.com')
whois = st.domain_whois('securitytrails.com')
history_dns = st.domain_history_dns('securitytrails.com')
history_whois = st.domain_history_whois('securitytrails.com')

For more information on the API, check https://docs.securitytrails.com/reference

List of Functions Implemented

License

This code is licensed under GPLv3

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pysecuritytrails-0.1.3.tar.gz (7.5 kB view details)

Uploaded Source

Built Distribution

pysecuritytrails-0.1.3-py3-none-any.whl (20.0 kB view details)

Uploaded Python 3

File details

Details for the file pysecuritytrails-0.1.3.tar.gz.

File metadata

  • Download URL: pysecuritytrails-0.1.3.tar.gz
  • Upload date:
  • Size: 7.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.3

File hashes

Hashes for pysecuritytrails-0.1.3.tar.gz
Algorithm Hash digest
SHA256 af6d47b5df82a2cc1648f441d3552615b7c017a78323c4e5a6a5db1343771bcf
MD5 932f41c28949ffe31aa81a4aa730245e
BLAKE2b-256 73aeffa6025f5ec32bd8a04e4647b2cab36f0a477c788508b7a14fa2ab439726

See more details on using hashes here.

File details

Details for the file pysecuritytrails-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: pysecuritytrails-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 20.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.3

File hashes

Hashes for pysecuritytrails-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 2cc350f5fdc8bb1f52063f24c6fa3da1e32c87de51c0330e3740646a41f0cd11
MD5 da4051110e488de988c88e9916dcb9a5
BLAKE2b-256 7a4c6502b9342436f0cd2e2aca87afb5f2f95ea1b9ba2b7c4a0b8c1a1edea29a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page