Reset Your Windows Password Using Kali Linux

Sometimes, we forget our password, or we want to reset the Windows password for a friend, officemate or anyone’s laptop in legal way. Today, I’m am going to teach you how to reset a password using Kali Linux. Requirements: 1.Kali Operating System 2. USB or CD/DVD Steps: Step 1: Download Kali ISO and burn on … Continue reading Reset Your Windows Password Using Kali Linux

How to monitoring your network and see which devices are connected

Netdiscover is a network address discovering tool that was developed mainly for those wireless networks without DHCP servers, though it also works on wired networks. It sends ARP requests and sniffs for replies. This mean that it can find all the devices connected in the same network, giving you mac address and local ip Let's … Continue reading How to monitoring your network and see which devices are connected

How to run a windows software on linux

One of the first questions that a new user of linux is about is how you can use his favorite games or software on windows that turned great and you can not do without. The answer is not as simple as one might think, but I would say that in two answers the solution can … Continue reading How to run a windows software on linux

Sqlmap – sql injection and blind sql injection exploitation tool – How to use it

Sqlmap is a very useful tool written in python to perform automated attacks such as sql injection and blind sql injection. The sqlmap options are so many, and they are all available using sqlmap -h or man sqlmap, so in this tutorial we will see how to use it to the best, but not all … Continue reading Sqlmap – sql injection and blind sql injection exploitation tool – How to use it

APT Repository for Old Ubuntu Releases

After support for an old Ubuntu releases has been dropped the folks at Canonical remove the repositories from their main repository servers such as archive.ubuntu.com and security.ubuntu.com. So, when you run sudo apt-get update you are met with a list of errors telling you that the your configured repositories were not found. Solution To get … Continue reading APT Repository for Old Ubuntu Releases

Installing a System virtualization – VMware Player for Linux and Windows 32 and 64 bit

VMware, Inc. is a subsidiary of Dell Technologies that provides cloud computing and platform virtualization software and services. It was the first commercially successful company to virtualize the x86 architecture. VMware's desktop software runs on Microsoft Windows, Linux, and macOS, while its enterprise software hypervisor for servers, VMware ESXi, is a bare-metal hypervisor that runs … Continue reading Installing a System virtualization – VMware Player for Linux and Windows 32 and 64 bit

Little trick – How to monitoring and liberating the RAM

To monitoring the ram from the terminal, all you have to do is type: watch -n 1 cat /proc/meminfo If instead you want to free the ram type: sudo sysctl -w vm.drop_caches = 3 All this will work if your system has the systemd. Otherwise for those who  can't use sysctl, try with the following … Continue reading Little trick – How to monitoring and liberating the RAM

Cracking linux password with John The Ripper

John the Ripper is a free password cracking software tool. First developed for the Unix operating system, it currently runs on fifteen different platforms. It is one of the most popular password cracking programs as it automatically detects password hash types and includes a customizable cracker. It can run on various encrypted password formats, including … Continue reading Cracking linux password with John The Ripper

How To Install Apache OpenOffice on Ubuntu linux and Debian Based OS

Apache OpenOffice is an open-source office software suite for word processing, spreadsheets, presentations, graphics, databases and more. It is available in many languages and works on all common computers. It stores all your data in an international open standard format and can also read and write files from other common office software packages. It can … Continue reading How To Install Apache OpenOffice on Ubuntu linux and Debian Based OS