Burp Suite: alphanumeric payload decoded to base64 exposes password, but as an encoded string

I’m learning Web Pentesting using Juice Shop and I successfully used Burp Suite to generate an SQL injection payload in the repeater that exposed the plain text email and encoded password of the admin.
By using Burp Suite Decoder, I decode… Continue reading Burp Suite: alphanumeric payload decoded to base64 exposes password, but as an encoded string

SQLmap is returning "command not found" after every y/n prompt [closed]

I was running some sql injection tests in SQLmap, and every time, the tool stopped testing the parameters to ask a Y/n questions, it immediately returned it as ‘command not found’ to both the two possible answers I pass (Y and N) not givin… Continue reading SQLmap is returning "command not found" after every y/n prompt [closed]