Skip to content

Instantly share code, notes, and snippets.

@nopslider
Created November 3, 2018 12:32
Show Gist options
  • Save nopslider/c0d50b4802bf3acaff78b81c55d1eeba to your computer and use it in GitHub Desktop.
Save nopslider/c0d50b4802bf3acaff78b81c55d1eeba to your computer and use it in GitHub Desktop.
#!/bin/bash
find / -type f | egrep -v '^/(proc|dev|devices)/' | xargs -i egrep -l '\b4[0-9]{15}\b' /dev/null {} > search.out 2> search.err
while read p ; do
./panscan.py $p >> search.detail
done < search.out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment