arsenal icon indicating copy to clipboard operation
arsenal copied to clipboard

Arsenal is just a quick inventory and launcher for hacking programs

Results 19 arsenal issues
Sort by recently updated
recently updated
newest added

Hi, First of all this is great and has helped me so much. I wanted to know if it is possible to hide/remove the first column (red boarder image below)....

enhancement

Example: ``` ??(root?localhost)-[~] ??# arsenal Traceback (most recent call last): File "/usr/local/bin/arsenal", line 8, in sys.exit(main()) File "/usr/local/lib/python3.10/dist-packages/arsenal/app.py", line 185, in main App().run() File "/usr/local/lib/python3.10/dist-packages/arsenal/app.py", line 64, in run self.start(args,...

It would be very useful and a great improvement, especially in productivity and comfort, to be able to scroll through the main menu down with "tab" and up with "shift...

enhancement

Hey ! Because of TIOCSTI patch applied recently on Linux Kernel, we need to re-implement some Arsenal functions (which can take some time). Thanks @slasheur7 helping at troubleshooting this. Here...

bug

Having a single config file can make life difficult when running concurrent projects. Add an option via an environment variable to toggle between directory (project) specific config and global. The...

Is it possible to make somthing like: **Command**

enhancement

Hello, I have made some changes on my local version but as I'm not a good programmer I don't want to make a pull request. Is it possible to add...

enhancement

Great tool! I would love to see something similiar to denisidoro/navi's tmux plugin. You can open a new split in any tmux session, choose the command you want and on...

enhancement

Hello here is a pull request to add an option to prefix a command generated by arsenal. Te prefix is defined by a global var that is referenced in config....

`Gui.cmd.get_command_parts()` is inside a loop but calls a method that likely returns the same result in each iteration