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

Exception ignored in: 'netfilterqueue.global_callback' when trying to stop intercept #13

Closed mygeone closed 3 years ago

mygeone commented 3 years ago

When I intercept packet applying precondition and executions and try to stop intercept with Ctrl + C im getting: Exception ignored in: 'netfilterqueue.global_callback' Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.6/site-packages/polymorph/interceptor.py", line 75, in linux_modify packet.accept() KeyboardInterrupt until several seconds until I can Ctrl + C without getting error and come back to capture menu.

shramos commented 3 years ago

Thanks @mygeone. It should be solved with the new version of Polymorph.

diego12o commented 3 years ago

Hello, i have the same problem and my version of the software is the last one :(