-
I have installed scapy-ssl_tls in Windows from the source code as instructed in the home page. I use Python 2.7.
When I test the installation, I get this response. Can you please identify the proble…
ghost updated
6 years ago
-
NOTE: `>>> from scapy_ssl_tls import * ` works but `>>> from scapy_ssl_tls.ssl_tls import TLS` does not.
I previously raised an issue and you advised me to install pycrypto. I did so:
```
C:\WINDOW…
ghost updated
6 years ago
-
I am tryin to reproduce the SCSV example in your examples:
https://github.com/tintinweb/scapy-ssl_tls/blob/master/examples/SCSV_fallback_test.py
I tried this smaller program built based on the exa…
ghost updated
6 years ago
-
hello,
I am extracting SSL/TLS certificate fields from serverhello packet using scapy-ssl_tls library which I installed using pip.
The problem is, I'm not able to figure out a way to extract valu…
-
i use "sudo pip install scapy-ssl_tls" to install,but it reported:
```
The directory '/Users/chenfangzheng/Library/Caches/pip/http' or its parent directory is not owned by the current user and the…
-
I am tryint o install scapy-ssl_tls in Windows and I use Pyathon 3.6.
I run: `py -m pip install scapy-ssl_tls`
I get:
`Command "python setup.py egg_info" failed with error code 1 in C:\Users\myuse…
ghost updated
6 years ago
-
Perhaps I am missing something.
https://github.com/tintinweb/scapy-ssl_tls/blob/master/examples/client_hello_rsa.py#L32
But any example with the TLSHandshakes class is not working as I cannot find…
ril3y updated
6 years ago
-
Hi,
I am getting the following error: `Traceback (most recent call last):
File "client_hello_with_session_ticket.py", line 38, in
tls_ctx.get_client_kex_data()])
File "/media/sf_TLS_Tu…
-
I use version 1.2.3 of scapy and when i tried to use that extension it gives me
Attribute error: algorithms
The fix is changing the
`XFieldLenField("length", None, length_of="algorithms", f…
-
Any one have any sample code for generating SKE message from server ?