正如https://security.stackexchange.com/questions/165528/sqlmap-eval-parameter-base64-a-parameter-containing-hyphens?noredirect=1#comment314635_165528所示,我在Stack Overflow上移动了我的问题。 刚尝试使用sqlmap的--eval函数时遇到了问题。我需要在base64中为每个新的有效负载转换一个get参数(test-parameter)。当我尝试使用--eval函数时:
--eval="test-parameter=test-parameter.encode('base64')"
Python给了我一个错误,可能是因为你不能使用包含连字符的变量名。
有人有解决方案吗?