AlexisAhmed / BugBountyToolkit

A multi-platform bug bounty toolkit that can be installed on Debian/Ubuntu or set up with Docker.
https://hub.docker.com/r/hackersploit/bugbountytoolkit
1.09k stars 276 forks source link

Add Tmux support #5

Closed rishabhdeepsingh closed 4 years ago

rishabhdeepsingh commented 4 years ago

while running on nmap or something it takes time and we can use tmux to switch between the terminal easily.

brutalgg commented 4 years ago

Are you referring to tmux in the docker container?

rishabhdeepsingh commented 4 years ago

Yes, Exactly.

rishabhdeepsingh commented 4 years ago

If you want I can send a PR

AlexisAhmed commented 4 years ago

You can utilize the exec command to deploy more than one session for each container. This can be done by running the following command for every new session: docker exec -it <ID> /bin/bash

Note: Ensure that the container is running.

rishabhdeepsingh commented 4 years ago

I thought Tmux would be a better tool to work on as there is a lot quick switching etc.