Open 687766616e opened 5 years ago
-u "xxx.com?p=123&fq=1233" -D "test=testtest&test2=testabc" What if I only want to test POST parameter test2? What should I enter? -p "testabc'" or -p "test2=testabc'" or what?
-u "xxx.com?p=123&fq=1233" -D "test=testtest&test2=testabc"
test2
-p "testabc'"
-p "test2=testabc'"
-u "xxx.com?p=123&fq=1233" -D "test=testtest&test2=testabc"
What if I only want to test POST parametertest2
? What should I enter?-p "testabc'"
or-p "test2=testabc'"
or what?