Skip to content

isofew/ipxor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ipxor

use libnetfilter_queue to xor-mask ip packets

Usage

iptables -t [table] -N IPXOR
iptables -t [table] -I IPXOR -j NFQUEUE --queue-bypass --queue-num [qnum]
iptables -t [tanle] -I [chain] [filter] -j IPXOR

ipxor [qnum] [key] [offset]

Packets captured by [filter] will be directed to IPXOR. Data starting from [offset] will be masked by [key]

Dependencies