dionach / PANhunt

PANhunt searches for credit card numbers (PANs) in directories.
BSD 3-Clause "New" or "Revised" License
135 stars 71 forks source link

Feature Request: Multi-threading #28

Open Chewie9999 opened 4 years ago

Chewie9999 commented 4 years ago

I know this may be a non-trivial request, but it would be great if the program could use more than one CPU. Obviously one could run multiple commands on different paths (which is what i'm doing right now), but that is still not as efficient as it could be. It would also be good to have an option to limit how many CPUs it uses so you can control performance a bit.

Thanks!