russdm

Results 5 comments of russdm

See the following I've raised the warning for UnknownCipherSuite as an error, and have been logging them in my packet captures. In comparison to the packet captures in Wireshark. Application...

Just a note the first two captures in the log file are in the pcap. To save longevity of analysis. Only meant to do two to save having to analyze...

Information regarding the SSLv2 header if your interested. [SSLv2 header.txt](https://github.com/secdev/scapy/files/14158359/SSLv2.header.txt)

Change the comma in the setup file to as.

It probably won't work after that, as there's another issue generating os permissions. chmod(0755,fname) if you can find the line with that command change it to chmod(0o755,fname) for octal format....