{"id":20120500,"url":"https://github.com/lamcodeofpwnosec/waybash","last_synced_at":"2025-04-13T06:40:49.714Z","repository":{"id":259044525,"uuid":"874731594","full_name":"lamcodeofpwnosec/Waybash","owner":"lamcodeofpwnosec","description":"Crawling URLs for Targets from Wayback Implementation in Bash","archived":false,"fork":false,"pushed_at":"2024-11-20T13:49:17.000Z","size":263,"stargazers_count":71,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T02:15:49.565Z","etag":null,"topics":["wayback-archiver","wayback-machine","wayback-machine-api","waybackurls","waybackurlstool"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lamcodeofpwnosec.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"lamcodeofpwnosec","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2024-10-18T11:09:23.000Z","updated_at":"2025-01-26T21:38:34.000Z","dependencies_parsed_at":"2024-10-22T20:12:40.105Z","dependency_job_id":null,"html_url":"https://github.com/lamcodeofpwnosec/Waybash","commit_stats":null,"previous_names":["lamcodeofpwnosec/waybash"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lamcodeofpwnosec%2FWaybash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lamcodeofpwnosec%2FWaybash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lamcodeofpwnosec%2FWaybash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lamcodeofpwnosec%2FWaybash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lamcodeofpwnosec","download_url":"https://codeload.github.com/lamcodeofpwnosec/Waybash/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248675434,"owners_count":21143763,"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":["wayback-archiver","wayback-machine","wayback-machine-api","waybackurls","waybackurlstool"],"created_at":"2024-11-13T19:20:45.925Z","updated_at":"2025-04-13T06:40:49.688Z","avatar_url":"https://github.com/lamcodeofpwnosec.png","language":"Shell","funding_links":["https://github.com/sponsors/lamcodeofpwnosec"],"categories":[],"sub_categories":[],"readme":"# Waybash\nThe Wayback URLs Crawler is a Bash script designed to automate the process of collecting archived URLs from the Wayback Machine for a specified target domain. By leveraging the Wayback Machine's API, the script fetches historical data about a target website, which can be particularly useful for security researchers, penetration testers, digital archivists, or anyone interested in examining past versions of a website.\n\nThe script retrieves a list of URLs that have been archived over time, offering a snapshot of the site's historical content. This data can help identify past security vulnerabilities, track content changes, or recover lost web pages. The resulting list of URLs is saved to a text file, allowing for easy analysis and further processing.\n\n## Key Features\n * Automated URL Crawling: Fetches archived URLs from the Wayback Machine based on the target domain.\n * Historical Data Analysis: Allows users to explore past versions of a website for research or vulnerability assessment.\n * Output Filtering and Formatting: The retrieved data is processed to remove duplicates and format the output for better readability.\n * Simple to Use: Written in Bash, the script is straightforward and can be run on most Unix-based systems (Linux, macOS).\n\n## Installation and Setup\n**Prerequisites**\n * The script requires a Unix-based operating system (Linux, macOS, or WSL on Windows).\n * `curl`, `sed`, and `tee` should be installed on the system (most Unix-based systems come with these tools by default).\n\n## Steps to Install and Run\nYou can now use `./wayback.sh -help` to display the help menu and description for each feature. Each feature is now modular and easy to maintain or expand.\n\n[![asciicast](https://asciinema.org/a/682269.svg)](https://asciinema.org/a/682269)\n\n1. Clone or Download the Script\n```\ngit clone https://github.com/lamcodeofpwnosec/Waybash.git\ncd Waybash\n```\n2. Make the Script Executable\nEnsure the script has executable permissions.\n```\nchmod +x wayback_crawler.sh\n```\n3. Run the Script\nExecute the script and provide the target domain when prompted.\n```\n./wayback_crawler.sh\n```\nEnter the domain name (e.g., `example.com`) when prompted. The script will retrieve archived URLs and save the results in a file named `example.com.txt`.\n4. Check the Output\n  * After the script finishes running, the results will be stored in a text file named after the target domain (e.g., `example.com.txt`).\n  * You can open this file with a text editor or use command-line tools to analyze the data.\n```\ncat example.com.txt\n```\n[![asciicast](https://asciinema.org/a/681742.svg)](https://asciinema.org/a/681742)\n\n\u003e [!NOTE]\n\u003e Copyright [©lamcodeofpwnosec](https://github.com/lamcodeofpwnosec/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flamcodeofpwnosec%2Fwaybash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flamcodeofpwnosec%2Fwaybash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flamcodeofpwnosec%2Fwaybash/lists"}