Difference between revisions of "Backbox"
(Created page with "{{Plugin | logo = | website = http://www.backbox.org/ | wikipedia = http://en.wikipedia.org/wiki/BackBox | license = [http://en.wikipedia.org/wiki/Gpl GNU General Public License...") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 11: | Line 11: | ||
| internet = {{no}} | | internet = {{no}} | ||
| linux = {{yes}} | | linux = {{yes}} | ||
− | | windows = {{ | + | | windows = {{yes}} |
| antivirus = {{no}} | | antivirus = {{no}} | ||
| deployment = {{no}} | | deployment = {{no}} | ||
Line 19: | Line 19: | ||
| recovery = {{yes}} | | recovery = {{yes}} | ||
| requireIP = true | | requireIP = true | ||
− | | image1 = | + | | image1 = https://upload.wikimedia.org/wikipedia/commons/thumb/b/b2/BackBox_4.4_Screenshot.png/800px-BackBox_4.4_Screenshot.png |
− | | image1url = | + | | image1url = https://commons.wikimedia.org/wiki/File:BackBox_4.4_Screenshot.png |
| image2 = | | image2 = | ||
| image2url = | | image2url = | ||
Line 56: | Line 56: | ||
{{PluginInstructionsEnd}} | {{PluginInstructionsEnd}} | ||
[[Category:Plugins]] | [[Category:Plugins]] | ||
− | [[Category: | + | [[Category:Security Diagnostics]] |
+ | [[Category:Supported from ERPXE 1.0]] |
Latest revision as of 08:01, 5 May 2019
Important information
This plugin requires a static IP address (Default is 10.0.0.1). Every change to the server IP MUST be reflected into the plugin's menu file. How to adjust ERPXE to local IP address
return to Plugins list
Backbox 2.01 http://www.backbox.org/ |
---|
Contents
Information
ERPXE Module
- Name: - Backbox
- Version: 2.01
- Official website: http://www.backbox.org/
- License: GNU General Public License
- Wikpedia Page: http://en.wikipedia.org/wiki/BackBox
- Download: http://www.erpxe.com/downloads
Plugin type
Backbox | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
No | No | Yes | Yes | Yes | Yes |
Plugin Requirments
Backbox | CIFS | HTTP | Internet | NFS | Linux OS | Windows OS |
---|---|---|---|---|---|---|
No | No | No | Yes | Yes | Yes |
Screen Shots
Special Information
BackBox is a Linux distribution based on Ubuntu developed to perform penetration tests and security assessments.
Designed to be fast, easy to use and to provide a minimal yet complete desktop environment thanks to its own software repositories constantly updated to the last stable version of the most known and used ethical hacking tools.
Linux Installation Instructions
Download backbox201-ARCH-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
extract backbox201-ARCH-XXX.tar.gz file:
tar -xvzf backbox201-ARCH-XXX.tar.gz
Download BackBox 2.0.1 ISO Latest Version to /mnt/ :
http://www.ubuntu.com/download
Mount ISO file to temporary location (/mnt/cdrom/)
mkdir /mnt/cdrom/ mount -o loop /mnt/backbox-2.01-ARCH.iso /mnt/cdrom/
BackBox x86: Copy backbox.seed , initrd.lz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/preseed/backbox.seed /tftpboot/er/plugins/backbox/i386/backbox.seed cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/backbox/i386/vmlinuz cp /mnt/cdrom/casper/initrd.lz /tftpboot/er/plugins/backbox/i386/initrd.lz cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/backbox/i386/casper/
BackBox x64: Copy backbox.seed , initrd.lz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/preseed/backbox.seed /tftpboot/er/plugins/backbox/x86_64/backbox.seed cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/backbox/x86_64/vmlinuz cp /mnt/cdrom/casper/initrd.lz /tftpboot/er/plugins/backbox/x86_64/initrd.lz cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/backbox/x86_64/casper/
Verify files with filelist.txt in each folder.
All Done!