Category: Tips and Tricks

Install DVWA on Kali Linux 2017.2

Install DVWA on Kali Linux 2017.2 Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is damn vulnerable. Its main goals are to be an aid for security...

php5 kali linux 2017.2

How to install php5.6 on Kali Linux 2017.2

Install php5.6 on Kali Linux 2017.2   Command $ apt-get install apt-transport-https $ curl https://packages.sury.org/php/apt.gpg | apt-key add – $ echo ‘deb https://packages.sury.org/php/ stretch main’ > /etc/apt/sources.list.d/deb.sury.org.list $ apt-get update...

Exe2Image: convert EXE files to JPEG images

Exe2Image A simple utility to convert EXE files to PNG images and vice versa. Download: https://github.com/OsandaMalith/Exe2Image/releases Screenshots Putty.exe converted to an image. Source: https://github.com/OsandaMalith/Exe2Image

Run Wireshark as root on Kali Linux

Wireshark is used for network analysis and troubleshooting by allowing users to capture network traffic and view packets. The view of the information can be customized using a display filter....

openvpn Linux

USE OPENVPN ACCESS SERVER TO BUILD A VPN SERVER IN LINUX

OpenVPN Access Server is a full-featured secure network tunneling VPN software solution that integrates OpenVPN server capabilities, enterprise management capabilities, simplified OpenVPN Connect UI, and OpenVPN Client software packages that...