Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ scapy Public
forked from secdev/scapy

Scapy integrated with scapy_ssl-tls on Python 3 (in branch with_ssl-tls)

License

Chen-Zhe/scapy

 
 

Repository files navigation

Scapy with SSL/TLS support

Hand integrated from Scapy and scapy-ssl_tls using the latest versions as of today (Dec 28, 2017). Works only on Python 3 (change one line's .items() to .iteritems() should help to run in Python 2)

Installation

git clone -b with_ssl-tls https://github.com/chen-zhe/scapy
cd scapy
python setup.py install
>>>

Tutorials

To begin with Scapy, you should check the notebook hands-on and the interactive tutorial. If you want to learn more, see the quick demo: an interactive session (some examples may be outdated), or play with the HTTP/2 and TLS notebooks.

About

Scapy integrated with scapy_ssl-tls on Python 3 (in branch with_ssl-tls)

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.9%
  • Other 0.1%