{"id":16461897,"url":"https://github.com/daudmalik06/wmb-scrapper","last_synced_at":"2025-03-21T06:31:38.019Z","repository":{"id":49283461,"uuid":"122869050","full_name":"daudmalik06/WMB-Scrapper","owner":"daudmalik06","description":"A small Php package to fetch archive url snapshots from archive.org. Using it you can fetch complete list of snapshot urls of any year or  complete list of all years possible.This package can be used to do recon of any target.","archived":false,"fork":false,"pushed_at":"2021-06-20T11:42:54.000Z","size":6,"stargazers_count":19,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-17T22:08:06.389Z","etag":null,"topics":["hacking","hacking-tool","php","recon","snapshot","snapshot-urls","wayback-archiver","wayback-machine","wmb-scrapper"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/daudmalik06.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-25T19:34:31.000Z","updated_at":"2023-10-05T22:25:51.000Z","dependencies_parsed_at":"2022-08-21T05:40:28.924Z","dependency_job_id":null,"html_url":"https://github.com/daudmalik06/WMB-Scrapper","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daudmalik06%2FWMB-Scrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daudmalik06%2FWMB-Scrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daudmalik06%2FWMB-Scrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daudmalik06%2FWMB-Scrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daudmalik06","download_url":"https://codeload.github.com/daudmalik06/WMB-Scrapper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244750953,"owners_count":20504182,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacking","hacking-tool","php","recon","snapshot","snapshot-urls","wayback-archiver","wayback-machine","wmb-scrapper"],"created_at":"2024-10-11T11:09:48.479Z","updated_at":"2025-03-21T06:31:37.697Z","avatar_url":"https://github.com/daudmalik06.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## WMB Scrapper\n\n\n=========================================  \n\n[![Latest Stable Version](https://poser.pugx.org/dawood/wmb-scrapper/v/stable.svg)](https://packagist.org/packages/dawood/wmb-scrapper)\n[![Total Downloads](https://poser.pugx.org/dawood/wmb-scrapper/downloads)](https://packagist.org/packages/dawood/wmb-scrapper)\n[![License](https://poser.pugx.org/dawood/wmb-scrapper/license.svg)](https://packagist.org/packages/dawood/wmb-scrapper)\n\n## Introduction\nA small Php package to fetch archive url snapshots from archive.org.  \nusing it you can fetch complete list of snapshot urls of any year or \ncomplete list of all years possible.  \n**This package can be used to do recon of any target.**\n\n\n\n## Installation\n\nInstall the package through [composer](http://getcomposer.org):\n\n```\ncomposer require dawood/wmb-scrapper\n```\n\nMake sure, that you include the composer [autoloader](https://getcomposer.org/doc/01-basic-usage.md#autoloading)\nsomewhere in your codebase.\n\n## Examples\n\nThere are several examples provided in examples folder too.  \n\n### Get first/last snapshot year of domain\n    include \"vendor/autoload.php\";\n    use dawood\\WBMScrapper\\WBMScrapper;\n    \n    $url = 'https://github.com/';\n    $firstSnapShotYear = WBMScrapper::firstSnapshotYear($url);\n    $lastSnapShotYear = WBMScrapper::lastSnapshotYear($url);\n    echo $lastSnapShotYear .PHP_EOL;\n    echo $firstSnapShotYear.PHP_EOL;\n    \n    \n### Get snapshots of any year of domain\n    include \"vendor/autoload.php\";\n    use dawood\\WBMScrapper\\WBMScrapper;\n    \n    $url = 'https://github.com/';\n    $snapshotsOf2012 = WBMScrapper::getSnapShotUrlsOfYear($url, 2012);\n    print_r(snapshotsOf2012 );\n    //outputs list of urls of waybackmachin snapshots\n    e.g\n    https://web.archive.org/web/20091226225818/http://www.github.com/\n        \n### Get snapshots of all years of domain\n    include \"vendor/autoload.php\";\n    use dawood\\WBMScrapper\\WBMScrapper;\n    \n    $url = 'https://github.com/';\n    $allSnapshots = WBMScrapper::getAllSnapShotUrls($url);\n    print_r($allSnapshots);\n    \n    //outputs a complete list of urls of waybackmachin snapshots\n    e.g\n    https://web.archive.org/web/20091226225818/http://www.github.com/\n    \n    \n## License\nThe **WMB Scrapper** is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).\n\n## Contribution\nThanks to all of the contributors ,  \n\n## Author\nDawood Ikhlaq and Open source community\n    \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaudmalik06%2Fwmb-scrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaudmalik06%2Fwmb-scrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaudmalik06%2Fwmb-scrapper/lists"}