praetorian-inc / chariot-ui

Chariot Offensive Security Platform
https://preview.chariot.praetorian.com
MIT License
15 stars 6 forks source link

Portscanner Failing to Identify Ports #156

Closed UNC1739 closed 6 days ago

UNC1739 commented 6 days ago

I've noticed that portscanner is failing to identify ports on certain systems. This results in other scans such as Nuclei not being kicked off properly. We may need to tweak the scan rate on masscan as it seems like we are occasionally missing some stuff here. I think this tends to happen more with things like a lower resource VPS that is slower to respond to SYN packets than our timeout window within masscan.

noah-tutt-praetorian commented 6 days ago

We use MacOS locally, and portscanning does not work properly within docker on MacOS. That appears to be the root cause of this issue. I believe we can close this ticket.

UNC1739 commented 6 days ago

Thanks @noah-tutt-praetorian!