Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvement: Go down with "tab" and go up with "shift+tab". #84

Closed
scr4sh opened this issue Apr 6, 2024 · 3 comments
Closed

Improvement: Go down with "tab" and go up with "shift+tab". #84

scr4sh opened this issue Apr 6, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@scr4sh
Copy link

scr4sh commented Apr 6, 2024

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 + tab". Also that this was possible by selecting a command and moving within the different parameters, "ip, port, etc". I look forward to this improvement with great enthusiasm. Thank you.

@v1k1ngfr v1k1ngfr added the enhancement New feature or request label May 21, 2024
@Guilhem7
Copy link
Collaborator

Hi thanks a lot for the idea ! 😄

However this might not be possible by now, TAB is already bind to a function.
Indeed when pressing tab, arsenal will autocomplete the command if possible:

hash -> Press TAB --> hashcat

But also in the arguments

If there is a file argument arsenal will try to find one of your local file when pressing tab

@scr4sh
Copy link
Author

scr4sh commented Jul 31, 2024

I don't mean when you search for a command although that would be great too, but the actual Tab function is great (I mean when you are inside the parameters/arguments of a command).
For example

Nm -> Tab -> Nmap <ip> -p <ports>

Then move with TAB through the IP and ports options , thank you very much for your answer.

@Guilhem7
Copy link
Collaborator

Guilhem7 commented Aug 1, 2024

No problem ! 😄
I think I understand what you mean, nevertheless the TAB function is also already used when you are inside the parameter(s) of a command.
For instance inside this command:

ntlmrelayx.py -tf <targets_file> -smb2support -e <payload_file|payload.exe>
targets_file = ./rela -> Press TAB -> targets_file = ./relays.txt # If you have a file named relays.txt on your Current Working Directory

Thanks to this feature, TAB allows for file completion, and we will not be able to change it.
If you have any other suggestions, let us know !

Thanks again for your feedback 👍

@v1k1ngfr v1k1ngfr closed this as completed Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants