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)
- Host: GitHub
- URL: https://github.com/o-x-l/offsec-recon
- Owner: O-X-L
- License: gpl-3.0
- Created: 2024-09-27T20:20:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-26T19:16:09.000Z (12 months ago)
- Last Synced: 2025-03-02T16:38:34.179Z (7 months ago)
- Topics: offensive-security, open-source-information-gathering-tools, open-source-intelligence, osint, recon, reconnaissance, security, security-audit
- Language: Python
- Homepage:
- Size: 188 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Offensive Security - Recon Tools
[](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)
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)