{"id":26784730,"url":"https://github.com/theflash2k/tmux-spawn","last_synced_at":"2025-04-19T16:51:48.404Z","repository":{"id":135101849,"uuid":"584761657","full_name":"TheFlash2k/tmux-spawn","owner":"TheFlash2k","description":"An automated TMUX Spawner script that will increase your workflow and setup basic stuff you might need in your CTFs","archived":false,"fork":false,"pushed_at":"2024-07-10T04:01:49.000Z","size":4,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T10:32:18.369Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/TheFlash2k.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":"2023-01-03T12:59:35.000Z","updated_at":"2024-07-10T04:01:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"2876116d-c203-46a8-a4fe-b4d39a652fb1","html_url":"https://github.com/TheFlash2k/tmux-spawn","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/TheFlash2k%2Ftmux-spawn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheFlash2k%2Ftmux-spawn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheFlash2k%2Ftmux-spawn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheFlash2k%2Ftmux-spawn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheFlash2k","download_url":"https://codeload.github.com/TheFlash2k/tmux-spawn/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249742325,"owners_count":21318896,"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":[],"created_at":"2025-03-29T10:29:27.460Z","updated_at":"2025-04-19T16:51:48.378Z","avatar_url":"https://github.com/TheFlash2k.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TMUX-Spawn\n\nAn automated script that will allow you to automate your TMUX workflow when solving CTF challenges.\n\n## Usage:\n\n```bash\n# Usage:\n$ IP=\u003cIP\u003e MACHINE_NAME=\u003cMACHINE_NAME\u003e $0\n\n# Example:\n$ IP=192.168.0.100 MACHINE_NAME=TEST tmux-spawn\n```\n\n### Commands.sh:\nYou can add your custom commands in this file. Following commands are added by default:\n```bash\n$ export nc_listen=\"rlwrap nc -lvnp $1\"\n$ export nmap_allports=\"nmap -p- --min-rate=10000 -oN logs/initial.nmap $IP $1\"\n$ export nmap_full=\"nmap -p $1 -sC -sV -oN logs/full.nmap $IP $2\"\n$ export gobuster_common=\"gobuster dir -u $1 -w /usr/share/wordlists/dirb/common.txt -o logs/gobuster-common.txt\"\n$ export gobuster_medium=\"gobuster dir -u $1 -w /usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt -o gobuster-medium.txt\"\n$ export nikto_full=\"nikto -h $1 | tee logs/nikto.log\"\n$ export smbclient_list=\"smbclient -L \\\\\\\\$IP\\\\\"\n$ export smbclient_connect=\"smbclient \\\\\\\\$IP\\\\$1\"\n$ export add_host=\"echo $1 | sudo tee -a /etc/hosts\"\n```\n\n\u003e ## Note:\nThe script currently only supports Boot2Root machines. Later I will add support for a jeopardy CTF that will create several folders such as `Web`, `Pwn`, `Rev`, `Crypto` etc.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheflash2k%2Ftmux-spawn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheflash2k%2Ftmux-spawn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheflash2k%2Ftmux-spawn/lists"}