You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
About the second proposal it's a bit confusing: An host is considered dead when unresponsive or when it responds somehow and under continuous traffic stops responding?
@Mzack9999 Lol I was never expecting an answer, what a surprise.
May I suggest another database? Altough the one you provided is already mapped to a go function, it's 5 years old, maybe you can use https://maclookup.app/downloads/json-database which not only is updated but it also has more than double the amount. It's a bit on the chunkier side at 6MB to include as is, but maybe you can gzip it? Don't know how it could affect performance to do it every scan with a MAC discovery parameter.
About the second proposal it's a bit confusing: An host is considered dead when unresponsive or when it responds somehow and under continuous traffic stops responding?
Yeah, in my case I would consider a dead host as unresponsive (my tool just sends 1 ICMP packet, if it gets a response then it's alive, otherwise it's dead), like sending a ping and getting 100% packet loss. I'm curious what would the real life of "it responds somehow and under continuous traffic stops responding" means, if I read that I only think of a denial of service haha.
Thanks for taking this proposal into consideration!
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: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:
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.
The text was updated successfully, but these errors were encountered: