MCPcopy Index your code
hub / github.com/jaykali/hackerpro / check_joomla

Function check_joomla

hackerpro.py:1553–1562  ·  view source on GitHub ↗
(sites)

Source from the content-addressed store, hash-verified

1551
1552
1553def check_joomla(sites):
1554 joomla = []
1555 for site in sites:
1556 try:
1557 if urllib2.urlopen(site + 'administrator').getcode() == 200:
1558 joomla.append(site)
1559 except:
1560 pass
1561
1562 return joomla
1563
1564
1565def wppjmla():

Callers 1

wppjmlaFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected