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

NoneType object has no attribute 'getts' #5

Open maartendekker1998 opened 3 years ago

maartendekker1998 commented 3 years ago

image

Do you know the root of this problem? would like to see it resolved :)

NikolaiT commented 3 years ago

Why is the variable header None?

Where do you let the program run? Locally, server? What command line flags do you use?

What is your output of the command ifconfig ?

qinjielong commented 2 years ago

hello! i got the same problem, centos 7,python tcp_fingerprint.py -i ens33 --classify, ifconfig: br-be7a9badd34d: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 inet 172.38.0.1 netmask 255.255.0.0 broadcast 0.0.0.0 ether 02:42:47:c2:e0:a2 txqueuelen 0 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 0 bytes 0 (0.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

docker0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 inet 172.17.0.1 netmask 255.255.0.0 broadcast 0.0.0.0 ether 02:42:c7:e3:57:8c txqueuelen 0 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 0 bytes 0 (0.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

ens33: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 192.168.219.200 netmask 255.255.255.0 broadcast 192.168.219.255 inet6 fe80::5671:f841:4882:6ff6 prefixlen 64 scopeid 0x20 ether 00:0c:29:40:08:82 txqueuelen 1000 (Ethernet) RX packets 78989 bytes 12253234 (11.6 MiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 128358 bytes 11985905 (11.4 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 inet6 ::1 prefixlen 128 scopeid 0x10 loop txqueuelen 1000 (Local Loopback) RX packets 67985 bytes 41935955 (39.9 MiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 67985 bytes 41935955 (39.9 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0