langyayue
langyayue
impacket==0.9.17
适配iterm2的代码,可以将默认terminal替换为iterm2 `else if(osType == Util.OS_MAC){ String optionCommand = Config.getSqlmapOptionsCommand(); //将参数数中的"转译为\" // optionCommand = optionCommand.replace("\"","\\\""); command = String.format("%s %s -r %s %s",Config.getPythonName(),Config.getSqlmapPath(),Config.getRequstFilePath(),optionCommand); cmds.add("osascript"); cmds.add("-e"); String cmd = "tell application \"iTerm2\" \n"...