What is a Digital Nomad?
What is a digital nomad? Well, I can very briefly sum that up for you. A digital nomad is me. I've been a digital nomad for 2 years now traveling across the United States in my converted school bus (Skoolie) and I have been loving every second of it except for the times my bus broke down and I...
GoPro Display Mod Review
It's been a year since the GoPro Display Mod was announced and it's finally here. Now it's time to do a GoPro Display Mod review. With more and more people jumping on the vlogging band wagon GoPro has proven to be a company that carries fantastic products targeting vloggers and novice videographers. With the release of the GoPro HERO9 Black...
Metasploit Powershell Shellcode Injector Hack
The growth of Metasploit has increased over the years and has become rather popular among hackers, script kiddies, penetration testers, cyber security analysts, and information security engineers. The fact that it is open source is a reason for it's popularity. Metasploit can be used to test for a number of different security vulnerabilities and is well known for its evasion...
Setup VNC Server in Raspbian Jessie with Pixel
If you are a Raspberry Pi owner and are testing out the Raspbian Jessie operating system with the new PIXEL desktop environment then you'll most likely want to setup VNC server in Raspbian Jessie with PIXEL. Raspbian Jessie is based on Debian Linux and comes packed with many features that make it a great operating system for educational use, personal use,...
How to Make a WiFi Jammer with Raspberry Pi 3
The Raspberry Pi has become quite the phenomenon in the computing world for hobbyists, inventors, and students. Raspberry Pi projects have been sprouting up all over and it has opened up new doors in the tech world. In our project we are going to demonstrate how to make a WiFi Jammer with Raspberry Pi 3. As a disclaimer we must...
How to Disable Onboard WiFi for Raspberry Pi 3
Figuring out how to disable onboard WiFi for Raspberry Pi 3 is great if you have a USB WiFi adapter that you plan on using instead. If you plan on capturing and analyzing packets then you will need a WiFi adapter that supports monitor mode. The onboard WiFi for the Raspberry Pi doesn't support monitor mode. A USB WiFi...
How to Hack a WordPress Site with WPScan in Kali Linux
Testing websites for vulnerabilities can help identify bugs that can ultimately lead to actions that you can take to secure it. Preventing hackers from accessing your website is a top priority. You should always test your website for vulnerabilities to prevent someone from hacking into your website. Here we will show you how to hack a WordPress site with WPScan...
How to add SSH Welcome Banner
A fun way to ward off unauthorized users attempting to login through SSH is by displaying a message and we will show you how to add SSH welcome banner by editing a couple files. SSH banners are common with system administrators when they are configuring Linux servers. These security banners normally let a user know that all actions are monitored...
Securing VNC Connection on Kali Linux with SSH
One of the best ways to access Kali Linux remotely is by securing VNC connection on Kali Linux with SSH. Using VNC Viewer to provide remote access gives the user a full graphical interface just as if they were actually using the computer or device from home. This article assumes that you already have Kali Linux configured in a...
How to Setup SSH Server on Kali Linux
If you are looking for a secure way to access Kali Linux remotely then using SSH (Secure Shell) is the way to go. Using an SSH client such as Putty allows you to remote login to Kali Linux securely over an unsecured network. Learn how to setup SSH server on Kali Linux by following a few simple steps. Before you...