BackBox is a Linux distribution based on Ubuntu. It has been developed to perform penetration tests and security assessments.
Designed to be fast, easy to use and provide a minimal yet complete desktop environment, thanks to its own software repositories, always being updated to the latest stable version of the most used and best known ethical hacking tools.
Take a look around and hopefully you will find an answer to your question. If you are stuck on a problem, someone else has probably encountered it too and through the community these will be answered.
Also Read – Ghostfuscator : The Python Password-Protected Obfuscator
What’s New
System Requirements
Hot to Download BackBox Linux
Getting the ISO image
BackBox Linux can be easily downloaded from its official download page. Although both direct and torrent downloads are available, it’s usually recommended to use the latter.
Verifying The ISO image
After downloading the ISO image, a verification step is required in order to exclude any potential file corruption during the download. This verification is done calculating the sha256 digest (md5 is weak nowadays) of the downloaded file and comparing it with the sha256 value of the file in the download page. It’s as easy as opening a terminal and running:
sha256sum /path/to/BackBox/ISO/image
If the string obtained from the output of the above command doesn’t match the one in the download page it indicates that the file was corrupted during the download and the download has to be performed once more.
Creating A Bootable Device
With the ISO image downloaded and verified, you can now create a BackBox bootable device.
Creating a BackBox Linux bootable device
After having downloaded (and verified) BackBox Linux ISO image, a bootable device must be created in order to start using it.
Creating a bootable USB drive
The mininimum recommended USB stick size is 4 GB, but this may change in future.
Recognizing the USB drive and partitions Before starting you need to recognize how your system calls the USB stick, i.e. its device name. You may use lsblk
, blkid
, fdisk
, log files or whichever way you prefer for this task, you will find a device name conforming to the Linux drive naming convention. For example /dev/sdb is a possible name for a USB device. Partition names conform to the Linux partition naming convention, which identifies partitions by an appended decimal number to the device name. So, for example, /dev/sdb2 is the second partition of the device /dev/sdb.
Please, be as cautious as possible on this step, since any data
residing on the partition/device that is going to be written will be permanently erased. So backup your data and double check the drive you are going to write to is indeed the right drive.
Once you have identified the device name, you can create a bootable USB drive. The next sections describe various ways to do that, sorted by decreasing simplicity.
Creating a bootable USB drive with UNetbootin
Using UNetbootin is the recommended and easiest way to create a bootable USB containing any Linux distro, including BackBox.
Creating a bootable USB drive by hand
Creating a bootable USB drive using isohybrid and dd
BackBox doesn’t provide an hybrid ISO image yet (i.e. an image that can be directly copied to an USB device using for example dd
utility), even if this is being worked out. Meanwhile it’s possible to use Isohybrid from the Syslinux Project
to create it on your own. This section covers the creation of an hybrid
ISO image using the tools just mentioned, from within a GNU/Linux
environment (although syslinux is available for Windows systems too). This image can then be copied to a USB thumb just using the dd
command.
Note that in this procedure there is no need to previously create partitions or format them, unless you are going to do a customized install (that we assume you are able to deal with by yourself). You will just need the USB device name.
isohybrid
and syslinux
utilities. Please do a quick query of your distribution packages database to know what to install. isohybrid
will inject a MBR and the bootloader code/files into it, and if something goes wrong you won’t have to download the ISO again. dd
will not output any progress information, so take a coffee and be patient while bytes flow. BackBox Linux Hard Disk Install
Make sure that your computer is set to boot the external device containing BackBox.
Try BackBox without installing
Install BackBox Linux
. The Language screen appears. Forward
Forward
. Forward
. Forward
. The Ready to install window appears. Install
. The installation wizard begins. When the installation wizard finishes, the Installation complete window appears. Click Restart now
to restart your computer.
shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…
Extract and execute a PE embedded within a PNG file using an LNK file. The…
Embark on the journey of becoming a certified Red Team professional with our definitive guide.…
This repository contains proof of concept exploits for CVE-2024-5836 and CVE-2024-6778, which are vulnerabilities within…
This took me like 4 days (+2 days for an update), but I got it…
MaLDAPtive is a framework for LDAP SearchFilter parsing, obfuscation, deobfuscation and detection. Its foundation is…