Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krishpranav/sniff
A Simple Golang Tool That Automates OSINT For Threat Intelligence And Mapping Your Attack Surface.
https://github.com/krishpranav/sniff
attack attack-defense attack-surface attack-surfaces bugbounty go golang recon reconnaissance scanner security web-security
Last synced: 4 months ago
JSON representation
A Simple Golang Tool That Automates OSINT For Threat Intelligence And Mapping Your Attack Surface.
- Host: GitHub
- URL: https://github.com/krishpranav/sniff
- Owner: krishpranav
- License: bsd-2-clause
- Created: 2021-09-16T04:08:40.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-16T05:17:38.000Z (over 3 years ago)
- Last Synced: 2024-10-02T09:19:13.987Z (4 months ago)
- Topics: attack, attack-defense, attack-surface, attack-surfaces, bugbounty, go, golang, recon, reconnaissance, scanner, security, web-security
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sniff
A Simple Golang Tool That Automates OSINT For Threat Intelligence And Mapping Your Attack Surface.[![forthebadge](https://forthebadge.com/images/badges/made-with-go.svg)](https://forthebadge.com)
## Installation:
```
$ git clone https://github.com/krishpranav/sniff
$ cd sniff
$ go run sniff.go
```## Usage:
```
-t string
Domain or IP address (Required)
-p string
Print results to console
```## Output:
```
$ sniff -t google.com -p[?] ASN: "15169" ORG: "GOOGLE, US"
8.8.4.0/24
--- sniff ---
[:] Writing 616 CIDRs to file...
[:] Converting to IPs...
8.8.8.1
--- sniff ---
[:] Writing 14725936 IPs to file...
[!] Done.
```