Integrating new scanner Whatweb to the secureCodeBox (closes #567)#592
Merged
Weltraumschaf merged 56 commits intomainfrom Sep 1, 2021
Merged
Integrating new scanner Whatweb to the secureCodeBox (closes #567)#592Weltraumschaf merged 56 commits intomainfrom
Weltraumschaf merged 56 commits intomainfrom
Conversation
Signed-off-by: Jannik Hollenbach <[email protected]> Signed-off-by: Sebastian <[email protected]>
Signed-off-by: Jannik Hollenbach <[email protected]> Signed-off-by: Sebastian <[email protected]>
…Dojo DefectDojo apparently now validates that these are in the right format, nice 👍 Signed-off-by: Jannik Hollenbach <[email protected]> Signed-off-by: Sebastian <[email protected]>
Signed-off-by: Sebastian <[email protected]>
Signed-off-by: Sebastian <[email protected]>
Signed-off-by: Sebastian <[email protected]>
Signed-off-by: Sebastian <[email protected]>
Signed-off-by: Sebastian <[email protected]>
Signed-off-by: Sebastian <[email protected]>
Signed-off-by: Sebastian <[email protected]>
Adding securecodebox.io Signed-off-by: Sebastian <[email protected]>
Scan type, Parse definition, Cascading rules Signed-off-by: Sebastian <[email protected]>
Signed-off-by: Sebastian <[email protected]>
Signed-off-by: Sebastian <[email protected]>
Basic scanning of example.com and check for invalid argument Signed-off-by: Sebastian <[email protected]>
Adding parser, scanner and integration test Signed-off-by: Sebastian <[email protected]>
Signed-off-by: GitHub Actions <[email protected]> Signed-off-by: Sebastian <[email protected]>
Signed-off-by: Sebastian <[email protected]>
Signed-off-by: GitHub Actions <[email protected]> Signed-off-by: Sebastian <[email protected]>
Signed-off-by: GitHub Actions <[email protected]> Signed-off-by: Sebastian <[email protected]>
Signed-off-by: Sebastian <[email protected]>
03a5545 to
e8940b7
Compare
Signed-off-by: GitHub Actions <[email protected]>
Writing Whatweb with Upper case Signed-off-by: Sebastian <[email protected]>
Signed-off-by: GitHub Actions <[email protected]>
Signed-off-by: Sebastian <[email protected]>
Signed-off-by: Sebastian <[email protected]>
Making codeclimate happy Signed-off-by: Sebastian <[email protected]>
At least I tried Signed-off-by: Sebastian <[email protected]>
J12934
requested changes
Aug 27, 2021
Member
J12934
left a comment
There was a problem hiding this comment.
Great work 👍
Only some small things, other than that, the PR should be ready to be merged
Parser has no dependencies Signed-off-by: Sebastian <[email protected]>
Removed package.json dependencies Signed-off-by: Sebastian <[email protected]>
Now using ruby image, installing whatweb manually via make. Upgrades from version 0.4.9 on Debian to 0.5.5 Signed-off-by: Sebastian <[email protected]>
Signed-off-by: Sebastian <[email protected]>
Signed-off-by: Sebastian <[email protected]>
Signed-off-by: Sebastian <[email protected]>
Signed-off-by: Sebastian <[email protected]>
Signed-off-by: GitHub Actions <[email protected]>
Failing integration tests otherwise Signed-off-by: Sebastian <[email protected]>
Signed-off-by: Sebastian <[email protected]>
Signed-off-by: Sebastian <[email protected]>
rfelber
previously approved these changes
Aug 31, 2021
Member
|
Hi @SebieF, |
rfelber
requested changes
Aug 31, 2021
Signed-off-by: Sebastian <[email protected]> Co-authored-by: Robert Seedorff <[email protected]>
rfelber
approved these changes
Aug 31, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds the new fingerprinting scanner Whatweb to the scb. It identifies websites and recognizes used technology. This can be especially useful for cascading scans.
Checklist
npm testruns for the whole project.(closes #567)