You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/root.go
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -26,18 +26,16 @@ import (
26
26
"github.com/spf13/cobra"
27
27
)
28
28
29
-
varversion="dev"
30
-
31
29
varrootCmd=&cobra.Command{
32
30
Use: "wpprobe",
33
31
Short: "A fast WordPress plugin enumeration tool",
34
32
Long: `WPProbe is a high-speed WordPress plugin scanner that detects installed plugins and checks for known vulnerabilities using the Wordfence database.`,
0 commit comments