-
Notifications
You must be signed in to change notification settings - Fork 620
Open
Labels
Type: EnhancementMost issues will probably ask for additions or changes.Most issues will probably ask for additions or changes.
Description
Please describe your feature request:
I developed an internal tool which uses fing to passively discover new hosts in the network and gather a bunch of information. I'm using fing
because the output not only tells me if the host is up or not, but it also gives me information such as the MAC adress of the host and the vendor, for example:
└─# fing redactedIP/32 -o table,json -r 1
20:05:59 > Discovery profile: Default discovery profile
20:05:59 > Discovery class: data-link (data-link layer)
20:05:59 > Discovery on: redactedIP/32
20:05:59 > Discovery round starting.
{"NetworkAddress":"redactedIP/32","NetworkFamily":"INET4","NetworkBearer":"Ethernet","Hosts":[{"Name":"","Hostname":"redactedHostname","HardwareAddress":"9A:7E:99:B4:54:D2","Address":"redactedIP","Vendor":"HP","State":"up","LastChangeTime":""}]}
20:06:02 > Discovery round completed in 3.052 seconds.
20:06:02 > Network redactedIP/32 has 1/1 hosts up.
I want to replace fing with naabu first for the speed, and second because it's not open source, but I can't do it because it lacks such features.
Another feature I'd like to see implemented is a flag to also show dead hosts when doing a Host Discovery with naabu, not only alive hosts, for example:
└─# naabu -host redactedRange/24 -sn -json -show-dead
__
___ ___ ___ _/ / __ __
/ _ \/ _ \/ _ \/ _ \/ // /
/_//_/\_,_/\_,_/_.__/\_,_/
projectdiscovery.io
[INF] Current naabu version 2.1.6 (latest)
[INF] Running host discovery scan
[INF] Found alive host 10.0.0.1 (10.0.0.1)
**[INF] Found dead host 10.0.0.2 (10.0.0.2)**
[INF] Found alive host 10.0.0.3 (10.0.0.3)
Describe the use case of this feature:
I'd like to get rid of closed source tools that I currently use to develop internal applications.
Metadata
Metadata
Assignees
Labels
Type: EnhancementMost issues will probably ask for additions or changes.Most issues will probably ask for additions or changes.