Skip to content

Commit

Permalink
Merge pull request #22 from ItsIgnacioPortal/main
Browse files Browse the repository at this point in the history
requester.go: Corrected wording
  • Loading branch information
devploit committed Mar 21, 2023
2 parents 7734013 + 6ed0d59 commit f6437be
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 @@ -42,7 +42,7 @@ func printResponse(results []Result) {

// requestMethods makes HTTP requests using a list of methods from a file and prints the results.
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 @@ -73,7 +73,7 @@ func requestMethods(uri string, headers []header, proxy *url.URL, folder string)

// requestHeaders makes HTTP requests using a list of headers from a file and prints the results. It can also bypass IP address restrictions by specifying a bypass IP address.
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 f6437be

Please sign in to comment.