-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(scan): resolve detection of the first endpoint in the initiate sc…
…an task - Replace HTTPx first scan by nmap, then launch HTTPx with discovered port - Create a reusable function to launch nmap on the fly - Add parsing to get ports and services from Nmap output - Add more logs to debug scans while running - Remove the HTTP CRAWL global var, Nmap is the default to retrieve the first endpoint (the starting point for all the others tasks) - Adjust the is_alive parameter for tasks that need alive endpoints - Fix S3 scanner source file not found - Add more checks to prevent errors and scan crash - Refactor Endpoint saving for a better logic and less errors - Improve URLs validation
- Loading branch information
Showing
6 changed files
with
593 additions
and
260 deletions.
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
Oops, something went wrong.