Category: Tips and Tricks

Find hidden files

How to Find hidden files in Windows

Find hidden files dir command Displays a list of a directory’s files and subdirectories. If used without parameters, dir displays the disk’s volume label and serial number, followed by a list of directories and files on...

How to install xfce on Blackarch Linux

Xfce Xfce is a lightweight desktop environment for UNIX-like operating systems. It aims to be fast and low on system resources, while still being visually appealing and user-friendly. Blackarch Linux BlackArch Linux is an Arch...

install metasploit android

Install Metasploit Framework on any Android devices

Install Metasploit Framework on any Android devices Requirement: Termux Android 5.0 or later Internet connection How to Open Termux, type command $ apt update $ apt upgrade Install wget $ apt install wget Download metasploit.sh script $ wget https://github.com/Auxilus/Auxilus.github.io/blob/master/metasploit.sh Run metasploit.sh script...

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 professionals to test their...

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 $ apt-get -y install...

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