{"id":17995020,"url":"https://github.com/p0dalirius/lfidump","last_synced_at":"2025-08-04T01:35:13.082Z","repository":{"id":38276545,"uuid":"454363895","full_name":"p0dalirius/LFIDump","owner":"p0dalirius","description":"A simple python script to dump remote files through a local file read or local file inclusion web vulnerability.","archived":false,"fork":false,"pushed_at":"2024-03-16T08:21:05.000Z","size":1392,"stargazers_count":73,"open_issues_count":1,"forks_count":14,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-02T17:35:22.150Z","etag":null,"topics":["bugbounty","dump","file","inclusion","local","pentesting"],"latest_commit_sha":null,"homepage":"https://podalirius.net/","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/p0dalirius.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"p0dalirius","patreon":"Podalirius"}},"created_at":"2022-02-01T11:37:13.000Z","updated_at":"2025-05-19T23:12:04.000Z","dependencies_parsed_at":"2024-10-29T20:54:08.498Z","dependency_job_id":null,"html_url":"https://github.com/p0dalirius/LFIDump","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/p0dalirius/LFIDump","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p0dalirius%2FLFIDump","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p0dalirius%2FLFIDump/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p0dalirius%2FLFIDump/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p0dalirius%2FLFIDump/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/p0dalirius","download_url":"https://codeload.github.com/p0dalirius/LFIDump/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p0dalirius%2FLFIDump/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268637158,"owners_count":24282265,"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-03T02:00:12.545Z","response_time":2577,"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":["bugbounty","dump","file","inclusion","local","pentesting"],"created_at":"2024-10-29T20:17:41.221Z","updated_at":"2025-08-04T01:35:13.024Z","avatar_url":"https://github.com/p0dalirius.png","language":"Python","funding_links":["https://github.com/sponsors/p0dalirius","https://patreon.com/Podalirius"],"categories":[],"sub_categories":[],"readme":"![](./.github/banner.png)\n\n\u003cp align=\"center\"\u003e\n    A simple python script to dump remote files through a local file read or local file inclusion web vulnerability.\n    \u003cbr\u003e\n    \u003cimg alt=\"GitHub release (latest by date)\" src=\"https://img.shields.io/github/v/release/p0dalirius/LFIDump\"\u003e\n    \u003ca href=\"https://twitter.com/intent/follow?screen_name=podalirius_\" title=\"Follow\"\u003e\u003cimg src=\"https://img.shields.io/twitter/follow/podalirius_?label=Podalirius\u0026style=social\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://www.youtube.com/c/Podalirius_?sub_confirmation=1\" title=\"Subscribe\"\u003e\u003cimg alt=\"YouTube Channel Subscribers\" src=\"https://img.shields.io/youtube/channel/subscribers/UCF_x5O7CSfr82AfNVTKOv_A?style=social\"\u003e\u003c/a\u003e\n    \u003cbr\u003e\n\u003c/p\u003e\n\n\n![](./.github/example.gif)\n\n## Features\n\n - [x] Dump a single file with `-f /path/to/remote/file.txt`\n - [x] Dump lots of files from a wordlist with `-F /path/to/local/wordlist.txt`\n - [x] Insecure mode (for broken SSL/TLS) with `-k/--insecure`\n - [x] Custom local dump dir with `-d/--dump-dir`\n\n## Usage\n\n```\n$ ./LFIDump.py -h\nusage: LFIDump.py [-h] [-v] [-s] -u URL [-f FILE | -F FILELIST] [-D DUMP_DIR] [-k]\n\nDescription message\n\noptional arguments:\n  -h, --help            show this help message and exit\n  -v, --verbose         Verbose mode. (default: False)\n  -s, --only-success    Only print successful read file attempts.\n  -u URL, --url URL     URL to connect to. (example: http://localhost/?page=LFIPATH)\n  -f FILE, --file FILE  Remote file to read.\n  -F FILELIST, --filelist FILELIST\n                        File containing a list of paths to files to read remotely.\n  -D DUMP_DIR, --dump-dir DUMP_DIR\n                        Directory where the dumped files will be stored.\n  -k, --insecure        Allow insecure server connections when using SSL (default: False)\n```\n\n## Examples\n\n + Dump a single file\n    ```\n    ./LFIDump.py -u \"http://localhost:8000/lfi.php?page=LFIPATH\" -f /etc/passwd\n    ```\n   \n + Dump files from a wordlist\n    ```\n    ./LFIDump.py -u \"http://localhost:8000/lfi.php?page=LFIPATH\" -F ./wordlists/all.txt\n    ```\n\n## Contributing\n\nPull requests are welcome. Feel free to open an issue if you want to add other features.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp0dalirius%2Flfidump","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fp0dalirius%2Flfidump","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp0dalirius%2Flfidump/lists"}