$ ./jottiUploader_amd64.bin jottiUploader_amd64.exe
SHA1 Checksum: c62b74f0b4632bfae7ac01e160912b3eff6cb0a3
File jottiUploader_amd64.exe found on Jotti:
https://virusscan.jotti.org/en-US/search/hash/c62b74f0b4632bfae7ac01e160912b3eff6cb0a3
- This tool is a CLI file uploader for Jotti https://virusscan.jotti.org
- Jotti is a lesser-known alternative to VirusTotal
- Jotti enforces a rate limit which this tool honors once it has been reached. If you need to scan more files, consider supporting the Jotti project by purchasing an API key.
./jottiUploader {file_to_scan}
./jottiUploader -help
./jottiUploader -version
- If you want the latest features, compiling from source is the best option since the release version may run several revisions behind the source code.
- This assumes you have Go and Git installed
git clone https://github.com/cyclone-github/jottiUploader.git
cd jottiUploader
go mod init jottiUploader
go mod tidy
go build -ldflags="-s -w" .
- Compile from source code how-to: