SQL Injection scanner By h3x4r
Max Page Dork
Start..
'; for ($i = 0; $i <= $_POST['maxpage']; $i++) { echo "Processing Page " . $i . "
"; $url = 'http://www.google.com/search?hl=en&q=' . $_POST['dork'] .'&start=' . $i*10; $html = file_get_html($url); $linkObjs = $html->find('h3.r a'); foreach ($linkObjs as $linkObj) { $title = trim($linkObj->plaintext); $link = trim($linkObj->href); if (!preg_match('/^https?/', $link) && preg_match('/q=(.+)&sa=/U', $link, $matches) && preg_match('/^https?/', $matches[1])) { $link = $matches[1]; } else if (!preg_match('/^https?/', $link)) { continue; } echo '

' . $title . '
'; if(check_injection($link)) { echo ''; } else { echo ''; } echo "" . urldecode($link) . "\n"; letItBy(); } } echo ''; } ?>

Senin, 23 Juni 2014

Tidak ada komentar:

Posting Komentar