Difference between revisions of "Backtrack"
From ERPXE Wiki
Line 19: | Line 19: | ||
| recovery = {{no}} | | recovery = {{no}} | ||
| requireIP = true | | requireIP = true | ||
− | | image1 = | + | | image1 = https://upload.wikimedia.org/wikipedia/commons/thumb/e/e4/BackTrack_5_R1.png/250px-BackTrack_5_R1.png |
− | | image1url = | + | | image1url = https://en.wikipedia.org/wiki/File:BackTrack_5_R1.png |
| image2 = | | image2 = | ||
| image2url = | | image2url = |
Latest revision as of 07:54, 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
Backtrack 5 R1 http://www.backtrack-linux.org/ |
---|
Contents
Information
ERPXE Module
- Name: - Backtrack
- Version: 5 R1
- Official website: http://www.backtrack-linux.org/
- License: GNU General Public License
- Wikpedia Page: http://en.wikipedia.org/wiki/BackTrack
- Download: http://www.erpxe.com/downloads
Plugin type
Backtrack | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
No | No | Yes | No | Yes | No |
Plugin Requirments
Backtrack | CIFS | HTTP | Internet | NFS | Linux OS | Windows OS |
---|---|---|---|---|---|---|
No | No | No | Yes | Yes | Yes |
Screen Shots
Special Information
BackTrack is an operating system based on the Ubuntu GNU/Linux distribution aimed at digital forensics and penetration testing use.
It is named after backtracking, a search algorithm.
Linux Installation Instructions
Download backtrack5r1-ARCH-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
extract backtrack5r1-ARCH-XXX.tar.gz file:
tar -xvzf backtrack5r1-ARCH-XXX.tar.gz
Download BackTrack 5 R1 ISO Latest Version to /mnt/ :
http://www.backtrack-linux.org/downloads/
Mount ISO file to temporary location (/mnt/cdrom/)
mkdir /mnt/cdrom/ mount -o loop /mnt/BT5R1.iso /mnt/cdrom/
Backtrack x86: Copy initrd.gz , vmlinuz to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/backtrack/i386/vmlinuz cp /mnt/cdrom/casper/initrd.gz /tftpboot/er/plugins/backtrack/i386/initrd.gz cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/backtrack/i386/casper/
Backtrack x64: Copy initrd.gz , vmlinuz to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/backtrack/x86_64/vmlinuz cp /mnt/cdrom/casper/initrd.gz /tftpboot/er/plugins/backtrack/x86_64/initrd.gz cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/backtrack/x86_64/casper/
Verify files with filelist.txt in each folder.
All Done!