uds icon indicating copy to clipboard operation
uds copied to clipboard

[BUG] ./uds.py --list crashes with error message; ./uds.py --list "query" works

Open LucasMW opened this issue 4 years ago • 2 comments

Describe the bug ./uds.py --list Should show all my files store with UDS, as stated on readme;

However, it shows this:

usage: uds.py [-h] [--push path_to_file] [--bunch word_in_file [path_to_file ...]] [--pull id] [-g name] [-b word_in_file] [-l query] [-u] [-d id] [-e name] [-w word_in_file] [-c id] [-C] [-D] uds.py: error: argument -l/--list: expected 1 argument

Passing queries however may return files: ./uds.py --list "windows"

Name Size Encoded ID


The Microsoft Windows _NSAKEY backdoor-x8JuUW41pbQ.mp4 28.6 MB 38.1 MB 1wZRpL2NBo54tiq5YANJEjtESUlyZ8Ft9

A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

git cloned uds, got credentials, setup; push a file; and then ./uds.py --list

Expected behavior Should show all my files store with UDS, as stated on readme; Screenshots If applicable, add screenshots to help explain your problem.

System Information Python Version, OS, Anything that may help Mac OS 10.14.16 (Mojave) python3 --version

Python 3.7.5

LucasMW avatar Nov 04 '19 14:11 LucasMW

What does

python3 uds.py --update

Give you? Should make a JSON file listing what list is trying to output. I can't duplicate this myself, as list works properly for Windows. I lack a hackintosh system to test this issue on right now.

78Alpha avatar Oct 12 '20 09:10 78Alpha

Hello. I did update my copy of UDS with git pull. And it is working fine now. I also cannot reproduce the error.

LucasMW avatar Oct 17 '20 12:10 LucasMW