Difference between revisions of "WebConverger"
From ERPXE Wiki
Line 49: | Line 49: | ||
{{PluginInstructionsEnd}} | {{PluginInstructionsEnd}} | ||
[[Category:Plugins]] | [[Category:Plugins]] | ||
− | [[Category: | + | [[Category:Linux Live]] |
Revision as of 18:23, 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
WebConverger 3.0 http://zeltser.com/remnux/ |
---|
Contents
Information
ERPXE Module
- Name: - WebConverger
- Version: 3.0
- Official website: http://zeltser.com/remnux/
- License: GNU General Public License
- Wikpedia Page:
- Download: http://www.erpxe.com/downloads
Plugin type
WebConverger | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
No | No | No | Yes | Yes | Yes |
Plugin Requirments
WebConverger | CIFS | HTTP | Internet | NFS | Linux OS | Windows OS |
---|---|---|---|---|---|---|
No | No | No | Yes | Yes | Yes |
Screen Shots
Special Information
REMnux is a lightweight Linux distribution for assisting malware analysts in reverse-engineering malicious software.
The distribution is based on Ubuntu and is maintained by Lenny Zeltser.
Linux Installation Instructions
Download remnux30-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
extract remnux30-XXX.tar.gz file:
tar -xvzf remnux30-XXX.tar.gz
Download RENmux 3.0 ISO Latest Version to /mnt/ :
http://download.webconverger.com/
Mount ISO file to temporary location (/mnt/cdrom/)
mkdir /mnt/cdrom/ mount -o loop /mnt/remnux-public-3.0-live-cd.iso /mnt/cdrom/
Copy initrd.gz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/live/vmlinuz /tftpboot/er/plugins/renmux/vmlinuz cp /mnt/cdrom/live/initrd.img /tftpboot/er/plugins/renmux/initrd.gz cp /mnt/cdrom/live/filesystem.* /tftpboot/er/shares/renmux/live/
Verify files with filelist.txt in each folder.
All Done!