Handle FreecampDev false-positive floods#5
Open
mirusu400 wants to merge 1 commit into
Open
Conversation
Owner
|
안녕하세요 arrester입니다. |
Author
|
안녕하세요 제가 많은 대상 서브도메인 스캔 돌려봤는데 FreecampDev만 도메인을 1만개씩 나오더라고요 (아마 워드리스트 기반으로 한번씩 돌리는데 문제가 생기는거같습니다) 말씀하신대로 FreecampDev만 강제로 Fp검사를 하는건 좀 문제가 있는거같고, 제생각엔 |
Owner
|
서브도메인 수집 결과 1만개 전부를 False Positive로 보기에는 유효한 도메인을 놓칠 수 있기 때문에 이 부분을 옵션으로서 False Positive로 지정하고 제공드리는 것도 하나의 기능에 대한 False Positive로 볼 수 있다고 생각되어 조금 더 고민해보면서 좋은 방안을 찾아보겠습니다. 감사합니다! |
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.
가끔씩 일부 서브도메인에서 FreecampDev가 약 1만개의 False Positive가 발생합니다.
이때 무의미한 도메인을 다시한번 검증하느라 시간 소모가 많이되어, FreecampDev에서 1만개 이상의 도메인이 수집되었다면 이를 False Positive로 간주하고 사용하지 않는 코드를 추가했습니다.