m4ll0k / Atlas

Quick SQLMap Tamper Suggester
GNU General Public License v3.0
1.34k stars 262 forks source link

Question about option -p #10

Open 687766616e opened 5 years ago

687766616e commented 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?