NikolaiT / zardaxt

Passive TCP/IP Fingerprinting Tool. Run this on your server and find out what Operating Systems your clients are *really* using.
Other
292 stars 33 forks source link

Getting error when run with --classify tag #15

Closed mtstedman closed 1 year ago

mtstedman commented 1 year ago

Command: python tcp_fingerprint.py -i eth0

Runs correctly, but doesn't do any device classifying (and I can't search for specific IP's it's just returning them all)

Command: python tcp_fingerprint.py -i eth0 --classify

Returns:

    [2023-01-26 01:56:52.884948] - INFO - tcp_fingerprint - Loaded 11482 fingerprints from the database

    -i, --interface   interface to listen to; example: -i eth0
    -l, --log         log file to write output to; example -l output.txt (not implemented yet)
    -v, --verbose     verbose logging, mostly just telling you where/what we're doing, not recommended if want to parse output typically
    -n, --writeAfter  after how many SYN packets writing to the file

I don't see any errors in the log though so I'm not exactly sure what the issue I'm having is

NikolaiT commented 1 year ago

Not relevant anymore.