{"id":28242957,"url":"https://github.com/nxroot/natxploit","last_synced_at":"2026-01-26T00:07:14.371Z","repository":{"id":288671693,"uuid":"968879776","full_name":"NxRoot/NATxPLOIT","owner":"NxRoot","description":"Take control of other devices using Reverse NAT Traversal","archived":false,"fork":false,"pushed_at":"2025-08-30T02:39:31.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-30T04:22:17.442Z","etag":null,"topics":["bypass","exploit","hacking","hacking-tool","payload-generator","remote-access","reverse-shell"],"latest_commit_sha":null,"homepage":"","language":null,"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/NxRoot.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,"zenodo":null}},"created_at":"2025-04-18T22:54:25.000Z","updated_at":"2025-08-30T02:39:34.000Z","dependencies_parsed_at":"2025-04-19T09:04:21.592Z","dependency_job_id":"61f547df-532a-4803-b292-290608484de0","html_url":"https://github.com/NxRoot/NATxPLOIT","commit_stats":null,"previous_names":["nxroot/natxploit"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/NxRoot/NATxPLOIT","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NxRoot%2FNATxPLOIT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NxRoot%2FNATxPLOIT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NxRoot%2FNATxPLOIT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NxRoot%2FNATxPLOIT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NxRoot","download_url":"https://codeload.github.com/NxRoot/NATxPLOIT/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NxRoot%2FNATxPLOIT/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28761911,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T23:06:19.311Z","status":"ssl_error","status_checked_at":"2026-01-25T23:03:50.555Z","response_time":113,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bypass","exploit","hacking","hacking-tool","payload-generator","remote-access","reverse-shell"],"created_at":"2025-05-19T06:10:01.560Z","updated_at":"2026-01-26T00:07:14.360Z","avatar_url":"https://github.com/NxRoot.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# NATxPLOIT v1.0\n\u003ch3\u003eFOR EDUCATIONAL PURPOSES ONLY\u003c/h3\u003e\n\nTake control of other devices using Reverse NAT Traversal\n\n## BY USING THIS SOFTWARE YOU AGREE TO THE FOLLOWING\nTHE DEVELOPER OF THIS SOFWARE IS NOT RESPONSIBLE FOR ANY ILLEGAL ACTIVITY PERFORMED BY ANY USER.\n\n\u003cimg src=\"https://i.ibb.co/43RCdSG/Captura-de-ecr-2025-04-18-224103.png\" width=\"70%\"\u003e\n\n\n## Features\n\n* Generate payloads to control other devices.\n* Inject scripts after device connection is established.\n* Instant terminal access directly from the application.\n* Create your own modules to execute with a single click.\n\n\n## How to Install\n\n| Exe    | Description | Releases |\n| -------- | ------- | ------- |\n| \u003ca href=\"https://github.com/NxRoot/NATxPLOIT/releases\"\u003e\u003cimg style=\"min-width: 40px;min-height: 40px; width: 40px;\" src=\"https://i.ibb.co/53CzcMg/natxploit-2.png\"/\u003e\u003c/a\u003e | Download the latest version   | [Download](https://github.com/NxRoot/NATxPLOIT/releases)    |\n\n## How to create your own modules\n\n* Modules must be placed inside the `scripts` folder:\n\u003cimg src=\"https://i.ibb.co/GfBYqCXk/Captura-de-ecr-2025-04-18-232832.png\"/\u003e\n\n* Modules must contain a `run.json` configuration file:\n```jsx\n{\n    \"name\": \"Screenshot\",   // Name that shows up on UI\n    \"runner\": \"scrn.exe\",   // File to be executed\n    \"ui\": \"ui.js\"           // UI to handle response\n}\n``` \n\n* Modules can have nested options to specify execution arguments:\n```jsx\n{\n    \"name\": \"Microphone\",\n    \"runner\": \"rec.exe\",\n    \"ui\": \"ui.js\",\n    \"options\": [\n        { \"label\": \"5 Seconds\", \"args\": \"5\" },\n        { \"label\": \"10 Seconds\", \"args\": \"10\" },\n        { \"label\": \"20 Seconds\", \"args\": \"20\" },\n        { \"label\": \"30 Seconds\", \"args\": \"30\" }\n    ]\n}\n```\n\n* The `ui.js` file allows you to inject UI components after the script is executed:\n```jsx\n// The 'result.message' variable contains the string output returned by your script.\n\nconst base64String = result.message;\n\n// Create image element\nconst img = document.createElement(\"img\");\nimg.src = \"data:image/png;base64,\" + base64String;\nimg.style.position = \"fixed\";\nimg.style.top = 0;\nimg.style.left = 0;\nimg.style.width = \"100%\";\nimg.style.height = \"100%\";\n\n// Close UI\nimg.onclick = () =\u003e img.remove();\n\n// Inject UI\ndocument.body.appendChild(img);\n\n```\n\n\n## \u0026nbsp;\n⭐ If you find this useful!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnxroot%2Fnatxploit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnxroot%2Fnatxploit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnxroot%2Fnatxploit/lists"}