Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bit4woo/ReSign
/ getHostFromUI
Method
getHostFromUI
src/burp/BurpExtender.java:762–766 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
760
}
761
762
public
String getHostFromUI(){
763
String domain =
""
;
764
domain = textFieldDomain.getText();
765
return
domain ;
766
}
767
//各种从图形面板或者从数据包获取参数,获取配置的函数。--end
768
769
Callers
1
processHttpMessage
Method · 0.95
Calls
1
getText
Method · 0.80
Tested by
no test coverage detected