Ninan John
Ninan John
Can anyone add steps to reproduce this? I would like to try a hand at fixing this.
I can confirm this. Currently it only detects when the filename is password. Think there is some bug in the pattern detector.
> As far as I can tell, it does check _inside_ the file, but the patterns for filenames and contents are different. > > Perhaps try it with a test2.txt...
> @mrngm @jpninanjohn : So you are saying it will check only the filename with password and not inside the file? It does check. There is a bug somewhere I...
Yes, it should. Hence my thoughts that there is a bug.
> There is another thing hidden in the pattern, it will only match when there are _at least_ 8 characters after `=` and they must not be `,`, `;` or...
If its intended that passwords with **less than 8 characters** should **not be detected,** then this is **not a bug**. User was using a password with 4 characters in it....
Hi Is this still open for bash completions?
Thank you. Will look into this.
Yes. I have done it to a point. But have not worked on it for quite some time(around a year). Let me bring my fork up to date. Ill let...