Skip to content

Instantly share code, notes, and snippets.

@kaworu
Created March 27, 2013 20:22
Show Gist options
  • Save kaworu/5257679 to your computer and use it in GitHub Desktop.
Save kaworu/5257679 to your computer and use it in GitHub Desktop.
nc session to Rspamd webui
[alex@debian ~] % nc mail.br0c0.li 80
GET /rspamd/login HTTP/1.1
Password: q1
Host: mail.br0c0.li
Connect: close
HTTP/1.1 200 OK
Server: nginx/1.2.7
Date: Wed, 27 Mar 2013 20:21:17 GMT
Content-Type: text/html; charset=ISO-8859-1
Content-Length: 256
Connection: keep-alive
{"auth": "ok","version":"0.5.4","uptime": 9671,"error":"none", "clean":0,"probable":1,"greylist":0,"reject":0,"scanned":1,"learned":0}
^C
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment