Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cyclone-github/jottiuploader
CLI file uploader for Jotti https://virusscan.jotti.org
https://github.com/cyclone-github/jottiuploader
anti anti-malware anti-virus antimalware antivirus cli cyclone go jotti malware online-scanner virus virusscan virustotal
Last synced: 9 days ago
JSON representation
CLI file uploader for Jotti https://virusscan.jotti.org
- Host: GitHub
- URL: https://github.com/cyclone-github/jottiuploader
- Owner: cyclone-github
- License: gpl-2.0
- Created: 2023-11-12T00:18:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-10T20:39:13.000Z (10 months ago)
- Last Synced: 2024-03-14T23:51:44.380Z (8 months ago)
- Topics: anti, anti-malware, anti-virus, antimalware, antivirus, cli, cyclone, go, jotti, malware, online-scanner, virus, virusscan, virustotal
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![Readme Card](https://github-readme-stats.vercel.app/api/pin/?username=cyclone-github&repo=jottiUploader&theme=gruvbox)](https://github.com/cyclone-github/)
# jottiUploader
```
$ ./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
```
### About:
- 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.
### Usage Instructions:
```
./jottiUploader {file_to_scan}
./jottiUploader -help
./jottiUploader -version
```
### Change Log:
- https://github.com/cyclone-github/jottiUploader/blob/main/CHANGELOG.md
### Compile from source:
- 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:
- https://github.com/cyclone-github/scripts/blob/main/intro_to_go.txt