Recent
Mitmproxy transparent mode
Using mitmproxy in transparent mode is useful for applications that do not accept or ignore proxy settings.
This guide is based on a Ubuntu & Windows Machine the instructions of IP forwarding may differ slightly if using another distro.
Linux Setup To enable ipv4 forwarding use the following command
sudo sysctl -w net.ipv4.ip_forward=1 After running the above command you can check to ensure that forwarding is now enable by using the following command
read more
Adding Sources Without Apt Key
The apt-key method of adding gpg keys for repos has been deprecated and will cause a warning message when doing an apt update Using kismets apt source repo I will show you how to take instructions that use the now deprecated apt-key method and change it to use the now supported method for adding repo gpg keys
This is the directions from the kismet site to add their source repo for Debian / Ubuntu based distros I am using a Ubuntu 22.
read more
Mr. Phisher - THM
There are numerous tools that allow you to extract the macros from a word document without opening it but since those tools don’t exist on this box we will have to open up the document with macros disabled (the default on this box)
Upon opening the document we get a warning that the document has macros and they have been disabled (whew)
To view the macros we need to os to tools > macros > edit macros
read more