PhiBo
PhiBo
> ```docker run -it --rm -v "$PWD/etc":/opt/dionaea/etc/dionaea -p ...``` - what files are in your ```$PWD/etc``` directory? > ```# docker run --cap-add=NET_BIND_SERVICE --rm=true -p 21:21 -p 42:42 -p 8080:80 -p...
I like your idea, but in a first step I think it might be much easier to add these features to a pure python sslscanner. That's why I have created...
The next version of FlexTLS can decode ServerKeyExchange messages. But at the moment I'm not sure how to check if the DH parameters are complex enough. It's possible to extract...
@tyll Can you please verify the pull request
The information about the security level should be added to the tls cipher suite registry in the FlexTLS Python package. I have created a new issue DinoTools/python-flextls#15 to fix it.
I have a very similar issue. Real time detection reports something above 80% or even above 90% but with the cli or the BirdNET-Analyzer I'm unable to reproduce the result....
Do you mean the ```osm_base``` value from the meta tag? ```xml ```
@SuperQ did you find the time to have a look at the time parser libraries? Do I have to change something or can this PR be merged?
Thanks for you reply. I will update the PR and use the strftime functions to parse the date and time. But before I change the code. Do you see any...
Had to use https://github.com/itchyny/timefmt-go instead of https://github.com/lestrrat-go/strftime because it does not support parsing lestrrat-go/strftime#22