Skip to content

Instantly share code, notes, and snippets.

@Toowan0x1
Last active January 26, 2024 12:48
Show Gist options
  • Save Toowan0x1/21f68b34023c2e61cd07055895cd789e to your computer and use it in GitHub Desktop.
Save Toowan0x1/21f68b34023c2e61cd07055895cd789e to your computer and use it in GitHub Desktop.
Searches recursively through files in a specified directory for potential URLs, aiding in the investigation of security threats.
#!/bin/bash
grep -lhEroa "://[\da-z./?A-Z0-9\D=_-]*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment