A few questions for MySQL default login brute force scan #6158
-
Hi team, here is my template
My Nuclei scan command is
Nuclei version: 3.2.9 Question 1: Dictionary path importMy templates are placed in a custom directory, and my dictionary file is imported through an absolute path. If I change the path to Question 2: Request timeoutWhen I run the Nuclei command, the context deadline exceeded occurs, and my log is supposed to print out the User and Pass values, but these values are not printed out as expected.
Question 3: {{Port}} replacement issueI want to replace the value of the Port parameter in args from 3306 to Could you help me answer the questions? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @Caratpine I've made some modifications to your template — please find the updated version below. Tested Nuclei Version : v3.4.2
Answer for Question 1: Dictionary path import
Answer for Question 2: Request timeout
Answer for Question 3: {{Port}} replacement issue Example arg:
I hope you found your answer! Feel free to reach out if you need anything related to Nuclei templates. Also, make sure to join our Discord community! Debug Data
|
Beta Was this translation helpful? Give feedback.
-
Hi @pussycat0x thanks for your help, let me check! |
Beta Was this translation helpful? Give feedback.
Hi @Caratpine I've made some modifications to your template — please find the updated version below.
Tested Nuclei Version : v3.4.2