Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-10 00:21:50 +00:00
parent e9c1654811
commit 9b844dc12b
21 changed files with 69 additions and 42 deletions

View File

@@ -21,14 +21,14 @@ source: https://github.com/tldr-pages/tldr.git
`scamper -c "{{ping}} -P {{UDP-dport}} -d {{33434}}" -i {{192.0.2.1}} -i {{192.0.2.2}}`
- Use the Multipath Discovery Algorithm (MDA) to determine the presence of load-balanced paths to the destination and use ICMP echo packets to sample with a maximum of three attempts, write the result to a `warts` file:
- Use the Multipath Discovery Algorithm (MDA) to determine the presence of load-balanced paths to the destination and use ICMP echo packets to sample with a maximum of three attempts, write the result to a `.warts` file:
`scamper -O {{warts}} -o {{path/to/output.warts}} -I "{{tracelb}} -P {{ICMP-echo}} -q {{3}} {{192.0.2.1}}"`
- Execute a Paris traceroute with ICMP to a destination and save the result in a compressed `warts` file:
- Execute a Paris traceroute with ICMP to a destination and save the result in a compressed `.warts` file:
`scamper -O {{warts.gz}} -o {{path/to/output.warts}} -I "{{trace}} -P {{icmp-paris}} {{2001:db8:dead:beaf::4}}"`
- Record all ICMP packets that arrive at a specific IP address and have a specific ICMP ID in a `warts` file:
- Record all ICMP packets that arrive at a specific IP address and have a specific ICMP ID in a `.warts` file:
`scamper -O {{warts}} -o {{path/to/output.warts}} -I "sniff -S {{2001:db8:dead:beef::6}} icmp[icmpid] == {{101}}"`