Skip to main content

A tool for performing reconnaissance on web targets in Python.

Project description

r3c0n

A tool for performing reconnaissance on web targets in Python

Description

Installation

pip install r3c0n

Run tests

python tests/test_cleanup.py 

Usage

from r3c0n import subdomain_scan as scanner

in_scope_domains = ['https://example.com']
subdomains = scanner.all(in_scope_domains)
print(subdomains)

> ['blog.example.com', 'auth.example.com', 'prod-cms.example.com']

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

r3c0n-1.0.0.tar.gz (3.0 kB view hashes)

Uploaded Source

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