Difference between revisions of "Samurai"
(Created page with "{{Plugin | logo = | website = | wikipedia = | license = [http://en.wikipedia.org/wiki/Gpl GNU General Public License] | version = 0.9.9 | from_erpxe_version = 1.03 | http =...") |
|||
Line 1: | Line 1: | ||
{{Plugin | {{Plugin | ||
| logo = | | logo = | ||
− | | website = | + | | website = http://samurai.inguardians.com/ |
| wikipedia = | | wikipedia = | ||
| license = [http://en.wikipedia.org/wiki/Gpl GNU General Public License] | | license = [http://en.wikipedia.org/wiki/Gpl GNU General Public License] | ||
Line 27: | Line 27: | ||
}} | }} | ||
+ | The Samurai Web Testing Framework is a live linux environment that has been pre-configured to function as a web pen-testing environment. | ||
+ | |||
+ | The CD contains the best of the open source and free tools that focus on testing and attacking websites. | ||
+ | |||
+ | In developing this environment, we have based our tool selection on the tools we use in our security practice. | ||
+ | |||
+ | We have included the tools used in all four steps of a web pen-test. | ||
{{TFTPPlugin | {{TFTPPlugin | ||
Line 32: | Line 39: | ||
| downloadurl = https://sourceforge.net/projects/erpxe/files/plugins/ | | downloadurl = https://sourceforge.net/projects/erpxe/files/plugins/ | ||
| product = Samurai 0.9.9 | | product = Samurai 0.9.9 | ||
− | | producturl = | + | | producturl = https://sourceforge.net/projects/samurai/files/ |
| productfile = samurai-0.9.9.iso | | productfile = samurai-0.9.9.iso | ||
| pluginname = Samurai | | pluginname = Samurai | ||
Line 39: | Line 46: | ||
Copy initrd.gz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!) | Copy initrd.gz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!) | ||
− | cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/ | + | cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/samurai/vmlinuz |
− | cp /mnt/cdrom/casper/initrd.gz /tftpboot/er/plugins/ | + | cp /mnt/cdrom/casper/initrd.gz /tftpboot/er/plugins/samurai/initrd.gz |
− | cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/ | + | cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/samurai/casper/ |
{{PluginInstructionsEnd}} | {{PluginInstructionsEnd}} |
Revision as of 20:05, 9 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
Samurai 0.9.9 http://samurai.inguardians.com/ |
---|
Contents
Information
ERPXE Module
- Name: - Samurai
- Version: 0.9.9
- Official website: http://samurai.inguardians.com/
- License: GNU General Public License
- Wikpedia Page:
- Download: http://www.erpxe.com/downloads
Plugin type
Samurai | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
No | No | Yes | No | Yes | Yes |
Plugin Requirments
Samurai | CIFS | HTTP | Internet | NFS | Linux OS | Windows OS |
---|---|---|---|---|---|---|
No | No | No | Yes | Yes | Yes |
Screen Shots
Special Information
The Samurai Web Testing Framework is a live linux environment that has been pre-configured to function as a web pen-testing environment.
The CD contains the best of the open source and free tools that focus on testing and attacking websites.
In developing this environment, we have based our tool selection on the tools we use in our security practice.
We have included the tools used in all four steps of a web pen-test.
Linux Installation Instructions
Download samurai099-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
extract samurai099-XXX.tar.gz file:
tar -xvzf samurai099-XXX.tar.gz
Download Samurai 0.9.9 ISO Latest Version to /mnt/ :
https://sourceforge.net/projects/samurai/files/
Mount ISO file to temporary location (/mnt/cdrom/)
mkdir /mnt/cdrom/ mount -o loop /mnt/samurai-0.9.9.iso /mnt/cdrom/
Copy initrd.gz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/samurai/vmlinuz cp /mnt/cdrom/casper/initrd.gz /tftpboot/er/plugins/samurai/initrd.gz cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/samurai/casper/
Verify files with filelist.txt in each folder.
All Done!