MCPcopy Create free account
hub / github.com/c0ny1/sqlmap4burp-plus-plus / getPythonName

Method getPythonName

src/main/java/burp/Config.java:22–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 }
21
22 public static String getPythonName() {
23 try {
24 String val = BurpExtender.callbacks.loadExtensionSetting("PYTHON_NAME");
25 if(val == null){
26 return Config.PYTHON_NAME;
27 }else{
28 return val;
29 }
30 }catch(Exception e){
31 return Config.PYTHON_NAME;
32 }
33 }
34
35 public static void setPythonName(String pythonName) {
36 BurpExtender.callbacks.saveExtensionSetting("PYTHON_NAME", String.valueOf(pythonName));

Callers 2

initValueMethod · 0.95
runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected