We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[root@localhost tmp]# curl -sf http://172.20.100.20:8438/clammit/test -d @mozi.m -v
POST /clammit/test HTTP/1.1 User-Agent: curl/7.29.0 Host: 172.20.100.20:8438 Accept: / Content-Length: 46060 Content-Type: application/x-www-form-urlencoded Expect: 100-continue
< HTTP/1.1 301 Moved Permanently < Location: /clammit/test/ < Date: Mon, 22 Nov 2021 08:06:18 GMT < Content-Length: 0 < Connection: close <
POST /clammit HTTP/1.1 User-Agent: curl/7.29.0 Host: 172.20.100.20:8438 Accept: / Content-Length: 46060 Content-Type: application/x-www-form-urlencoded Expect: 100-continue
< HTTP/1.1 200 OK < Content-Type: application/json < Date: Mon, 22 Nov 2021 08:06:50 GMT < Content-Length: 310 < Connection: close <
The text was updated successfully, but these errors were encountered:
No branches or pull requests
[root@localhost tmp]# curl -sf http://172.20.100.20:8438/clammit/test -d @mozi.m -v
< HTTP/1.1 301 Moved Permanently
< Location: /clammit/test/
< Date: Mon, 22 Nov 2021 08:06:18 GMT
< Content-Length: 0
< Connection: close
<
[root@localhost tmp]# curl -sf http://172.20.100.20:8438/clammit -d @mozi.m -v
< HTTP/1.1 200 OK
< Content-Type: application/json
< Date: Mon, 22 Nov 2021 08:06:50 GMT
< Content-Length: 310
< Connection: close
<
{"clammit_version":"0.7.3","scan_server_url":"tcp://172.20.100.2:3310","ping_result":"Connected to server OK","scan_server_version":"ClamAV 0.103.3/26360/Sun Nov 21 17:19:26 2021","test_scan_virus":"Status: FOUND; Virus: true; Description: Win.Test.EICAR_HDB-1","test_scan_clean":"Status: CLEAN; Virus: false"}
The text was updated successfully, but these errors were encountered: