CloudFrontier icon indicating copy to clipboard operation
CloudFrontier copied to clipboard

Feature: Nmap

Open lordlabuckdas opened this issue 5 years ago • 1 comments

  • Modified analyzers/serverless.yml and api/serverless.yml to include Nmap
  • Hardcoded the locations of the binary in nmapsubmit.go and the environment variable for the Nmap directory in analyzers/serverless.yml
  • Added nmapqueue and nmapsubmit for queuing and submitting respectively
  • Added the Nmap binary and it's related files in submit and submit/nmap-dir
  • Analyzers (nmapsubmit) currently upload a map of the Nmap scan results to the database
  • Nmap API returns the open ports from the scan along with their protocol

Need help on integration of the scan results from API with the front-end.

lordlabuckdas avatar Nov 16 '20 04:11 lordlabuckdas

  • Modified the Internet Assets tab to include Nmap Scan Results
  • Fixed typo with 'common' in internetAssets.vue
  • As suggested by @faheel , modified the name of S3BucketFrontend to include Account ID in frontend/serverless.yml
  • Updated aggregators to count Nmap assets

lordlabuckdas avatar Nov 23 '20 04:11 lordlabuckdas