Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

See found strings inline #27

Open
WebBreacher opened this issue Dec 23, 2015 · 2 comments
Open

See found strings inline #27

WebBreacher opened this issue Dec 23, 2015 · 2 comments

Comments

@WebBreacher
Copy link
Contributor

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.

@digininja
Copy link
Owner

I can do that in the list checkers fairly easily I think, I'll have a go.
On 23 Dec 2015 16:12, "WebBreacher" notifications@github.com 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
#27.

digininja added a commit that referenced this issue Dec 23, 2015
See the request from WebBreacher here:

#27

Currently only works on the colour checker as a demo
@digininja
Copy link
Owner

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 robin@digininja.org 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" notifications@github.com 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
#27.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants