shramos
shramos
Hello NewAlexandria, it would be very interesting. I would really appreciate it if you do the PR to adapt the format.
Hi @ConorShore , That's right. This is also related to your question about access to the ETH layer. However, access to the ETH layer can be implemented in a relatively...
Hi @niyetsin, This is because of the way Polymorph works, it is important that before reading the explanation I am going to make in this commentary, you understand what I...
Hi @dragonxtek, This error seems to be related with the permissions with which you execute the capture. Run Polymorph with the administration user, without using sudo, as there are several...
Hi @dragonxtek, I cannot reproduce the error in my test environment. Can you tell me more details about the environment in which you are running Polymorph? Additionally, could you attach...
Hi @dragonxtek, Thank you for your response. I tried to reproduce the error in the same environment you have and I can't. Importing a template and performing network packet interception...
Hi @majandres, Try to perform the import within the function: ``` def test_func(packet): import time time.sleep(4) return packet ```
Hi @dragonxtek, That's right. This is due to a limitation of the get_payload method of the external library Netfilterqueue, which is responsible for doing real-time network packet interception along with...
Hi @ConorShore , No previous version of Polymorph has support for the ETH layer due to a limitation in the netfilterqueue library with which network packets are intercepted. I am...