https://github.com/brenordv/grep-py-multiprocessing
https://github.com/brenordv/grep-py-multiprocessing
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brenordv/grep-py-multiprocessing
- Owner: brenordv
- Created: 2021-07-07T01:30:50.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-07T01:33:47.000Z (almost 4 years ago)
- Last Synced: 2025-01-20T08:13:10.021Z (5 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# GREP PY
This script will search text files recursively and try to find keywords usually associated
with sensitive information or possible security breaches (like eval in Python).Nothing fancy, super efficient or that useful. I just needed a reason to play around with multiprocessing.
## How to use
```shell
python grep_py.py ...
```
Note: Paths containing spaces should be wrapped in quotes.