shramos / polymorph

Polymorph is a real-time network packet manipulation framework with support for almost all existing protocols
GNU General Public License v2.0
445 stars 61 forks source link

[Errno 100] Network is down #15

Closed dragonxtek closed 3 years ago

dragonxtek commented 3 years ago

Hi Santiago, I tried to test the new polymorph version but when I run the command 'capture', appears the error 'network is down'. How you configure the interface? In help, does not appear the flag to specify a specific interface.

Selection_999(910)

shramos commented 3 years ago

Hi @dragonxtek,

Thank you for your comment. I have updated Polymorph to version 2.0.4 adding 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)

To test the new functionality, uninstall the current version of Polymorph and install it again using the pip3command. Remember to give it administrative permissions when you run the tool.

Don't hesitate to open another issue for any other problem that may arise.

dragonxtek commented 3 years ago

Thanks, now its solved