Skip to content

notas mentais de um nerd

tecnologia e finanças

Menu
  • Inicio
  • Sobre
  • BITcontrol
  • Pesquisar
Menu

iptables filtrar pacote por palavra (string) – identificar torrent na rede

Posted on dezembro 18, 2013

iptables -A FORWARD -m string –algo bm –string “BitTorrent” -j LOG –log-prefix “torrent”
iptables -A FORWARD -m string –algo bm –string “peer_id=” -j LOG –log-prefix “torrent”
iptables -A FORWARD -m string –algo bm –string “torrent” -j LOG –log-prefix “torrent”
iptables -A FORWARD -m string –algo bm –string “announce” -j LOG –log-prefix “torrent”
iptables -A FORWARD -m string –algo bm –string “tracker” -j LOG –log-prefix “torrent”
iptables -A FORWARD -m string –algo bm –string “find_node” -j LOG –log-prefix “torrent”
iptables -A FORWARD -m string –algo bm –string “get_peers” -j LOG –log-prefix “torrent”

Compartilhe isso:

  • Clique para compartilhar no Twitter(abre em nova janela)
  • Clique para compartilhar no Facebook(abre em nova janela)
  • Clique para imprimir(abre em nova janela)
©2025 notas mentais de um nerd | Design: Newspaperly WordPress Theme