Contents

scapy-ssl_tls 2.0.0

0

An SSL/TLS layer for scapy the interactive packet manipulation tool

An SSL/TLS layer for scapy the interactive packet manipulation tool

Stars: 419, Watchers: 419, Forks: 156, Open Issues: 26

The tintinweb/scapy-ssl_tls repo was created 9 years ago and the last code push was 2 years ago.
The project is popular with 419 github stars!

How to Install scapy-ssl_tls

You can install scapy-ssl_tls using pip

pip install scapy-ssl_tls

or add it to a project with poetry

poetry add scapy-ssl_tls

Package Details

Author
tintinweb
License
GPLv2
Homepage
https://github.com/tintinweb/scapy-ssl_tls/
PyPi:
https://pypi.org/project/scapy-ssl_tls/
GitHub Repo:
https://github.com/tintinweb/scapy-ssl_tls
No  scapy-ssl_tls  pypi packages just yet.

Errors

A list of common scapy-ssl_tls errors.

Code Examples

Here are some scapy-ssl_tls code examples and snippets.

GitHub Issues

The scapy-ssl_tls package has 26 open issues on GitHub

  • Feature request: Implement please SSLKEYLOG decryption
  • Pip Install Error

See more issues on GitHub

Related Packages & Articles

trustme 1.1.0

#1 quality TLS certs while you wait, for the discerning tester

Twisted 24.3.0

An asynchronous networking framework written in Python

mitmproxy 10.2.4

An interactive, SSL/TLS-capable intercepting proxy for HTTP/1, HTTP/2, and WebSockets.

scapy 2.5.0

Scapy: interactive packet manipulation tool

Scapy_Exception: No /dev/bpf handle is available !

This error is encountered when scapy trys to send packets and does not have permission. console> python scapy-script Scapy_Exception: No /dev/bpf handle is available ! console> Workaround scapy related commands should be ran with sudo. console> sudo python scapy-script 1 Packet Sent console>

nassl 5.2.0

Experimental OpenSSL wrapper for Python 3.8+ and SSLyze.

hstspreload 2024.4.1

The hstspreload Python package provides a way to interact with the Chromium HSTS preload list, which is a list of sites that are hardcoded to be HTTPS only for enhanced security. This package allows users to check if a host is on this list, indicating that it should only be accessed via HTTPS. It is updated monthly, but can be manually updated if necessary.