An open API service indexing awesome lists of open source software.

https://github.com/brenordv/grep-py-multiprocessing


https://github.com/brenordv/grep-py-multiprocessing

Last synced: 3 months ago
JSON representation

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.