Skip to content

Commit db9853b

Browse files
committed
Minor fixes
1 parent c4ddce0 commit db9853b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="https://i.imgur.com/NtlwDVT.png" width="600" height="200">
2+
<img src="https://i.imgur.com/NtlwDVT.png" width="600" height="200" alt="logo">
33
</p>
44

55
<h1 align="center">NoMore403</h1>

cmd/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ func loadFlagsFromRequestFile(requestFile string, schema bool, verbose bool, tec
164164
}
165165
httpMethod := req.Method
166166
// Assign the extracted values to the corresponding flag variables
167-
requester(uri, proxy, userAgent, reqHeaders, bypassIP, folder, httpMethod, verbose, technique, nobanner, rateLimit, timeout, redirect, randomAgent)
167+
requester(uri, proxy, userAgent, reqHeaders, bypassIP, folder, httpMethod, verbose, techniques, nobanner, rateLimit, timeout, redirect, randomAgent)
168168
}
169169

170170
func runAutocalibrate(options RequestOptions) int {

0 commit comments

Comments
 (0)