-
Notifications
You must be signed in to change notification settings - Fork 48
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
Domain Scanner #1146
Merged
Merged
Domain Scanner #1146
Changes from 29 commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
ba4d38e
dns_resolver
kshitijk4poor 1b370bb
Merge branch 'CERT-Polska:main' into main
kshitijk4poor a578fb4
linting
kshitijk4poor 52098dc
lookup for NS and A records
kshitijk4poor 4852348
fixed lint
kshitijk4poor bd5f25a
Merge branch 'CERT-Polska:main' into main
kshitijk4poor 1c7aa6d
yeahhh
kshitijk4poor 5876115
added task
kshitijk4poor cd7d4c0
Merge branch 'CERT-Polska:main' into main
kshitijk4poor 9bac8ef
passing pre-commit
kshitijk4poor 1101e33
updated logic
kshitijk4poor 15d32cd
fixed whitespace-trail
kshitijk4poor d70c894
should fix lint
kshitijk4poor 57d4a4e
added test
kshitijk4poor e255f09
implemented the module as a function
kshitijk4poor 23bd878
cleanup
kshitijk4poor c9fd4d6
lint
kshitijk4poor 7ce1ecd
fixed
kshitijk4poor 78ee50c
using the payload
kshitijk4poor 481a9d7
fixed param
kshitijk4poor e5dcdfe
fixed context
kshitijk4poor 9c7b86b
update
kshitijk4poor 480d432
fixed
kshitijk4poor a6cfe1a
lint pass
kshitijk4poor c887da8
finally working
kshitijk4poor e4678e2
fixed with better error handling
kshitijk4poor 7b08d3c
better logging and documentation
kshitijk4poor 01dbe78
.
kshitijk4poor 0e969ef
fixed triling-whitespaces and end-of-file for docker-compose.yaml
kshitijk4poor bdf4c06
fixed test
kshitijk4poor 2feb681
lint
kshitijk4poor dc01949
Merge branch 'CERT-Polska:main' into main
kshitijk4poor dc356d4
fixed return
kshitijk4poor 594aecd
lint
kshitijk4poor da27aa4
fix
kshitijk4poor a0330a5
lint
kshitijk4poor 1977c41
Merge branch 'CERT-Polska:main' into main
kshitijk4poor a81a1db
fixed
kshitijk4poor 9003dc2
lint
kshitijk4poor 26e65f3
lint
kshitijk4poor 5fb5944
Merge branch 'CERT-Polska:main' into main
kshitijk4poor 4fbec0a
fix
kazet 13bb41f
.
kazet 808fe37
Merge branch 'CERT-Polska:main' into main
kshitijk4poor 60cda04
Merge
kazet 6c7dd56
fix
kazet File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
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.
if we have open ports, we can be sure the domain exists ;) but checking in classifier is a good idea as well as it processes incoming tasks