enricorossi.org

Enrico Rossi


Articles tagged with howto

Urllib3 json cookie

Tags: cookies, howto, json, python

Login with a Json authentication into an https server with TLSv1 only SSL connection capabilities.

Python has 3 different urllib library in order to manipulate http connections, which unfortunately are not the evolution of the same project. Plus there are others libraries based on these as well.

The urllib2 has …

Read more...

fake SMTP client and server

Tags: howto, linux, mail, server, tips

This is a quick tips to simulate a fake mailserver useful if you want to test and application which send emails.

You need netcat (nc) software installed and no email server active on the port 25.

In order to open the privilege port 25 I use the root user. The …

Read more...
← Previous Page 4 / 9 Next →