Replies: 3 comments 7 replies
|
Hey @iuliu8899, I'd suggest narrowing down the templates you are using to Replace Hope this helps 😊 |
7 replies
|
@iuliu8899 you can exclude tcp and javascript protocol based template that has hardcoded ports for certain service / exploit detection to avoid this.
|
0 replies
|
This discussion closed automatically due to inactivity. Feel free to reopen or start new if still relevant. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I run nuclei by this command
nuclei -u ip:8080My aim is to just scan 8080 port of this ip. But it still scanned other port.
It discover mysql on 3306, redis on 6379 and ssh on 22 port.
My question is: How to disable this feature? (since I only hope to scan specific port)
All reactions