File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -85,7 +85,6 @@ func scan(i int) {
8585 } else {
8686 fmt .Println (fmt .Sprintf ("Started scanning with %s\n =====================================" , payload ))
8787 }
88- fmt .Println ("88" )
8988 switch true {
9089 case NormalResultsPath != "" :
9190 f , err := os .OpenFile (NormalResultsPath ,
@@ -103,7 +102,6 @@ func scan(i int) {
103102 }
104103 i = i + 1
105104 payload = text [i ]
106- fmt .Println ("89" )
107105 }
108106
109107 if target != "" {
@@ -186,8 +184,8 @@ func scan(i int) {
186184 fmt .Println (payload , " nothing found" )
187185 fmt .Println ("=====================================" )
188186
189- } else if strings .Contains (err .Error (), "proxyconnect" ) && strings . Contains ( err . Error (), " connect: connection refused" ) {
190- log .Println (fmt . Sprintf ( "Can't connect to proxy : %s connection refused" , proxy ))
187+ } else if strings .Contains (err .Error (), "connect: connection refused" ) {
188+ log .Println (err . Error ( ))
191189 return
192190 }
193191 }
You can’t perform that action at this time.
0 commit comments