CAINE
From ERPXE Wiki
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
CAINE 2.5.1 http://www.caine-live.net/ |
---|
Contents
Information
ERPXE Module
- Name: - CAINE
- Version: 2.5.1
- Official website: http://www.caine-live.net/
- License: GNU General Public License
- Wikpedia Page: http://www.forensicswiki.org/wiki/CAINE_Live_CD
- Download: http://www.erpxe.com/downloads
Plugin type
CAINE | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
No | No | Yes | Yes | Yes | Yes |
Plugin Requirments
CAINE | CIFS | HTTP | Internet | NFS | Linux OS | Windows OS |
---|---|---|---|---|---|---|
No | No | No | Yes | Yes | Yes |
Screen Shots
Special Information
CAINE Live CD (Computer Aided Investigative Environment) is a forensic Live CD built on top of Ubuntu.
Linux Installation Instructions
Download caine251-ARCH-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
extract caine251-ARCH-XXX.tar.gz file:
tar -xvzf caine251-ARCH-XXX.tar.gz
Download CAINE 2.5.1 ISO Latest Version to /mnt/ :
http://www.caine-live.net/page5/page5.html
Mount ISO file to temporary location (/mnt/cdrom/)
mkdir /mnt/cdrom/ mount -o loop /mnt/caine2.5.1.iso /mnt/cdrom/
Copy initrd.gz , vmlinuz , custom.seed , filesystem.* to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/preseed/custom.seed /tftpboot/er/plugins/caine/custom.seed cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/caine/vmlinuz cp /mnt/cdrom/casper/initrd.gz /tftpboot/er/plugins/caine/initrd.gz cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/caine/casper/
Verify files with filelist.txt in each folder.
All Done!