Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
x90skysn3k committed Feb 25, 2024
1 parent 41f787a commit cb5ad53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BruteSpray

![Version](https://img.shields.io/badge/Version-2.1.6-red)[![goreleaser](https://github.com/x90skysn3k/brutespray/actions/workflows/release.yml/badge.svg)](https://github.com/x90skysn3k/brutespray/actions/workflows/release.yml)[![Go Report Card](https://goreportcard.com/badge/github.com/x90skysn3k/brutespray)](https://goreportcard.com/report/github.com/x90skysn3k/brutespray)
![Version](https://img.shields.io/badge/Version-2.1.7-red)[![goreleaser](https://github.com/x90skysn3k/brutespray/actions/workflows/release.yml/badge.svg)](https://github.com/x90skysn3k/brutespray/actions/workflows/release.yml)[![Go Report Card](https://goreportcard.com/badge/github.com/x90skysn3k/brutespray)](https://goreportcard.com/report/github.com/x90skysn3k/brutespray)

Created by: Shane Young/@t1d3nio && Jacob Robles/@shellfail

Expand Down
4 changes: 2 additions & 2 deletions brutespray/brutespray.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ var masterServiceList = []string{"ssh", "ftp", "smtp", "mssql", "telnet", "smbnt

var alphaServiceList = []string{"asterisk"}

var version = "v2.1.6"
var version = "v2.1.7"

func Execute() {
user := flag.String("u", "", "Username or user list to bruteforce")
password := flag.String("p", "", "Password or password file to use for bruteforce")
output := flag.String("o", "brutespray-output", "Directory containing successful attempts")
output := flag.String("o", "brutespray-output", "Directory containing successful 1attempts")
threads := flag.Int("t", 10, "Number of threads to use")
hostParallelism := flag.Int("T", 5, "Number of hosts to bruteforce at the same time")
serviceType := flag.String("s", "all", "Service type: ssh, ftp, smtp, etc; Default all")
Expand Down

0 comments on commit cb5ad53

Please sign in to comment.