rishavmehra / net-cut

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

import netfilterqueue

def process_packet(packet): print(packet) packet.drop()

queue = netfilterqueue.NetfilterQueue() queue.bind(0, process_packet) queue.run()

About


Languages

Language:Python 100.0%