Jurij Srebrnič

Results 6 comments of Jurij Srebrnič

I cant get it to work with python3, I tried with the @kalidasya update but got error when running an example. My setup: python3.7 scapy 2.4.3, scapy-ssl-tls 3.0.0. I tried...

Sorry my bad I meant example not test. I did not try to run the tests, I only tried with "full_rsa_connection_with_application_data.py" example and it failed.

Now it works, that you a lot for fixing it and for your fast response.

Yes this is all. There is also a COPY which copies a simple python script to test if all the packages are installed. The python script only has a few...

@kcq This is the rest of the Dockerfile ``` ADD ./entry.sh /usr/local/bin/entry.sh ADD ./test.py /usr/local/bin/test.py RUN ["chmod", "+x", "/usr/local/bin/entry.sh"] RUN ["chmod", "+x", "/usr/local/bin/test.py"] WORKDIR /usr/local/bin ENTRYPOINT ["/bin/bash", "/usr/local/bin/entry.sh"] ``` The...

@michaelcukier No I didn't. I haven't work on this since 2020 so I don't know of any recent developments.