8000 GitHub - debiansid/nf_deaf
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

debiansid/nf_deaf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netfilter: Desynchronizing Evasion Against Filters

A tool to inject a bogus request into a TCP stream, useful for evading IDS.

Usage:

  1. Build and install the module.
    How to Build External Modules
  2. Customize the inject buffer at /sys/kernel/debug/nf_deaf/buf. You can use vi or cat.
  3. Use iptables or nftables to mark the packet to be processed mark format: 0xdeafNNNN, where: [31:16] - the magic number 0xdeaf
    [15] - whether to corrupt ACK SEQ
    [14] - whether to corrupt SEQ
    [13] - whether to corrupt TCP checksum
    [12:10] - send the injected packets for <num> more times
    [9:5] - delay the original packets for <num> jiffies
    [4:0] - TTL of injected packets

❤️ Support my work on GitHub Sponsors

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.8%
  • Makefile 0.2%
0