Merge pull request #10383 from projectdiscovery/pussycat0x-patch-9

FIX  mysql-default-login.yaml
main
Dhiyaneshwaran 2024-07-26 18:33:19 +05:30 committed by GitHub
commit 105f129ea9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ javascript:
code: |
var m = require("nuclei/mysql");
var c = m.MySQLClient();
c.Connect(Host,Port,Username,Password)
c.Connect(Host,Port,User,Pass)
args:
Host: "{{Host}}"