Skip to content

Commit e0e8ca9

Browse files
committed
fix: adjust tags
Adjusted tags to make more sense for modules they are targeting.
1 parent 2d781e7 commit e0e8ca9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

internal/scan/builtin/frameworks.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func (m *FrameworksModule) Info() modules.Info {
2929
Author: "sif",
3030
Severity: "info",
3131
Description: "Detects web frameworks with version and CVE mapping",
32-
Tags: []string{"recon", "framework", "fingerprint", "cve"},
32+
Tags: []string{"recon", "framework", "cve"},
3333
}
3434
}
3535

internal/scan/builtin/nuclei.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func (m *NucleiModule) Info() modules.Info {
2828
Author: "sif",
2929
Severity: "high",
3030
Description: "Runs Nuclei vulnerability scanning templates against target",
31-
Tags: []string{"vuln", "nuclei", "templates", "comprehensive", "cve"},
31+
Tags: []string{"vuln", "nuclei", "cve"},
3232
}
3333
}
3434

internal/scan/builtin/shodan.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func (m *ShodanModule) Info() modules.Info {
2929
Author: "sif",
3030
Severity: "info",
3131
Description: "Queries Shodan API for host information, open ports, and vulnerabilities (requires SHODAN_API_KEY)",
32-
Tags: []string{"recon", "osint", "shodan", "infrastructure", "vulns"},
32+
Tags: []string{"recon", "osint", "shodan", "vulns"},
3333
}
3434
}
3535

internal/scan/builtin/whois.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func (m *WhoisModule) Info() modules.Info {
2727
Author: "sif",
2828
Severity: "info",
2929
Description: "Performs WHOIS lookup for domain registration information",
30-
Tags: []string{"recon", "whois", "domain", "osint"},
30+
Tags: []string{"recon", "whois", "osint"},
3131
}
3232
}
3333

0 commit comments

Comments
 (0)