Skip to content

Commit

Permalink
Update finger.go
Browse files Browse the repository at this point in the history
  • Loading branch information
A10nggg authored Dec 5, 2023
1 parent 0022468 commit aaed2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/finger/finger.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func (s *FinScan) StartScan(nopac bool) {
color.RGBStyleFromString("237,64,35").Printf(fmt.Sprintf("%s", aas.Cms))
fmt.Printf(fmt.Sprintf(" | %s | %d | %d | %s ]\n", aas.Server, aas.Statuscode, aas.Length, aas.Title))
}
if nopac == false {
if nopoc == false {

color.RGBStyleFromString("244,211,49").Println("\nStart Pocscan:\n")
webScan.WebScan(s.Poctargets)
Expand Down

0 comments on commit aaed2b2

Please sign in to comment.