There is a number of tools you can use in Linux to see what is going on your machine at the network level, one of the most common is netstat. This command will show you all the connections on your system, including some that you may not be interested in, like UNIX sockets. There are […]

Read More

Do you want to learn some new tricks to make your Wireshark experience better? You have come to the right place, let’s get going! Protocol statistics + Apply as filter To get a sense of the kind of traffic you have on a packet capture session you can use the protocol statistics window. To open […]

Read More

Would you like to skip that annoying level or perhaps get some extra cash? Well, you are in the right place! We are going to have some fun by editing a savegame and get a small advantage. Welcome to game hacking. Out test subject is going to be Capsized. A platformer game I picked up from […]

Read More

Here is a quick tip on how to make the output of some tools prettier, for example we can use the mount command which by default looks like this:

Using the column command with the -t option we can apply some formatting so it is more readable:

Much better, isn’t it? Man page […]

Read More

Welcome to this socat tutorial. Socat is a network utility similar to netcat. Socat supports ipv6 and ssl and is available for both windows and linux. The first thing you will notice with this tool is that it has a different syntax on what you are used to with netcat or other standard unix tools. […]

Read More