scan last
Build and push / Pulling repo on server (push) Successful in 2s Details

This commit is contained in:
Chris 2023-11-29 14:57:34 +01:00
parent b9a628bee6
commit 10233f019e
1 changed files with 7 additions and 5 deletions

View File

@ -36,11 +36,13 @@ echo "[i] Found $last_page pages\n";
//create an array with all pages
$pages = range(1,65);
foreach($pages as $page)
{
echo "[i] Crawling page $page\n";
scanPage($page);
}
// foreach($pages as $page)
// {
// echo "[i] Crawling page $page\n";
// scanPage($page);
// }
scanPage(1);
function scanPage($key,$usecache=true)
{