CloudFrontier
CloudFrontier copied to clipboard
Feature: Nmap
- Modified
analyzers/serverless.ymlandapi/serverless.ymlto include Nmap - Hardcoded the locations of the binary in nmapsubmit.go and the environment variable for the Nmap directory in analyzers/serverless.yml
- Added
nmapqueueandnmapsubmitfor queuing and submitting respectively - Added the Nmap binary and it's related files in
submitandsubmit/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.
- 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