Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mokemokechicken/ec1515ae2f744f64aa6b614a912bd77b to your computer and use it in GitHub Desktop.
Save mokemokechicken/ec1515ae2f744f64aa6b614a912bd77b to your computer and use it in GitHub Desktop.
find_files_including_null_bytes
sudo find /usr /lib /etc -type f -size +100 \( -exec grep -q -P "[^\0]" {} \; -o -print \) | head
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment