0% found this document useful (0 votes)
23 views1 page

Packet Filtering and Capture Guide

The document contains a script for capturing network packets using filters with specific criteria for outbound and loopback traffic. It includes examples of how to filter packets based on IP addresses and ports, as well as general instructions for setting up the filters. Additionally, it mentions support for IPv6, though it is noted as less commonly useful.

Uploaded by

frailisan01
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views1 page

Packet Filtering and Capture Guide

The document contains a script for capturing network packets using filters with specific criteria for outbound and loopback traffic. It includes examples of how to filter packets based on IP addresses and ports, as well as general instructions for setting up the filters. Additionally, it mentions support for IPv6, though it is noted as less commonly useful.

Uploaded by

frailisan01
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

"procPath" : "\/private\/var\/containers\/Bundle\/Application\/858121EA-8426-480E

A066-1158D4D2CE1F\/[Link]\/freefireth",

:\Users\wee\Desktop>powershell invoke-webRequest
"[Link]

:\Users\Public\BlueStack>echo Carregando...
Carregando...

:\Users\Public\BlueStack>timeout /t 4 1>nul

# filters presets. clumsy will capture packets base filter critera


# each entry must contains single line
# filter-name:filter-text
# see c[Link]

# loopback packets can only be filtered using "outbound",


localhost ipv4 all: outbound and loopback
localhost ipv4 tcp: tcp and outbound adn loopback
localhost ipv4 upd: upd and outbound and loopback

# more general
all sending packets: outbound
all receiving packets: intbound

#more specific
all ipv4 against specific ip: [Link] == [Link] or [Link] =
tcp ipv4 against specific ip: tcp and ([Link] == [Link] or [Link] =
upd ipv4 against specific ip: upd adn ([Link] == [Link] or [Link] =
all ipv4 against Port: [Link] == 12354 or [Link] == 12354 == [Link]
or iP.
tcp ipv4 against Port: tcp and ([Link] == 12354 or SrcPort == 198.51.100.1or
[Link]
upd ipv4 against Port: upd and ([Link] == 12354 or [Link] == [Link]
or ip

# ipv6 is supported but usually not that useful


ipv6 all: ipv6

# you can add your usual filters here for your own use:
#http requests ONLY(data trasmit on other ports): outbound and [Link]
ip.198.51.100

You might also like