Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jaykali/hackerpro
/ cmsscan
Function
cmsscan
hackerpro.py:811–815 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
809
810
811
def
cmsscan():
812
os.system(
"git clone https://github.com/Dionach/CMSmap.git"
)
813
clearScr()
814
xz = raw_input(
"select target : "
)
815
os.system(
"cd CMSmap @@ sudo cmsmap.py %s"
% xz)
816
817
818
def
wpue():
Callers
1
info
Function · 0.85
Calls
1
clearScr
Function · 0.85
Tested by
no test coverage detected