ccsrch icon indicating copy to clipboard operation
ccsrch copied to clipboard

Cross-platform credit card (PAN) search tool for security assessments

Results 9 ccsrch issues
Sort by recently updated
recently updated
newest added

- memory leak/handling fixes - small performance improvements, remove dead code - more logging in error cases - new switch -L: support of skipping symbolic links in unix like environments....

The ccsrch.h is removed and to make cmake available, the CMakeLists.txt should also remove that file.

Line 992 removes the terminating \0 at the end of inbuf. It is just luck that that often the next char is a \0. 937: inbuf = strdup(inputstr); ... 992:...

There are a number of false positives that occur often - these very common false positives should be ignored - as they are always a waste of time. I'll update...

When i tried to run the pre-defined command it's return that the `> ccsrch.cmd goto was unexpected at this time.`

Hi there. In order to handle false positives we created an exceptions list and run this on a weekly cron. We strip out all false positives and report the file...

We really should implement some type of unit tests to validate that everything is working as expected.

On *nix systems, a scan from root can produce an insane number of errors to the console - there should be an option to suppress them.