An open API service indexing awesome lists of open source software.

https://github.com/o-x-l/offsec-recon

Scripts to gather information about Clients (OSINT/Offensive-Security)
https://github.com/o-x-l/offsec-recon

offensive-security open-source-information-gathering-tools open-source-intelligence osint recon reconnaissance security security-audit

Last synced: 3 months ago
JSON representation

Scripts to gather information about Clients (OSINT/Offensive-Security)

Awesome Lists containing this project

README

          

# Offensive Security - Recon Tools

[![Lint](https://github.com/O-X-L/offsec-recon/actions/workflows/lint.yml/badge.svg)](https://github.com/O-X-L/offsec-recon/actions/workflows/lint.yml)

This is repository shows a few tools we use to gather intelligence on (possible) clients.

They are designed to be passive/quiet and utilize open-source information. (OSINT)

----

## External Tools and Providers

* [tools.oxl.app](https://tools.oxl.app/check/dns-enumeration)
* [IPInfo](https://ipinfo.io)
* [Shodan Internet Search-Engine](https://www.shodan.io/search)
* [CenSys Internet Search-Engine](https://search.censys.io/search)
* [Certificate Search](https://crt.sh/) ([GitHub](https://github.com/crtsh))
* [projectdiscovery - tool collection](https://github.com/projectdiscovery)
* [cloud.projectdiscovery.io](https://cloud.projectdiscovery.io) Platform
* [TheHarvester](https://github.com/laramies/theHarvester) util

----

## DNS

See: [README](https://github.com/O-X-L/offsec-recon/blob/main/dns/README.md)

## IPs

See: [README](https://github.com/O-X-L/offsec-recon/blob/main/ip/README.md)

## E-Mail

See: [README](https://github.com/O-X-L/offsec-recon/blob/main/email/README.md)

## Web Crawler - Quiet via PyAutoGUI

See: [README](https://github.com/O-X-L/offsec-recon/blob/main/web_crawler/README.md)