Skip to content

Instantly share code, notes, and snippets.

@srozb
Created December 18, 2016 17:09
Show Gist options
  • Save srozb/ebc8346680afe5456e5650b1cf7f83ea to your computer and use it in GitHub Desktop.
Save srozb/ebc8346680afe5456e5650b1cf7f83ea to your computer and use it in GitHub Desktop.
#!/bin/bash
grep TARGET $1 | xargs -n 1 | egrep '([0-9]+[.]){3,}' | cut -d '/' -f 1 | xargs -n1 host
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment