Open sectroyer opened 1 year ago
I will probably change the color. Also, have you set an injection marker (*
) as a parameter you need?
Nope I didn't. It wasn't clear for me if it works or not :)
I made URL/form and parameter changing stand out a bit more.
Can you verify?
As for marker usage, it requires some documentation, so the issue will remain open for now.
Yes this green color looks much better 👍
Thank you for your feedback! I will close this issue after creating some documentation.
After some more testing I have noticed one issue with current logging:
[*] Testing if POST parameter 'TEST' is injectable
Since it's in green and ends with "parameter XYZ is injectable" it often confuses me. Tough I know the tool and notice it after a second. Still I think something like this:
[*] Testing injection on POST parameter 'TEST'
Especially since sqlmap logs "... is injectable" so that's probably why it confuses me 😄
Maybe, I will change the colour to yellow and change the text as well
Should be more clear in 1.2.0 Can you verify?
SSTImap lacks '-p' (or equivalent) switch for specifying injection parameter.
Also it would be nice to have some improvement in case of multiple parameters like here:
It's hard to find a line where it switches to new parameter. Even change to something like this would help a lot:
Maybe even a different color of the "Testing..." line...