removing unused check

This commit is contained in:
Mzack9999
2025-11-18 22:21:13 +04:00
parent c746a8fdae
commit 232de93297

View File

@@ -171,10 +171,6 @@ func (j *javascriptVncPassBrute) Execute(filePath string) error {
type javascriptMultiPortsSSH struct{}
func (j *javascriptMultiPortsSSH) Execute(filePath string) error {
if sshResource == nil || pool == nil {
// skip test as redis is not running
return nil
}
finalURL := "scanme.sh"
errs := []error{}
for i := 0; i < defaultRetry; i++ {