mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2026-01-31 15:53:10 +08:00
removing unused check
This commit is contained in:
@@ -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++ {
|
||||
|
||||
Reference in New Issue
Block a user