Scanning host:port still scans the whole host #7676
Replies: 1 comment
|
This was a Nuclei bug for explicitly supplied ports in the reserved-port set ( It was fixed by #7465, released in v3.10.0. Upgrade and verify the version: nuclei -up
nuclei -versionWith v3.10.0 or newer, a bare explicit target such as Two related details: |
Uh oh!
There was an error while loading. Please reload this page.
Running the following command, nuclei still gives me a vulnerability on localhost:445 --> why ?
How can I restrict nuclei to just the target I passed: I didn't mean to scan all the other ports than 8081.
All reactions