Skip to content

Commit

Permalink
implementing a connection manager
Browse files Browse the repository at this point in the history
  • Loading branch information
x90skysn3k committed Dec 5, 2024
1 parent 7d1dc1a commit 971b21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brute/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func RunBrute(h modules.Host, u string, p string, progressCh chan<- int, timeout
case "teamspeak":
result, con_result = BruteTeamSpeak(h.Host, h.Port, u, p, timeout, socks5)
case "xmpp":
result, con_result = BruteXMPP(h.Host, h.Port, u, p, timeout)
result, con_result = BruteXMPP(h.Host, h.Port, u, p, timeout, socks5)
case "rdp":
result, con_result = BruteRDP(h.Host, h.Port, u, p, timeout, socks5)
default:
Expand Down

0 comments on commit 971b21f

Please sign in to comment.