Offensive
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 part of the world [...]
Python
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. [...]