{"id":15798604,"url":"https://github.com/0x0elliot/infodumper","last_synced_at":"2025-03-31T20:13:02.189Z","repository":{"id":115258742,"uuid":"274765965","full_name":"0x0elliot/infodumper","owner":"0x0elliot","description":"InfoDumper is a python script which you can use in physical penetration testing of linux systems to steal Wi-Fi passwords, System user password hashes with clear text user names, IP Address of the system (Both local and global) and many more coming soon.","archived":false,"fork":false,"pushed_at":"2020-12-31T18:01:29.000Z","size":52,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T05:05:31.800Z","etag":null,"topics":["hacking","hacking-tool","infodumper","pendrive","physical","physical-penetration-testing","python","python-script"],"latest_commit_sha":null,"homepage":"","language":"Python","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/0x0elliot.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-24T20:44:51.000Z","updated_at":"2023-11-18T19:19:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"dcff04dd-6c02-4540-aef8-0c9cfe424858","html_url":"https://github.com/0x0elliot/infodumper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x0elliot%2Finfodumper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x0elliot%2Finfodumper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x0elliot%2Finfodumper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x0elliot%2Finfodumper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0x0elliot","download_url":"https://codeload.github.com/0x0elliot/infodumper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246531975,"owners_count":20792736,"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","infodumper","pendrive","physical","physical-penetration-testing","python","python-script"],"created_at":"2024-10-05T00:42:45.066Z","updated_at":"2025-03-31T20:13:02.167Z","avatar_url":"https://github.com/0x0elliot.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/) \n![ForTheBadge built-with-love](http://ForTheBadge.com/images/badges/built-with-love.svg)\n\u003cbr\u003e\n[![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)](https://github.com/Naereen/StrapDown.js/blob/master/LICENSE)\n[![Open Source? Yes!](https://badgen.net/badge/Open%20Source%20%3F/Yes%21/blue?icon=github)](https://github.com/Naereen/badges/) \n![Ask Me Anything !](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)\n\n# infodumper\nInfoDumper is a python script which you can use in physical penetration testing of linux systems to steal Wi-Fi passwords, System user password hashes with clear text user names, IP Address of the system (Both local and global) and many more coming soon.\n\n\u003ch1\u003eFeatures:\u003c/h1\u003e\n\n1. Obtain the clear text saved Wi-Fi passwords\u003cbr\u003e\n2. Obtain the local and Global IP Addresses of the system (Along with ifconfig data)\u003cbr\u003e\n3. Obtain the Hostname used by the system\u003cbr\u003e\n4. Get the users on that system and their hashed passwords from /etc/passwd and /etc/shadow\u003cbr\u003e\n5. \u003cb\u003eHave the output saved automatically into your pendrive so that you don't have to mess around much. \u003c/b\u003e\n\n\u003ch1\u003eRequirements:\u003c/h2\u003e\n1. You should already have root/sudoer access to the system.\u003cbr\u003e\n2. It should have Python installed in it.\u003cbr\u003e\n3. You need a pendrive/Hardrive.\u003cbr\u003e\n4. The system being pentested must be a linux system.\n\n\u003ch1\u003eUsage:\u003c/h1\u003e\n\nFirst, Git clone this repository to your pendrive.\n\n```\ncd {path to your pendrive} #Or just move it after git cloning it to your desktop\ngit clone https://github.com/0x0elliot/infodumper\n```\n\n\n\nNext, Once your physical pentesting begins, Run the script and it will automatically fetch the data it needs into your pendrive under a couple seconds saving you some time.\n\n\n\n```\nsudo python3 {path_to_script}/infodumper.py\n```\n\nYou will be asked two questions:\n\n1. Which user are you logged in as (Name of the user account)\u003cbr\u003e\n2. What is the name of your pendrive (You will be shown the drives connected to your device. You just need to select yours.)\u003cbr\u003e\n\n\u003ch1\u003eWho is InfoDumper for?\u003c/h1\u003e\nPentesters who have to physically pentest systems and networks. I have tried my best to make their job a little faster and a little more easier \u003c3\n\u003cbr\u003e\n\u003ch1\u003eBugs Fixed:\u003c/h1\u003e\n1. Has a better looking name for the txt files.\u003cbr\u003e\n2. Fixed the FileNotFound error it showed :/ pretty silly ikr\n\n\u003cbr\u003e\n\u003cbr\u003e\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0x0elliot%2Finfodumper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0x0elliot%2Finfodumper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0x0elliot%2Finfodumper/lists"}