Skip to content

Instantly share code, notes, and snippets.

@Toowan0x1
Created January 26, 2024 01:13
Show Gist options
  • Save Toowan0x1/ee4088ba2603566147a0bcf123a0572c to your computer and use it in GitHub Desktop.
Save Toowan0x1/ee4088ba2603566147a0bcf123a0572c to your computer and use it in GitHub Desktop.
#!/bin/bash
cat main.js | grep -oh "\"\/[a-zA-Z0-9_/?=&]*\"" | sed -e 's/^"//' -e 's/"$//' | sort -u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment