Python script to parse a Sonicwall Firewall exp file

I had need to review a firewall config but was provided with an exp file. I did not want to pay for a tool do do the work and what I found on the internet did not work with my file version, so I wrote a script to do some of the heavy lifting forContinue reading “Python script to parse a Sonicwall Firewall exp file”

Compiling an up-to-date Standalone EXE of Volatility 2.6 in Windows

The Windows standalone exe version of Volatility 2.6 at https://www.volatilityfoundation.org/releases does not seem to contain all the latest Windows 10 profiles that are in the latest python source. If you have Python installed you can simply run the the native Volatility Python, however, if you intend to run Volatility on a machine without Python, youContinue reading “Compiling an up-to-date Standalone EXE of Volatility 2.6 in Windows”