How To Install and Configure Veil Framework on Kali Linux


This post will show you how to install Veil framework on Kali Linux!
What is Veil Framework?
Veil-Evasion is a tool used to generate payloads that bypass antivirus solutions.

What do you need?
A Computer
Kali Linux - Kali.org
Veil-Evasion - https://github.com/Veil-Framework/Veil-Evasion
Commands:
git clone https://github.com/Veil-Framework/Veil-Evasion

cd Veil-Evasion/
ls
cd setup/
ls
./setup.sh
cd Veil-Evasion/
python Veil-Evasion.py

Create Kali Bootable Installer USB Drive in Windows 10 (Kali Bootable Non-Persistence USB Drive)


This post will show how to create Kali Bootable Installer USB Drive in Windows 10 (Kali Bootable Non-Persistence USB Drive). This is the fastest method, for getting up and running with Kali Linux is to run it “live” from a USB drive.

Advantages of using Kali Live USB Drive – Non-Persistence

  1. It’s non-destructive — it makes no changes to the host system’s hard drive or installed OS, and to go back to normal operations, you simply remove the “Kali Live” USB drive and restart the system.
  2. It’s portable — you can carry Kali Linux in your pocket and have it running in minutes on an available system.
  3. It’s secured – you can destroy the disk and there is no way to link anything back to that USB as the physical medium is destroyed.
  4. Best of all – You can boot any supported computers using it thus bypass OS security.

Disadvantages of using Kali Live USB Drive – Non-Persistence

  1. It’s once off – You can not update/upgrade distro.
  2. You can not save config.

Requirements

  1. A verified copy of the appropriate ISO image of the latest Kali build image for the system you’ll be running it on. i.e. note i386 or x64 or armel or armhf versions.
    You need to download an Official Kali Linux ISO image from here: Click Here
  2. A copy of Win32 Disk Imager utility. Download from here: Click Here
  3. A USB thumb drive, 4GB or larger.
Note: Safely eject the USB drive from the Windows machine. Now you can use this USB device to boot into Kali Linux on any supported machine.
You need to select/change BIOS setup to select USB as the first boot device.
Select Live (686-pae) or Live (amd64) or similar based on the ISO you’ve selected and off you go.

Check download speed from Linux Terminal


In this article you'll find how to test Internet speed from the Linux terminal, using speedtest_cli - a simple command-line client written in Python for measuring Internet bandwidth.
I'll show how to simply check download/upload Internet speed
First you need to install python-pip package
apt-get install python-pip
Next you install speedtest-cli via pip.
pip install speedtest-cli
and finally you just simply run speedtest-cli command in your terminal
speedtest-cli

How to Make a Bootable Kali Linux USB Flash Drive/Pendrive


Quick and easy tutorial for beginners on how to make a bootable Kali Linux USB Flash drive. This drive can be used to install Kali Linux or to run Kali live from the USB drive without affecting the operating system that's already installed on the computer.

Kali Linux 2.0 - How to Change or Reset ROOT Password in Kali Sana or pretty much any Linux distributions


Forgetting root password is an hassle. We try to be vigilant with our security and set a complex root password. We also try not to login using directly into root account (in most production boxes) and use sudoinstead. So it’s not very unlikely to loose your root password and depending on how you’ve setup your access, you just might not be able to reset it using sudo passwd root/someusername. Following post shows you how to reset root password in Kali Linux or pretty much any Linux distributions.

sharethis

 

Copyright @ 2024 iExplo1t | Developed by AuresExpress.com