Difference between revisions of "Backtrack"
From ERPXE Wiki
Line 32: | Line 32: | ||
{{TFTPPlugin | {{TFTPPlugin | ||
− | | filename = | + | | filename = backtrack5r1-XXX.tar.gz |
| downloadurl = https://sourceforge.net/projects/erpxe/files/plugins/ | | downloadurl = https://sourceforge.net/projects/erpxe/files/plugins/ | ||
| product = BackTrack 5 R1 | | product = BackTrack 5 R1 |
Revision as of 18:05, 2 February 2012
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-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
extract backtrack5r1-XXX.tar.gz file:
tar -xvzf backtrack5r1-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 casper/vmlinuz /tftpboot/er/plugins/backtrack/vmlinuz32 cp casper/initrd.gz /tftpboot/er/plugins/backtrack/initrd32.gz cp casper/filesystem.* /tftpboot/er/shares/backtrack/i386/casper/
Backtrack x64: Copy initrd.gz , vmlinuz to appropriate directory: (LOWER CASE ONLY!)
cp casper/vmlinuz /tftpboot/er/plugins/backtrack/vmlinuz64 cp casper/initrd.gz /tftpboot/er/plugins/backtrack/initrd64.gz cp casper/filesystem.* /tftpboot/er/shares/backtrack/x86_64/casper/
Verify files with filelist.txt in each folder.
All Done!