openbullet / OpenBullet2

OpenBullet reinvented
https://docs.openbullet.dev/
MIT License
1.75k stars 467 forks source link

[REQUEST]: save hash instead of name in web client #1098

Open eqiuwnzeqx9uuat opened 2 weeks ago

eqiuwnzeqx9uuat commented 2 weeks ago

This feature request respects the following points:

Description of the feature request

Use the hash instead of the name in the wordlist section when saving a file to the web version as previous version

Is your feature request related to a problem

this saves from incompatibility between windows and unix systems in the way file names are handled and reduces the occurrence of problems

Describe the solution you'd like

Use the hash instead of the name in the wordlist section when saving a file to the web version as previous version

Describe alternatives you've considered

Reuse the old method of saving the previous version

Relevant screenshots or videos

No response

Additional information

No response

openbullet commented 2 weeks ago

How would you be able to identify which wordlist it is if the original name is not saved? Also, could you explain in more detail exactly what the issue is, like where you're encountering trouble when using multiple OS versions, and how you're accessing the same OB2 instance from multiple OSes.

eqiuwnzeqx9uuat commented 1 week ago

How would you be able to identify which wordlist it is if the original name is not saved?

I think I expressed myself wrong, I mean that when you connect to ip:port/wordlists you find a "table" what I want in the File Name section there is UserData/Wordlists/HASH.txt and not the name of the file I upload. EXAMPLE Name Type Purpose Lines File Name
test Default 1 UserData/Wordlists/test1.txt

I want the hash in the File Name, I can understand what it is from the Name field, why I should have the name of the files on a server program and this solves problems with the names of the files that cause me a lot of trouble, basically I don't want to save test1.txt but HASH.txt and then why do I have to double click on the upload button, now I have a file loaded in the UserData/Wordlists directory but it doesn't appear in the program because I didn't press add.

In case I want the file from the "server program" to my device I just need to see the Name field and look in userdata for the hash of the file or when a download button will be added just use the name field and download only UserData/Wordlists/HASH.txt so you get the file back as I originally uploaded it (you can download the file not with the hash but with the name) and I will have no more problems.