-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix "modifer" -> "modifier" typo everywhere
- Loading branch information
Showing
67 changed files
with
73 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[submodule "proxychain/requestmodifers/vendor/ua-parser-js"] | ||
path = proxychain/requestmodifers/vendor/ua-parser-js | ||
url = https://github.com/faisalman/ua-parser-js.git | ||
[submodule "proxychain/responsemodifers/vendor/ddg-tracker-surrogates"] | ||
path = proxychain/responsemodifers/vendor/ddg-tracker-surrogates | ||
[submodule "proxychain/responsemodifiers/vendor/ddg-tracker-surrogates"] | ||
path = proxychain/responsemodifiers/vendor/ddg-tracker-surrogates | ||
url = https://github.com/duckduckgo/tracker-surrogates | ||
[submodule "proxychain/requestmodifiers/vendor/ua-parser-js"] | ||
path = proxychain/requestmodifiers/vendor/ua-parser-js | ||
url = https://github.com/faisalman/ua-parser-js.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...equestmodifers/forward_request_headers.go → ...questmodifiers/forward_request_headers.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package requestmodifers | ||
package requestmodifiers | ||
|
||
import ( | ||
"strings" | ||
|
4 changes: 2 additions & 2 deletions
4
...uestmodifers/masquerade_as_trusted_bot.go → ...estmodifiers/masquerade_as_trusted_bot.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...questmodifers/modify_domain_with_regex.go → ...uestmodifiers/modify_domain_with_regex.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package requestmodifers | ||
package requestmodifiers | ||
|
||
import ( | ||
"regexp" | ||
|
2 changes: 1 addition & 1 deletion
2
...equestmodifers/modify_outgoing_cookies.go → ...questmodifiers/modify_outgoing_cookies.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package requestmodifers | ||
package requestmodifiers | ||
|
||
import ( | ||
//"net/http" | ||
|
2 changes: 1 addition & 1 deletion
2
...requestmodifers/modify_path_with_regex.go → ...equestmodifiers/modify_path_with_regex.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package requestmodifers | ||
package requestmodifiers | ||
|
||
import ( | ||
"regexp" | ||
|
2 changes: 1 addition & 1 deletion
2
...in/requestmodifers/modify_query_params.go → ...n/requestmodifiers/modify_query_params.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package requestmodifers | ||
package requestmodifiers | ||
|
||
import ( | ||
"net/url" | ||
|
2 changes: 1 addition & 1 deletion
2
...requestmodifers/modify_request_headers.go → ...equestmodifiers/modify_request_headers.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package requestmodifers | ||
package requestmodifiers | ||
|
||
import ( | ||
"ladder/proxychain" | ||
|
4 changes: 2 additions & 2 deletions
4
...ain/requestmodifers/request_archive_is.go → ...in/requestmodifiers/request_archive_is.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...n/requestmodifers/request_google_cache.go → .../requestmodifiers/request_google_cache.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package requestmodifers | ||
package requestmodifiers | ||
|
||
import ( | ||
"net/url" | ||
|
4 changes: 2 additions & 2 deletions
4
...equestmodifers/request_wayback_machine.go → ...questmodifiers/request_wayback_machine.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...equestmodifers/resolve_with_google_doh.go → ...questmodifiers/resolve_with_google_doh.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package requestmodifers | ||
package requestmodifiers | ||
|
||
import ( | ||
"context" | ||
|
2 changes: 1 addition & 1 deletion
2
.../requestmodifers/spoof_ja3_fingerprint.go → ...requestmodifiers/spoof_ja3_fingerprint.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package requestmodifers | ||
package requestmodifiers | ||
|
||
// removed due to using a different TLS spoofing technique | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
proxychain/requestmodifers/spoof_origin.go → proxychain/requestmodifiers/spoof_origin.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package requestmodifers | ||
package requestmodifiers | ||
|
||
import ( | ||
"ladder/proxychain" | ||
|
4 changes: 2 additions & 2 deletions
4
proxychain/requestmodifers/spoof_referrer.go → ...ychain/requestmodifiers/spoof_referrer.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...odifers/spoof_referrer_from_baidu_post.go → ...difiers/spoof_referrer_from_baidu_post.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package requestmodifers | ||
package requestmodifiers | ||
|
||
import ( | ||
"fmt" | ||
|
2 changes: 1 addition & 1 deletion
2
...difers/spoof_referrer_from_bing_search.go → ...ifiers/spoof_referrer_from_bing_search.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package requestmodifers | ||
package requestmodifiers | ||
|
||
import ( | ||
"ladder/proxychain" | ||
|
2 changes: 1 addition & 1 deletion
2
...fers/spoof_referrer_from_google_search.go → ...iers/spoof_referrer_from_google_search.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package requestmodifers | ||
package requestmodifiers | ||
|
||
import ( | ||
"ladder/proxychain" | ||
|
2 changes: 1 addition & 1 deletion
2
...fers/spoof_referrer_from_linkedin_post.go → ...iers/spoof_referrer_from_linkedin_post.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package requestmodifers | ||
package requestmodifiers | ||
|
||
import ( | ||
"ladder/proxychain" | ||
|
2 changes: 1 addition & 1 deletion
2
...odifers/spoof_referrer_from_naver_post.go → ...difiers/spoof_referrer_from_naver_post.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package requestmodifers | ||
package requestmodifiers | ||
|
||
import ( | ||
"fmt" | ||
|
2 changes: 1 addition & 1 deletion
2
...ers/spoof_referrer_from_pinterest_post.go → ...ers/spoof_referrer_from_pinterest_post.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package requestmodifers | ||
package requestmodifiers | ||
|
||
import ( | ||
"ladder/proxychain" | ||
|
2 changes: 1 addition & 1 deletion
2
...stmodifers/spoof_referrer_from_qq_post.go → ...tmodifiers/spoof_referrer_from_qq_post.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package requestmodifers | ||
package requestmodifiers | ||
|
||
import ( | ||
"ladder/proxychain" | ||
|
2 changes: 1 addition & 1 deletion
2
...difers/spoof_referrer_from_reddit_post.go → ...ifiers/spoof_referrer_from_reddit_post.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package requestmodifers | ||
package requestmodifiers | ||
|
||
import ( | ||
"ladder/proxychain" | ||
|
2 changes: 1 addition & 1 deletion
2
...difers/spoof_referrer_from_tumblr_post.go → ...ifiers/spoof_referrer_from_tumblr_post.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package requestmodifers | ||
package requestmodifiers | ||
|
||
import ( | ||
"ladder/proxychain" | ||
|
2 changes: 1 addition & 1 deletion
2
...ifers/spoof_referrer_from_twitter_post.go → ...fiers/spoof_referrer_from_twitter_post.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package requestmodifers | ||
package requestmodifiers | ||
|
||
import ( | ||
"ladder/proxychain" | ||
|
2 changes: 1 addition & 1 deletion
2
...fers/spoof_referrer_from_vkontake_post.go → ...iers/spoof_referrer_from_vkontake_post.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package requestmodifers | ||
package requestmodifiers | ||
|
||
import ( | ||
"ladder/proxychain" | ||
|
2 changes: 1 addition & 1 deletion
2
...odifers/spoof_referrer_from_weibo_post.go → ...difiers/spoof_referrer_from_weibo_post.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package requestmodifers | ||
package requestmodifiers | ||
|
||
import ( | ||
"fmt" | ||
|
4 changes: 2 additions & 2 deletions
4
...chain/requestmodifers/spoof_user_agent.go → ...hain/requestmodifiers/spoof_user_agent.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
.../requestmodifers/spoof_x_forwarded_for.go → ...requestmodifiers/spoof_x_forwarded_for.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package requestmodifers | ||
package requestmodifiers | ||
|
||
import ( | ||
"ladder/proxychain" | ||
|
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...responsemodifers/block_element_removal.go → ...esponsemodifiers/block_element_removal.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
proxychain/responsemodifers/bypass_cors.go → proxychain/responsemodifiers/bypass_cors.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package responsemodifers | ||
package responsemodifiers | ||
|
||
import ( | ||
"ladder/proxychain" | ||
|
2 changes: 1 addition & 1 deletion
2
proxychain/responsemodifers/bypass_csp.go → proxychain/responsemodifiers/bypass_csp.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package responsemodifers | ||
package responsemodifiers | ||
|
||
import ( | ||
"ladder/proxychain" | ||
|
2 changes: 1 addition & 1 deletion
2
...ponsemodifers/forward_response_headers.go → ...onsemodifiers/forward_response_headers.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package responsemodifers | ||
package responsemodifiers | ||
|
||
import ( | ||
"fmt" | ||
|
2 changes: 1 addition & 1 deletion
2
...onsemodifers/generate_readable_outline.go → ...nsemodifiers/generate_readable_outline.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package responsemodifers | ||
package responsemodifiers | ||
|
||
import ( | ||
"bytes" | ||
|
File renamed without changes.
Oops, something went wrong.