Created
June 21, 2020 00:40
-
-
Save Zobber/f8b6fd798a8fd98c610390da1441780f to your computer and use it in GitHub Desktop.
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
cat file | grep -Eo "(http|https)://[a-zA-Z0-9./?=_-]*"* | |
curl http://host.xx/file.js | grep -Eo "(http|https)://[a-zA-Z0-9./?=_-]*"* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment