(sites)
| 1706 | |
| 1707 | |
| 1708 | def 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 | |
| 1720 | def check_wplazyseoplugin(sites): |