Skip to content

Commit c922862

Browse files
NihaoKangkangcyrus-and
authored andcommitted
Fix command syntax in tcpdump instructions
1 parent 869f965 commit c922862

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_gtfobins/tcpdump

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ functions:
1010
contexts:
1111
sudo:
1212
code: |-
13-
echo /path/to/command" >/path/to/temp-file
13+
echo /path/to/command >/path/to/temp-file
1414
chmod +x /path/to/temp-file
1515
tcpdump -ln -i lo -w /dev/null -W 1 -G 1 -z /path/to/temp-file -Z root
1616
unprivileged:

0 commit comments

Comments
 (0)