Faking Syslog Messages

Faking Syslog Messages

A few years ago I wrote a handy little tool to solve a simple problem: test automated ticketing & alerting based on syslog messages. The problem was presented to me while working for a large telecommunications provider who had outsourced their fault monitoring to an off-shore consulting company. This particular company had a habit of… Continue Reading Faking Syslog Messages

Beyond Proxies: Cheaply routing traffic to another country to avoid Geo Restrictions for ~$20/year

Beyond Proxies: Cheaply routing traffic to another country to avoid Geo Restrictions for ~$20/year

We haven’t used cable / satellite since 2006. Unfortunately, some online streaming services have restrictions, so when we visit them we must appear to be in a different location. Until now, we have been successfully using our existing server and VPN intrastructure (where this site his hosted for example), to additionally have a Squid proxy… Continue Reading Beyond Proxies: Cheaply routing traffic to another country to avoid Geo Restrictions for ~$20/year

Telnet to https

This nifty little trick allows you to manually enter http requests over https: openssl s_client -connect www.pcfinancial.ca:443 -state This command takes place of telnet “www.google.ca 80” in that openssl negotiates all the key junk for you, and allow you to hack test https webservers.