Created
March 27, 2013 20:22
-
-
Save kaworu/5257679 to your computer and use it in GitHub Desktop.
nc session to Rspamd webui
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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