Hi @lyric hill @fallow palm I tried the same memtioned in article https://blog.projectdiscovery.io/scanning-login-protected-targets-with-nuclei/ like this
nuclei -u https://localhost:8080 -t wordpress-login.yaml -sf secrets.yaml -debug -v
__ _
____ __ / / ()
/ __ / / / / / / _ / /
/ / / / // / // / __/ /
// //_,/_/_/_/_/ v3.2.7
projectdiscovery.io
[VER] Started metrics server at localhost:9092
[WRN] Found 1 templates loaded with deprecated protocol syntax, update before v3 for continued support.
[INF] Current nuclei version: v3.2.7 (latest)
[INF] Current nuclei-templates version: v9.8.6 (latest)
[WRN] Scan results upload to cloud is disabled.
[INF] New templates added in latest release: 65
[INF] Templates loaded for current scan: 1
[WRN] Loading 1 unsigned templates for scan. Use with caution.
[INF] Targets loaded for current scan: 1
[WRN] [wordpress-login] Could not make http request for https://localhost:8080: unresolved variables found: username,password
[INF] No results found. Better luck next time!
getting same error Could not make http request for https://localhost:8080: unresolved variables found: username,password
Please help