add localstorage clearer, sessionstorage cleaer, and cachebuster modifiers
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package requestmodifiers
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"net/url"
|
||||
|
||||
"ladder/proxychain"
|
||||
@@ -12,6 +13,7 @@ func ModifyQueryParams(key string, value string) proxychain.RequestModification
|
||||
return func(chain *proxychain.ProxyChain) error {
|
||||
q := chain.Request.URL.Query()
|
||||
chain.Request.URL.RawQuery = modifyQueryParams(key, value, q)
|
||||
fmt.Println(chain.Request.URL.String())
|
||||
return nil
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user