Results 1 to 1 of 1
-
30th Nov 2011, 03:02 AM #1OPBannedWebsite's:
Seecure.me[PHP] Scan a Website using CURL and PHP, using Sucuri SiteCheck
PHP Code:<?php
/**
* Author: Vick@PHPCanyon.net
* Site : www.PHPCanyon.net
* Date : 26/11/2011
*/
$url = "phpcanyon.net";
$postvars = array(
'scan'=>$url
);
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'http://sitecheck.sucuri.net/scanner/');
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $postvars);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$result = curl_exec($ch);
curl_close($ch);
echo $result;
?>_Vick Reviewed by _Vick on . [PHP] Scan a Website using CURL and PHP, using Sucuri SiteCheck <?php /** * Author: Vick@PHPCanyon.net * Site : www.PHPCanyon.net * Date : 26/11/2011 */ $url = "phpcanyon.net"; $postvars = array( 'scan'=>$url ); Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[Selling] Website Security Scan With Full Report and Information how to fix it.
By MoWarez in forum Completed TransactionsReplies: 2Last Post: 4th Nov 2011, 11:38 PM -
Scan Forum Ids
By vietnammoney in forum Webmaster ResourcesReplies: 1Last Post: 12th Oct 2011, 05:36 PM -
Boot Time Scan In Quick Heal
By supernova in forum General DiscussionReplies: 5Last Post: 17th Mar 2011, 08:07 PM -
PHP Scan dir for idetical files
By Porsche_maniak in forum Web Development AreaReplies: 30Last Post: 14th Jul 2010, 06:23 AM -
Always scan files befor opeing...
By MrPeanut420 in forum Useful SitesReplies: 3Last Post: 5th Feb 2010, 09:57 AM
themaLeecher - leech and manage...
Version 5.03 released. Open older version (or...