-
-
Notifications
You must be signed in to change notification settings - Fork 239
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Implement getMetadata
for some more Passive scripts
#448
Conversation
eff0966
to
7a1294c
Compare
Added |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM overall
passive/Find Credit Cards.js
Outdated
// lets make some regular expressions for well known credit cards | ||
// regex must appear within /( and )/g |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we keep this and just move it down to L27?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tweaked
7a1294c
to
b886b1e
Compare
- Update the following scripts to implement the `getMetadata()` function: - passive/find base64 strings.js - passive/Find Credit Cards.js - passive/Find Emails.js - passive/Find Hashes.js - passive/Find HTML Comments.js Also update passive scripts with an existing `getMetadata()` function to also specify a `codeLink` and a `helpLink`. Signed-off-by: ricekot <github@ricekot.com>
b886b1e
to
f4ec405
Compare
Thank you! |
Update the following scripts to implement the
getMetadata()
function:Part of #440.