Skip to content
New issue

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

Test uploaded virus files cannot be intercepted #30

Open
wuchuwei opened this issue Nov 22, 2021 · 0 comments
Open

Test uploaded virus files cannot be intercepted #30

wuchuwei opened this issue Nov 22, 2021 · 0 comments

Comments

@wuchuwei
Copy link

[root@localhost tmp]# curl -sf http://172.20.100.20:8438/clammit/test -d @mozi.m -v

  • About to connect() to 172.20.100.20 port 8438 (#0)
  • Trying 172.20.100.20...
  • Connected to 172.20.100.20 (172.20.100.20) port 8438 (#0)

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
<

  • Closing connection 0
    [root@localhost tmp]# curl -sf http://172.20.100.20:8438/clammit -d @mozi.m -v
  • About to connect() to 172.20.100.20 port 8438 (#0)
  • Trying 172.20.100.20...
  • Connected to 172.20.100.20 (172.20.100.20) port 8438 (#0)

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
<

  • Closing connection 0
    {"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"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant