pipal icon indicating copy to clipboard operation
pipal copied to clipboard

See found strings inline

Open WebBreacher opened this issue 9 years ago • 2 comments

I'd like to see a flag/option that shows the found strings to be able to quickly highlight ones of interest. I picture a --highlight or --show flag to be passed to the main script. It'll turn output like:

Seasons
winter = 15 (0.83%)
summer = 9 (0.5%)
fall = 3 (0.17%)

to

Seasons
winter = 15 (0.83%) - winteriscoming123, winterwinter!
summer = 9 (0.5%) - ILovesummer, summertimeR0CK$
fall = 3 (0.17%) - fallinginluv, snowfallsnow, fallismyFAVoriteseason

This is important for things like the new "violent" and "explicit" checkers that look for possibly disgruntled people. It'd make it easy to see the difference from a password of 'badWeatherSucks' and 'myf-ingjobsucks' at a quick glance without having to search the password list. Kind of a method of easily false positive viewing.

WebBreacher avatar Dec 23 '15 16:12 WebBreacher

I can do that in the list checkers fairly easily I think, I'll have a go. On 23 Dec 2015 16:12, "WebBreacher" [email protected] wrote:

I'd like to see a flag/option that shows the found strings to be able to quickly highlight ones of interest I picture a --highlight or --show flag to be passed to the main script It'll turn output like:

Seasons winter = 15 (083%) summer = 9 (05%) fall = 3 (017%)

to

Seasons winter = 15 (083%) - winteriscoming123, winterwinter! summer = 9 (05%) - ILovesummer, summertimeR0CK$ fall = 3 (017%) - fallinginluv, snowfallsnow, fallismyFAVoriteseason

This is important for things like the new "violent" and "explicit" checkers that look for possibly disgruntled people It'd make it easy to see the difference from a password of 'badWeatherSucks' and 'myf-ingjobsucks' at a quick glance without having to search the password list Kind of a method of easily false positive viewing

— Reply to this email directly or view it on GitHub https://github.com/digininja/pipal/issues/27.

digininja avatar Dec 23 '15 16:12 digininja

Check the listhighlighter branch and the colour_checker. Needs a little more work to get the context words sorted by frequency but the idea is hopefully there.

Robin

On 23 December 2015 at 16:30, Robin Wood [email protected] wrote:

I can do that in the list checkers fairly easily I think, I'll have a go. On 23 Dec 2015 16:12, "WebBreacher" [email protected] wrote:

I'd like to see a flag/option that shows the found strings to be able to quickly highlight ones of interest I picture a --highlight or --show flag to be passed to the main script It'll turn output like:

Seasons winter = 15 (083%) summer = 9 (05%) fall = 3 (017%)

to

Seasons winter = 15 (083%) - winteriscoming123, winterwinter! summer = 9 (05%) - ILovesummer, summertimeR0CK$ fall = 3 (017%) - fallinginluv, snowfallsnow, fallismyFAVoriteseason

This is important for things like the new "violent" and "explicit" checkers that look for possibly disgruntled people It'd make it easy to see the difference from a password of 'badWeatherSucks' and 'myf-ingjobsucks' at a quick glance without having to search the password list Kind of a method of easily false positive viewing

— Reply to this email directly or view it on GitHub https://github.com/digininja/pipal/issues/27.

digininja avatar Dec 23 '15 17:12 digininja