Skip to content

A simple fuzzer search that allows you to select a active docker container and a command to execute on it

Notifications You must be signed in to change notification settings

kb05/docker-fuzzy-executer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-fuzzy-executer

A simple fuzzer search that allows you to select a active docker container and a command to execute on it

Requirements

How works?

  1. Get all active docker containers
  2. Create a fzf list interface, and asks the user to select the one that he want to work with (Get the containerID)
  3. Get the list of available commands in commandList.json
  4. Show the possible commands to execute over the selected container, and ask to the user that select one of them
  5. Replace the ContainerID and execute the command with the ContainerID tag replaced with the selected ContainerID.

About

A simple fuzzer search that allows you to select a active docker container and a command to execute on it

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages