Skip to content

krishpranav/sniff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sniff

A Simple Golang Tool That Automates OSINT For Threat Intelligence And Mapping Your Attack Surface.

forthebadge

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.