Closed melomac closed 7 years ago
check the last update, that should fix both issues :) let me know if that works for you, on my side worked perfectly
Hi, thank you for being reactive.
I am sorry, the commit only fixed the file download issue, not the pcap download issue.
To reproduce the issue, you have to download the file first, or to download the pcap twice.
It is also worth noting that an empty file with the same name will not raise the problem, but will leave the destination empty.
the problem is, that is planed to be able pass any text file with hashes and you will can downlaod list of them, so i need to think how to solve that
ah... tricky.
macOS codesign
have a similar behavior: if a filename starts with a number, it will try to look for a launched process code signature. the only way to workaround is to preprend ./ to the filename.
a fix could be to tell the user: correct wording for filename is leading to confusion
when filename size == a hash size and filename only contains hash chr?
please also note that pcap file are not named according to the usage
description:
--pcap The md5/sha1/sha256 hash of the file whose network
traffic dump you want to retrieve. Will save as
VTDL_hash.pcap
(while I would prefer hash.pcap
).
yah probably will be the best to force to users use .txt
, yes i prefer more too hash.pcap, let me add this changes
check update, that should solve the double download, + will add .pcap if that file is pcap, thansk for reporting and testing
to download from file file should ends with .txt
Thank you! Cheers!
you are welcome, feel free to ping me for any feature/bug etc, and thanks for beer ;)
Hi
When I download a file,
vt
doesn't exit after download:When I download a pcap,
vt
download strange files, and not the expected pcap:These issues were found on current
master
, on up-to-date OS X El Capitan, withprivate
API andintelligence
access.