Skip to content

Instantly share code, notes, and snippets.

@teebow1e
Last active July 12, 2024 02:49
Show Gist options
  • Select an option

  • Save teebow1e/28cfe732180785b08dfe9dc924a45b63 to your computer and use it in GitHub Desktop.

Select an option

Save teebow1e/28cfe732180785b08dfe9dc924a45b63 to your computer and use it in GitHub Desktop.
[Redteam Operation] listen for icmp connection (useful when test RCE)
#!/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