
***INDEX ragnutools 0.0.1 alpha***

*Ragnutools
*Installation
*Contact

***Ragnutools***

Ragnutools are a number of tools for Linux useful for making
operations in the field of network.
Warning! The author assumes no responsibility 'use of this instrument.

The tools are implemented:

*rarpcache: used in the LAN switch to allow all traffic between two hosts 
	    on the local host.
	    example: rarpcahe -h 00:01:02:03:04:05 eth0 192.168.0.1 192.168.0.3
	    The options -h is used to assign eth0 to a different mac address. 
	    The traffic from host 192.168.0.1 to 192.168.0.3 will pass'
	    for the local host that redirects to the destination and reverse.
	    The -a option creates the mode 'asymmetric ie' will 'to the local host indirazzato
	    only the traffic that the host 192.168.1.1.

*rarpdeny:  used in the LAN switch to deny a host to communicate with
	    a destination.
	    example: rarpadeny eth0 192.168.0.3 192.168.0.1
	    Host 192.168.0.3 deny the possibility 'to send packets to the host
	    192.168.0.1.

*rgetmac:   used in a LAN switch to retrieve mac address of a remote host.
	    example:rgetmac -a 192.168.0.100 -h 00:01:02:03:04:05 eth0 192.168.0.3
	    In this case mimics that eth0 has address 192.168.0.100 with
	    mac address 00:01:02:03:04:05 and retrieves the MAC address of 192.168.0.3
	    (if connected).

*rscanlan:  used in the LAN switch to see which hosts are connected and retrieves all 
	    the mac address of LAN.
	    example:rscanlan eth0

*rhttpopt:  send a OPTIONS request to a web server and retrieve some data
	    as the type of web server and its methods implemented http.
	    To run the OPTIONS option must be enabled on the server.
            example: rhttpopt www.ragnu.it

*rupnpaction: Tell a upnp server that has to do an action.
	      example:rupnpaction -h 192.168.0.1 -p 3600 -s nomeservizio:1 -e /eventpath -c /controlpath -a action -d n1:d1
	      To get the information to be included use the tool gupnp-tools that verify the UPnP devices
	      connected.

*rwpadefault:Crack the default password of the router Telsey Italian Fastweb, Fastweb and Alice Pirelli AGIF.

*rftpscan: connects to a ftp server, reads the welcome message and checks whether the access mode anonymous.

*rtcpscan:connecting to a tcp server and reads the welcome message.

*riprange:expands a list of ranges of IP addresses and print them (see misc / IT_ipranges.txt).

*rtor:a command shell for the Tor network (only a few commands and shell structure incomplete).

***Installation***

DEPENDENCIES
	liblupin >= 0.1.2
	libupnp
	libpthread

INSTALLATION
	* tar -xvzf ragnutools-0.0.2.tar.gz
 	* cd ragnutools-0.0.2
 	* ./configure
 	* make
 	* make install(root)

REMOVAL
	* make uninstall(root)
 	* make clean

***Contact***

Home Page:http://www.ragnu.it
mail : vasta@ragnu.it


	
