Polymorph Versions Save

Polymorph is a real-time network packet manipulation framework with support for almost all existing protocols

v2.0.5

3 years ago

Added some minor fixes:

  • Removed the trail spaces from the command line
  • The exception KeyboardInterrupt has been captured during the capture process

v2.0.4

3 years ago

Select specific interface

Added the functionality to select a specific interface using the -i option.

PH > capture -i lo -f icmp
[+] Waiting for packets...

(Press Ctr-C to exit)

If no interface is selected, Polymorph will try to capture on all available interfaces (except localhost).

Remove function by order number

Updated Polymorph to remove functions by indicating the function order number.

PH:cap/t10 > functions -d 2

Change function order by order number

Updated Polymorph to change the order of functions by indicating the function order number.

PH:cap/t10 > functions -c 2 -p 0

v2.0.2

3 years ago

Fixed some minor errors related to the import and installation of some external dependencies.

v2.0.0

3 years ago

Rewriting much of Polymorph's code in order to simplify the use of the tool and improve the handling of network packets in real time.

For release notes and major changes refer to: https://github.com/shramos/polymorph/blob/master/docs/release-notes/release-notes-2.0.0.md

v1.0.3

5 years ago

Fixed bug with prompt-toolkit that crashed the main interface.

For release notes and major changes refer to: https://github.com/shramos/polymorph/blob/master/docs/release-notes/release-notes-1.0.3.md

v1.0.0

5 years ago