May 2008

You are currently browsing the monthly archive for May 2008.

This version includes some enhancements, and one very important security fix, a cross-site scripting (XSS) vulnerability allows remote attackers to inject arbitrary web script or HTML.

We recommend everyone update immediately.

In addition to the security fix, the Net_Nmap library was updated making the autodiscovery without OS detection more faster, the capability to upload files for plugins and the Web Service Test Plugin using SoapUI were added.

The SimpleTest and FCKeditor libraries were updated.

Help and comments are always welcome, see http://www.ortro.net for full changelog and details.

Ortro 1.3.1 and the plugins may be downloaded as usual from:
http://www.ortro.net/download

Tags: , , ,

The Net_Nmap Pear package is a simple interface for Nmap, the free and open source utility for network exploration or security auditing.

Net_Nmap can be used to auto discovery hosts and services in your network or simply to parse Nmap XML output.

You may install it on your system simply typing:

$ pear install Net_Nmap

or if prefer download it from the Pear web site.

Tags: , ,

On Linux or Unix systems perform recursively a command on items might contain white space, quote marks, or backslashes can be a problem when using find | xargs combination.

To solve this you may use:

find -type d -print0 | xargs -0 <command>
find -type f -print0 | xargs -0 <command>

For example to fix recursively permission:

find -type d -print0 | xargs -0 chmod 755
find -type f -print0 | xargs -0 chmod 644

Tags: , ,

The new stable version of Ortro has been released.

This version comes with some interesting features such us the auto discovery of the hosts and an import/export tools.
The Auto discovery tool is built on top of the Pear Net_Nmap library and allows to scan your network and successively add automatically the discovered hosts in a specified System.

For a detailed list of bug fixes and improvements you may see the changelog.

Ortro 1.3.0 and the plugins may be downloaded as usual from:
http://www.ortro.net/download

Tags: , , , ,

Welcome to my personal blog…

Coming soon with more news, stay tuned :-)