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

Added aha scanner #402

Merged
merged 10 commits into from
Apr 21, 2022
Merged

Added aha scanner #402

merged 10 commits into from
Apr 21, 2022

Conversation

roxanne-tampus
Copy link
Contributor

No description provided.

@roxanne-tampus roxanne-tampus changed the title Aha scanner Added aha scanner Apr 15, 2022
Copy link
Collaborator

@ahrav ahrav left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

small suggestion otherwise lgtm.

client = common.SaneHttpClient()

//Make sure that your group is surrounded in boundry characters such as below to reduce false positives
keyPat = regexp.MustCompile(detectors.PrefixRegex([]string{"aha"}) + `\b([0-9a-zA-Z]{64})\b`)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion: You can tighten up this regex pattern by using \b([0-9a-f]{64})\b Aha's API keys are encoded so they only use a-f0-9.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just modified the regex as suggested. Thanks @ahrav!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some extra context: it's hex encoding that uses the a-f characters rather than a-z

@dustin-decker dustin-decker merged commit af1b976 into trufflesecurity:main Apr 21, 2022
bill-rich pushed a commit that referenced this pull request May 2, 2022
* added new protos

* added new detectors

* added aha scanner

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

Successfully merging this pull request may close these issues.

None yet

3 participants