-
Notifications
You must be signed in to change notification settings - Fork 807
Remove elastic fingerprinter #2678
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
Conversation
f09d5a9
to
6076797
Compare
Codecov ReportBase: 63.26% // Head: 63.20% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #2678 +/- ##
===========================================
- Coverage 63.26% 63.20% -0.07%
===========================================
Files 377 375 -2
Lines 11184 11149 -35
===========================================
- Hits 7076 7047 -29
+ Misses 4108 4102 -6 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
9600, | ||
) | ||
|
||
TCP_SCAN_CONFIGURATION = TCPScanConfiguration(timeout=3.0, ports=TCP_PORTS) | ||
ICMP_CONFIGURATION = ICMPScanConfiguration(timeout=1.0) | ||
HTTP_PORTS = (80, 443, 7001, 8008, 8080, 8983, 9200, 9600) | ||
HTTP_PORTS = (80, 443, 7001, 8008, 8080, 8983, 9600) |
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.
Do any blackbox tests need to be updated?
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.
No, nothing uses it
6076797
to
a26a7a0
Compare
What does this PR do?
Fixes #2674
PR Checklist
Testing Checklist
Added relevant unit tests?Have you successfully tested your changes locally? Elaborate:If applicable, add screenshots or log transcripts of the feature working