{"id":21672846,"url":"https://github.com/dogoncouch/netexec","last_synced_at":"2025-10-25T06:32:14.381Z","repository":{"id":82059525,"uuid":"244204544","full_name":"dogoncouch/netexec","owner":"dogoncouch","description":"A simple but powerful command line network automation tool.","archived":false,"fork":false,"pushed_at":"2020-03-17T21:34:37.000Z","size":43,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-25T09:27:58.043Z","etag":null,"topics":["command-line-interface","juniper-junos","juniper-networks","network","network-automation","network-management","networking"],"latest_commit_sha":null,"homepage":"","language":"Python","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/dogoncouch.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"docs/CODE_OF_CONDUCT.md","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-03-01T18:46:42.000Z","updated_at":"2023-09-25T22:27:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"6d65f3f8-c7f1-4cd5-9719-5de7220644f9","html_url":"https://github.com/dogoncouch/netexec","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/dogoncouch%2Fnetexec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dogoncouch%2Fnetexec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dogoncouch%2Fnetexec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dogoncouch%2Fnetexec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dogoncouch","download_url":"https://codeload.github.com/dogoncouch/netexec/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244577067,"owners_count":20475238,"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":["command-line-interface","juniper-junos","juniper-networks","network","network-automation","network-management","networking"],"created_at":"2024-11-25T13:33:14.611Z","updated_at":"2025-10-25T06:32:09.341Z","avatar_url":"https://github.com/dogoncouch.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# netexec\n\n## Usage\n\n### Options\n```\nusage: netexec [-h] [--version] [-y] [-u USER] [-p] [-c COMMAND] [-x]\n               [-d DEVICETYPE] [--list-types] [-i INPUT] [-t TIMEOUT]\n               [-l DEVICELIST]\n               [device]\n\npositional arguments:\n  device           specify a device to which to connect\n\noptional arguments:\n  -h, --help       show this help message and exit\n  --version        show program's version number and exit\n  -y               send \"yes\" for host key check (not recommended)\n  -u USER          set a username\n  -p               use a password (will prompt; DO NOT enter as arg)\n  -c COMMAND       command to connect (default ssh)\n  -x, --exec-mode  enter lines in exec mode, instead of config mode\n  -d DEVICETYPE    set the device type (junos, ios, etc)\n  --list-types     list available device types\n  -i INPUT         set the input file for commands\n  -t TIMEOUT       set the timeout for spawning and sending lines\n  -l DEVICELIST    connect to all devices in specified list file\n```\n\n```\n==== Available device type modules: ====\n\nblank           : a blank devicetype module\njunos           : juniper networks junos\n```\n\n## Examples\n    \n    netexec -u testuser -p -i inputcommands.txt 10.50.50.1\n    netexec -i config.txt -l devicelist.txt -t junos\n    netexec --list-types\n\n## Notes\nThis only supports Juniper devices so far. Cisco support coming soon.\n\n## Support\nBugs, questions, and other issues can be directed to the project's [issues page](https://github.com/dogoncouch/netexec/issues) on GitHub, or emailed to [dpersonsdev@gmail.com](mailto:dpersonsdev@gmail.com).\n\n## Contributing\nContributions are welcome in the form of code, bug fixes, or testing feedback. For more on how to contribute to netexec, see the [code of conduct](docs/CODE_OF_CONDUCT.md) and [contributing guielines](docs/CONTRIBUTING.md).\n\n\n# Copyright\nMIT License\n\nCopyright (c) 2020 Dan Persons (dpersonsdev@gmail.com)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdogoncouch%2Fnetexec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdogoncouch%2Fnetexec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdogoncouch%2Fnetexec/lists"}