Difference between revisions of "Backtrack"
From ERPXE Wiki
Line 29: | Line 29: | ||
It is named after backtracking, a search algorithm. | It is named after backtracking, a search algorithm. | ||
+ | |||
+ | {{TFTPPlugin | ||
+ | | filename = dsl4410-XXX.tar.gz | ||
+ | | downloadurl = https://sourceforge.net/projects/erpxe/files/plugins/ | ||
+ | | product = Damn Small Linux 4.4.10 | ||
+ | | producturl = http://ftp.heanet.ie/mirrors/damnsmalllinux.org/current/ | ||
+ | | productfile = dsl-4.4.10-initrd.iso | ||
+ | | pluginname = Damn Small Linux | ||
+ | }} | ||
+ | |||
+ | Copy linux24 , minirt24.gz to appropriate directory: (LOWER CASE ONLY!) | ||
+ | |||
+ | cp boot/isolinux/linux24 /tftpboot/er/plugins/dsl/ | ||
+ | cp boot/isolinux/minirt24.gz /tftpboot/er/plugins/dsl/ | ||
+ | |||
+ | {{PluginInstructionsEnd}} |
Revision as of 17:22, 2 February 2012
return to Plugins list
Backtrack 5 http://www.backtrack-linux.org/ |
---|
Contents
Information
ERPXE Module
- Name: - Backtrack
- Version: 5
- 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 dsl4410-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
extract dsl4410-XXX.tar.gz file:
tar -xvzf dsl4410-XXX.tar.gz
Download Damn Small Linux 4.4.10 ISO Latest Version to /mnt/ :
http://ftp.heanet.ie/mirrors/damnsmalllinux.org/current/
Mount ISO file to temporary location (/mnt/cdrom/)
mkdir /mnt/cdrom/ mount -o loop /mnt/dsl-4.4.10-initrd.iso /mnt/cdrom/
Copy linux24 , minirt24.gz to appropriate directory: (LOWER CASE ONLY!)
cp boot/isolinux/linux24 /tftpboot/er/plugins/dsl/ cp boot/isolinux/minirt24.gz /tftpboot/er/plugins/dsl/
Verify files with filelist.txt in each folder.
All Done!