sensepost / gowitness

🔍 gowitness - a golang, web screenshot utility using Chrome Headless
GNU General Public License v3.0
2.82k stars 323 forks source link

Fixing the missing port issue with Nessus #191

Closed quentinpraz closed 9 months ago

quentinpraz commented 1 year ago

As discussed in issue #171, when importing targets from a Nessus report, only one port per IP/Host was actually scanned. This limitation occurred because the target list was implemented as a map[string]int. To address this issue, I made the following changes:

leonjza commented 9 months ago

Thanks! 🥳