Skip to content

Releases: shramos/polymorph

Polymorph v2.0.5

Choose a tag to compare

@shramos shramos released this 09 Oct 17:41

Added some minor fixes:

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

Polymorph v2.0.4

Choose a tag to compare

@shramos shramos released this 09 Oct 06:38

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

Polymorph v2.0.2

Choose a tag to compare

@shramos shramos released this 07 Oct 17:50

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

Polymorph v2.0.0

Choose a tag to compare

@shramos shramos released this 01 Oct 16:11
8303bfa

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

Polymorph v1.0.3

Choose a tag to compare

@shramos shramos released this 22 May 08:53

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

Polymorph v1.0.0

Choose a tag to compare

@shramos shramos released this 20 May 12:16