Skip to content

Commit

Permalink
Merge pull request #74 from edoardottt/devel
Browse files Browse the repository at this point in the history
Devel - v1.2.3
  • Loading branch information
edoardottt authored Sep 3, 2022
2 parents d60cbfc + 3562b8d commit 664e5a0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions enumeration/port.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ func AsyncPort(portsArray []int, portsArrayBool bool, startingPort int, endingPo

waitgroup.Wait()
fmt.Fprint(os.Stdout, "\r \r")
fmt.Printf("%0.2f%% : %d / %d", utils.Percentage(count, total), count, total)
fmt.Println()

if outputFileHTML != "" {
Expand Down
4 changes: 0 additions & 4 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -332,10 +332,6 @@ func SubdomainSubcommandHandler(userInput input.Input, mutex *sync.Mutex,
}

if userInput.SubdomainDB {
if userInput.SubdomainVirusTotal {
_ = input.GetVirusTotalKey()
}

sonar := opendb.SonarSubdomains(utils.CleanProtocol(target))
strings1 = opendb.AppendDBSubdomains(sonar, strings1)
crtsh := opendb.CrtshSubdomains(utils.CleanProtocol(target))
Expand Down
2 changes: 1 addition & 1 deletion output/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package output

const version = "v1.2.2"
const version = "v1.2.3"

0 comments on commit 664e5a0

Please sign in to comment.