xnih / satori

Python rewrite of passive OS fingerprinting tool
GNU General Public License v2.0
153 stars 25 forks source link

print sometimes wraps with fingerprint guess into next time stamp #3

Closed xnih closed 3 years ago

xnih commented 4 years ago

Example: 2020-05-10T07:00:01;10.101.142.210;00:C1:64:xx:xx:xx;TCP;S;64240:64:1:52:M1460,N,W8,N,N,S:T;Windows 10 - 1803:52020-05-10T07:00:03;10.178.160.24;00:C1:64:xx:xx:xx;TCP;S;8192:128:1:52:M1460,N,W8,N,N,S:T;Windows 10 - 1607:5|Windows 7:5|Windows 7 SP1:5|Windows 8.1:5|Windows Server 2008 R2:5

This is seen across fingerprint methods, IE across different modules.

xnih commented 4 years ago

This one is hard to duplicate, I will be testing a few different features/options of the print(), such as flush=true, adding an end = '/n'

xnih commented 4 years ago

testing with adding: , end='\n', flush=True

to the end of the print statements seems to address in limited testing so far. Will continue to let that run in my tests while I wait for lcc feedback as well and upload both changes at some time should it continue to look promising.

xnih commented 3 years ago

3 months, no known issues with changes, closing.