Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cSploit/android
/ getOpenPorts
Method
getOpenPorts
cSploit/src/org/csploit/android/net/Target.java:690–694 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
688
}
689
690
public
List<Port> getOpenPorts(){
691
synchronized (mPorts) {
692
return
(List<Port>) mPorts.clone();
693
}
694
}
695
696
public
boolean hasOpenPorts(){
697
synchronized (mPorts) {
Callers
9
getView
Method · 0.95
checkCompatibility
Method · 0.95
inpsect
Method · 0.80
searchExploitForServices
Method · 0.80
write_services
Method · 0.80
createPortList
Method · 0.80
onItemLongClick
Method · 0.80
onCreate
Method · 0.80
ProtocolAdapter
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected