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
ping()
: You can use this simple endpoint to test your authentication and access to the SecurityTrails API.scroll(scroll_id)
: A fast and easy way to fetch many resultsdomain_info(HOSTNAME)
: Returns the current data about the given domain.domain_subdomains(HOSTNAME)
: Returns subdomains for a given hostnamedomain_tags(HOSTNAME)
: Returns tags for a given hostnamedomain_associated(HOSTNAME, PAGE)
: Find all domains that are related to a domain you inputdomain_whois(HOSTNAME)
: Returns the current WHOIS data about a given domain with the stats merged togetherdomain_search(FILTER, INCLUDE_IPS, PAGE)
: Filter and search specific records using this endpoint.domain_search_sql(QUERY, INCLUDE_IPS, PAGE, SCROLL)
: Filter and search specific records using our DSL with this endpointdomain_search_stats(FILTER)
: Show statistics of a researchdomain_history_dns(HOSTNAME, TYPE, PAGE)
: Lists out specific historical information about the given hostname parameterips_nearby(IP)
: Returns the neighbors in any given IP level range and essentially allows you to explore closeby IP addresses.ips_search_dsl(IP, PAGE)
: Search for an IP address using DSLips_search_stats(QUERY)
: Stats on a DSL queryfeeds_domains(TYPE, FILTER, TLD, NS)
: Fetch zone files including authoritative nameservers with ease
License
This code is licensed under GPLv3
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | af6d47b5df82a2cc1648f441d3552615b7c017a78323c4e5a6a5db1343771bcf |
|
MD5 | 932f41c28949ffe31aa81a4aa730245e |
|
BLAKE2b-256 | 73aeffa6025f5ec32bd8a04e4647b2cab36f0a477c788508b7a14fa2ab439726 |
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2cc350f5fdc8bb1f52063f24c6fa3da1e32c87de51c0330e3740646a41f0cd11 |
|
MD5 | da4051110e488de988c88e9916dcb9a5 |
|
BLAKE2b-256 | 7a4c6502b9342436f0cd2e2aca87afb5f2f95ea1b9ba2b7c4a0b8c1a1edea29a |