MCPcopy
hub / github.com/jaykali/hackerpro / cmsfew

Function cmsfew

hackerpro.py:982–987  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

980
981
982def cmsfew():
983 print("your target must be Joomla, Mambo, PHP-Nuke, and XOOPS Only ")
984 target = raw_input("Select a target : ")
985 os.system(
986 "wget https://dl.packetstormsecurity.net/UNIX/scanners/cms_few.py.txt -O cms.py")
987 os.system("python cms.py %s" % target)
988
989
990def smtpsend():

Callers 1

expFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected