Skip to content

Releases: SkypLabs/scapy-mitm

v1.2.1

14 Jul 19:23
v1.2.1
Compare
Choose a tag to compare

Improvements

  • Use the parameters inter and loop of the function sendp
  • Use commit ids instead of Git tags in the pre-commit configuration

Fixes

  • The parameter iface of the function sendp was not set

v1.2.0

25 May 18:09
v1.2.0
Compare
Choose a tag to compare

New Features

  • Display version number with --version

Improvements

  • Stick to the PEP 8 style guide
  • Add a pre-commit configuration file
  • Add a Probot Settings configuration file

v1.1.1

25 May 17:52
v1.1.1
Compare
Choose a tag to compare

Improvements

  • Rename mitm.py to arp-mitm
  • Add requirements.txt
  • Replace tab characters with spaces
  • Remove a useless import

Fixes

  • Fix the use of objects with the same name as a built-in

v1.1.0

20 Jul 00:08
v1.1.0
Compare
Choose a tag to compare

New Features

  • Use argparse module

Improvements

  • Allow to import mitm.py into another Python script
  • Improve help messages
  • Possibility to use --help without being root

v1.0.0

12 Jun 23:55
v1.0.0
Compare
Choose a tag to compare

First release.