{"id":20893770,"url":"https://github.com/spyboy-productions/phantomcrawler","last_synced_at":"2025-05-12T22:33:22.859Z","repository":{"id":210741934,"uuid":"726870109","full_name":"spyboy-productions/PhantomCrawler","owner":"spyboy-productions","description":"Boost website hits by generating requests from multiple proxy IPs.","archived":false,"fork":false,"pushed_at":"2024-02-26T02:18:56.000Z","size":1557,"stargazers_count":64,"open_issues_count":0,"forks_count":9,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-20T16:37:59.956Z","etag":null,"topics":["ddos-attack-tools","proxy","proxy-configuration","proxy-rotation","web-crawling","web-scrapping","website-analytics","website-hits"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/spyboy-productions.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2023-12-03T16:38:06.000Z","updated_at":"2025-04-13T19:08:43.000Z","dependencies_parsed_at":"2023-12-17T10:22:46.740Z","dependency_job_id":"f8412e99-80da-4437-9bfa-00c822d18327","html_url":"https://github.com/spyboy-productions/PhantomCrawler","commit_stats":null,"previous_names":["spyboy-productions/phantomcrawler"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spyboy-productions%2FPhantomCrawler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spyboy-productions%2FPhantomCrawler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spyboy-productions%2FPhantomCrawler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spyboy-productions%2FPhantomCrawler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spyboy-productions","download_url":"https://codeload.github.com/spyboy-productions/PhantomCrawler/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253833673,"owners_count":21971465,"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":["ddos-attack-tools","proxy","proxy-configuration","proxy-rotation","web-crawling","web-scrapping","website-analytics","website-hits"],"created_at":"2024-11-18T10:16:59.165Z","updated_at":"2025-05-12T22:33:22.431Z","avatar_url":"https://github.com/spyboy-productions.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://spyboy.in/twitter\"\u003e\n      \u003cimg src=\"https://img.shields.io/badge/-TWITTER-black?logo=twitter\u0026style=for-the-badge\"\u003e\n    \u003c/a\u003e\n    \u0026nbsp;\n    \u003ca href=\"https://spyboy.in/\"\u003e\n      \u003cimg src=\"https://img.shields.io/badge/-spyboy.in-black?logo=google\u0026style=for-the-badge\"\u003e\n    \u003c/a\u003e\n    \u0026nbsp;\n    \u003ca href=\"https://spyboy.blog/\"\u003e\n      \u003cimg src=\"https://img.shields.io/badge/-spyboy.blog-black?logo=wordpress\u0026style=for-the-badge\"\u003e\n    \u003c/a\u003e\n    \u0026nbsp;\n    \u003ca href=\"https://spyboy.in/Discord\"\u003e\n      \u003cimg src=\"https://img.shields.io/badge/-Discord-black?logo=discord\u0026style=for-the-badge\"\u003e\n    \u003c/a\u003e\n  \n\u003c/p\u003e\n\n\u003cimg width=\"100%\" align=\"centre\" src=\"https://github.com/spyboy-productions/PhantomCrawler/blob/main/image/phantom%20(1).png\" /\u003e\n\n\u003cbe\u003e\n\nPhantomCrawler allows users to simulate website interactions through different proxy IP addresses. It leverages Python, requests, and BeautifulSoup to offer a simple and effective way to test website behaviour under varied proxy configurations.\n\n**Features:**\n- Utilizes a list of proxy IP addresses from a specified file.\n- Supports both HTTP and HTTPS proxies.\n- Allows users to input the target website URL, proxy file path, and a static port.\n- Makes HTTP requests to the specified website using each proxy.\n- Parses HTML content to extract and visit links on the webpage.\n\n**Usage:**\n- **POC Testing:** Simulate website interactions to assess functionality under different proxy setups.\n- **Web Traffic Increase:** Boost website hits by generating requests from multiple proxy IPs.\n- **Proxy Rotation Testing:** Evaluate the effectiveness of rotating proxy IPs.\n- **Web Scraping Testing:** Assess web scraping tasks under different proxy configurations.\n- **DDoS Awareness:** Caution: The tool has the potential for misuse as a DDoS tool. Ensure responsible and ethical use.\n\n⚠️ **Get New Proxies** with port and add in `proxies.txt` in this format `50.168.163.176:80`\n\n- You can add it from here: https://free-proxy-list.net/ these free proxies are not validated some might not work so first validate these proxies before adding.\n\n**How to Use:**\n1. Clone the repository:\n   \n```\ngit clone https://github.com/spyboy-productions/PhantomCrawler.git\n```\n\n3. Install dependencies:\n   \n```\npip3 install -r requirements.txt\n```\n\n5. Run the script:\n\n```\npython3 PhantomCrawler.py\n```\n\n**Disclaimer:**\nPhantomCrawler is intended for educational and testing purposes only. Users are cautioned against any misuse, including potential DDoS activities. Always ensure compliance with the terms of service of websites being tested and adhere to ethical standards.\n\n---\n\n#### 💬 If having an issue [Chat here](https://discord.gg/ZChEmMwE8d)\n[![Discord Server](https://discord.com/api/guilds/726495265330298973/embed.png)](https://discord.gg/ZChEmMwE8d)\n\n### ⭔ Snapshots:\n---\n\u003cimg width=\"100%\" align=\"centre\" src=\"https://github.com/spyboy-productions/PhantomCrawler/blob/main/image/Screenshot_2023-12-04_at_9.08.26_PM.png\" /\u003e\n\n\u003ch4 align=\"center\"\u003e If you find this GitHub repo useful, please consider giving it a star! ⭐️ \u003c/h4\u003e \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspyboy-productions%2Fphantomcrawler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspyboy-productions%2Fphantomcrawler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspyboy-productions%2Fphantomcrawler/lists"}