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

Function check_wpcontactcreativeform

hackerpro.py:1708–1717  ·  view source on GitHub ↗
(sites)

Source from the content-addressed store, hash-verified

1706
1707
1708def check_wpcontactcreativeform(sites):
1709 wpcontactcreativeform = []
1710 for site in sites:
1711 try:
1712 if urllib2.urlopen(site + 'wp-content/plugins/sexy-contact-form/includes/fileupload/index.php').getcode() == 200:
1713 wpcontactcreativeform.append(site)
1714 except:
1715 pass
1716
1717 return wpcontactcreativeform
1718
1719
1720def check_wplazyseoplugin(sites):

Callers 1

wpminiscannerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected