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`