Category: Security
-
Simple Linux (Ubuntu) Security
I’m setting up a Bitcoin full node to perform some analyses on the full blockchain. Here are quick steps I followed to improve the security of a basic Ubuntu box for these purposes [1]. This is not meant to be an exhaustive list! Rather, this should serve as a general approach that helps you think […]
-
Monitor Network Traffic on an iOS Device Using Remote Virtual Interface
Monitor the network traffic on your iOS device using Apple’s Remote Virtual Interface on your Mac computer.
-
XSS Prevention in Four Simple Steps
Preventing Cross Site Scripting (XSS) attacks is a daunting task for developers. In short, XSS attacks are an injection attack in which data that is structurally significant in the current context changes the intended semantics and/or functionality. While there are great resources online that walk you through prevention techniques (one of the best security resources […]