Difference between revisions of "CAINE"

From ERPXE Wiki
(Created page with "{{Plugin | logo = http://upload.wikimedia.org/wikipedia/commons/thumb/9/9d/Ubuntu_logo.svg/200px-Ubuntu_logo.svg.png | website = http://www.ubuntu.com/ | wikipedia = http://en.wi...")
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Plugin
 
{{Plugin
| logo = http://upload.wikimedia.org/wikipedia/commons/thumb/9/9d/Ubuntu_logo.svg/200px-Ubuntu_logo.svg.png
+
| logo =  
| website = http://www.ubuntu.com/
+
| website = http://www.caine-live.net/
| wikipedia = http://en.wikipedia.org/wiki/Ubuntu_(operating_system)
+
| wikipedia = http://www.forensicswiki.org/wiki/CAINE_Live_CD
 
| license = [http://en.wikipedia.org/wiki/Gpl GNU General Public License]
 
| license = [http://en.wikipedia.org/wiki/Gpl GNU General Public License]
| version = 11.10
+
| version = 2.5.1
 
| from_erpxe_version = 1.0
 
| from_erpxe_version = 1.0
 
| http = {{no}}
 
| http = {{no}}
Line 11: Line 11:
 
| internet = {{no}}
 
| internet = {{no}}
 
| linux = {{yes}}
 
| linux = {{yes}}
| windows = {{no}}
+
| windows = {{yes}}
 
| antivirus = {{no}}
 
| antivirus = {{no}}
 
| deployment = {{no}}
 
| deployment = {{no}}
Line 19: Line 19:
 
| recovery = {{yes}}
 
| recovery = {{yes}}
 
| requireIP = true
 
| requireIP = true
| image1 = http://upload.wikimedia.org/wikipedia/commons/thumb/e/e1/Ubuntu_11.10_Final.png/300px-Ubuntu_11.10_Final.png
+
| image1 =  
| image1url = http://en.wikipedia.org/wiki/File:Ubuntu_11.10_Final.png
+
| image1url =  
| image2 = http://upload.wikimedia.org/wikipedia/commons/thumb/1/10/Kubuntu_10.10_main_menu.png/220px-Kubuntu_10.10_main_menu.png
+
| image2 =  
| image2url = http://en.wikipedia.org/wiki/File:Kubuntu_10.10_main_menu.png
+
| image2url =  
| image3 = http://upload.wikimedia.org/wikipedia/commons/thumb/9/93/ServerScreenshot.jpg/220px-ServerScreenshot.jpg
+
| image3 =  
| image3url = http://en.wikipedia.org/wiki/File:ServerScreenshot.jpg
+
| image3url =  
 
}}
 
}}
  
Ubuntu is a computer operating system based on the Debian Linux distribution and distributed as free and open source software.
+
CAINE Live CD (Computer Aided Investigative Environment) is a forensic Live CD built on top of Ubuntu.
 
 
It is named after the Southern African philosophy of Ubuntu ("humanity towards others").
 
 
 
Ubuntu is designed primarily for use on personal computers, although a server edition also exists.
 
 
 
Ubuntu is sponsored by the UK-based company Canonical Ltd., owned by South African entrepreneur Mark Shuttleworth.
 
 
 
Canonical generates revenue by selling technical support and services related to Ubuntu, while the operating system itself is entirely free of charge.
 
 
 
The Ubuntu project is entirely committed to the principles of free software development; people are encouraged to use free software, improve it, and pass it on.
 
  
 
{{TFTPPlugin
 
{{TFTPPlugin
| filename = ubuntulive110-ARCH-XXX.tar.gz
+
| filename = caine251-ARCH-XXX.tar.gz
 
| downloadurl = https://sourceforge.net/projects/erpxe/files/plugins/
 
| downloadurl = https://sourceforge.net/projects/erpxe/files/plugins/
| product = Ubuntu Live 11.10
+
| product = CAINE 2.5.1
| producturl = http://www.ubuntu.com/download
+
| producturl = http://www.caine-live.net/page5/page5.html
| productfile = ubuntu-11.10-desktop.iso
+
| productfile = caine2.5.1.iso
| pluginname = Ubuntu Live
+
| pluginname = CAINE
 
}}
 
}}
  
Line 57: Line 47:
 
{{PluginInstructionsEnd}}
 
{{PluginInstructionsEnd}}
 
[[Category:Plugins]]
 
[[Category:Plugins]]
[[Category:Plugins-LinuxLive]]
+
[[Category:Security Diagnostics]]
 +
[[Category:Supported from ERPXE 1.0]]

Latest revision as of 19:17, 4 April 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

CAINE 2.5.1

http://www.caine-live.net/

Information

ERPXE Module

  • Name: - CAINE
  • Version: 2.5.1

Plugin type

Plugin type
CAINE Anti-Virus Deployment Diagnostics OS Installation Live Media Recovery Tools
No No Yes Yes Yes Yes

Plugin Requirments

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!