{"id":21512664,"url":"https://github.com/p3gleg/pwnback","last_synced_at":"2025-08-20T20:32:00.162Z","repository":{"id":125348099,"uuid":"86855385","full_name":"P3GLEG/PwnBack","owner":"P3GLEG","description":"Burp Extender plugin that generates a sitemap of a website using Wayback Machine","archived":false,"fork":false,"pushed_at":"2018-05-08T16:52:22.000Z","size":58,"stargazers_count":226,"open_issues_count":2,"forks_count":42,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-08-15T20:51:55.725Z","etag":null,"topics":["burp","burp-extensions","burpsuite","information-retrieval","osint","security-tools"],"latest_commit_sha":null,"homepage":"","language":"Java","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/P3GLEG.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2017-03-31T19:54:27.000Z","updated_at":"2025-07-21T10:20:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"8cb9464b-dc19-4d32-8770-ca102e6156ba","html_url":"https://github.com/P3GLEG/PwnBack","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/P3GLEG/PwnBack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/P3GLEG%2FPwnBack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/P3GLEG%2FPwnBack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/P3GLEG%2FPwnBack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/P3GLEG%2FPwnBack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/P3GLEG","download_url":"https://codeload.github.com/P3GLEG/PwnBack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/P3GLEG%2FPwnBack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271378680,"owners_count":24749192,"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","status":"online","status_checked_at":"2025-08-20T02:00:09.606Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["burp","burp-extensions","burpsuite","information-retrieval","osint","security-tools"],"created_at":"2024-11-23T22:42:33.411Z","updated_at":"2025-08-20T20:31:59.825Z","avatar_url":"https://github.com/P3GLEG.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PwnBack\n\n![Alt text](https://cloud.githubusercontent.com/assets/25095513/25050115/62129024-20fa-11e7-8113-2720d84225bc.png \"MainView\")\n\n## Getting Started\n\nPwnBack requires PhantomJS to run. You can download it from [here](http://phantomjs.org/)\n\nTo understand why it is required currently see the section [PhantomsJS](###PhantomJS)\n\n\n\n\nThe plugin has several settings that a user can define depending on their hardware setup.\n\n* \u0026#35; of PhantomJS WebDrivers\n  - The number of Firefox headless browsers to open. Be mindful of Burp Suite's memory settings\n\n* \u0026#35; of HTTP Response Parsers\n  - These are responsible for parsing requests generated by the WebDriver. You may gain very little by increasing this number.\n\n* Start Year\n  - How far back in a Website's history you'd like to traverse\n\n* End Year\n  - When to stop looking at a Website's History\n\n* PhantomJS Location\n  - The location of the PhantomJS binary\n\n* Output Folder\n  - Where to save results when the Export Results button is pressed\n\n* Domain\n  - The domain name to crawl. example.com, example.org, etc.\n\n* CA Bundle\n  - The CA certificate you wish to use for PhantomJS. You shouldn't need this, however, check\n  Troubleshooting if no traffic is being generated\n\n\n\n### Installing\nIn BurpSuite open the Extender Tab\n\nClick the Add button\n\nLocate the jar file included in this repo.\n\nThe current version of is v1.7.21, I am unable to guarantee backward support.\n\n## Build\n\nRun the following commands\n\n```bash\ngit clone https://github.com/k4ch0w/PwnBack.git\ncd PwnBack\n./gradlew fatJar\n```\n\n\n\n## Authors\n\n* **Paul Ganea** - *Initial work* - [k4ch0w](https://github.com/k4ch0w)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n\n\n### PhantomJS\n\nPhantomJS is required to correctly render pages produced by archive.org.\nThe service uses ajax calls to render the page, so if you don't use a web driver that\nsupports Javascript you will only receive the way back machines toolbar.\n\n\n### Troubleshooting\nThere is an issue with the JVM's Cert storage on certain computers and the SSL certificate provided by archive.org\nIf you see no traffic being generate run the following command and provide the path to the CA-Bundle\n\n```bash\ncurl --remote-name --time-cond cacert.pem https://curl.haxx.se/ca/cacert.pem\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp3gleg%2Fpwnback","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fp3gleg%2Fpwnback","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp3gleg%2Fpwnback/lists"}