Offensive

Using redsocks to proxy a docker container traffic
In this article, we are going to see how we can use redsocks to channel all the traffic of a docker container through a proxy. It is useful when you want to have multiple dockerized applications running on the same machine looking like being from various parts of the world [...]

Python

Faking Geolocation with Selenium, Python, Firefox.
Selenium is an excellent tool to automatize tasks through a browser, like end-to-end testing, bot creation, or as assisting in the redundant endeavours. It is sometimes needed to change the location reported by the browser. In this article we are going to see how to do with Firefox, Python and Selenium. [...]