Last active
July 12, 2024 02:49
-
-
Save teebow1e/28cfe732180785b08dfe9dc924a45b63 to your computer and use it in GitHub Desktop.
[Redteam Operation] listen for icmp connection (useful when test RCE)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| sudo tcpdump -ni tun0 icmp | |
| # tun0 can be changed with your internet-facing interface |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment