Skip to content

Commit

Permalink
requester.go: Corrected wording
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsIgnacioPortal committed Nov 10, 2022
1 parent 9b6f590 commit 6ed0d59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/requester.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func printResponse(results []Result) {
}

func requestMethods(uri string, headers []header, proxy *url.URL, folder string) {
color.Cyan("\n[####] HTTP METHODS [####]")
color.Cyan("\n[####] VERB TAMPERING [####]")

var lines []string
lines, err := parseFile(folder + "/httpmethods")
Expand Down Expand Up @@ -70,7 +70,7 @@ func requestMethods(uri string, headers []header, proxy *url.URL, folder string)
}

func requestHeaders(uri string, headers []header, proxy *url.URL, bypassIp string, folder string, method string) {
color.Cyan("\n[####] VERB TAMPERING [####]")
color.Cyan("\n[####] HEADERS [####]")

var lines []string
lines, err := parseFile(folder + "/headers")
Expand Down

0 comments on commit 6ed0d59

Please sign in to comment.