			LICENSE
			    
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.


			ABOUT
				
LinScope is GUI (QT based), network port scanner with enumerating windows network shares 
(SMB). It uses rpcclient from the Samba project http://www.samba.org. LinScope have the
ability to save the favorite resources into favorites list. User can add
different ip address ranges and scan them apart or together, or rescan individual
ip from previously founded hosts. Number of threads and timeouts of scanner could 
be configured via GUI.
Linscope searches FTP and HTTP services too. 



			VERSION
Current version is  0.3.2


			INSTALLATION

	1. From source linscope-X.X.X.tar.gz.
You need gcc, make, QT 3.3.X(or later 3 series)  with qmake, uic, moc.
-  tar xvzf linscope-X.X.X.tar.gz
-  cd LinScope/linscope/
-  qmake
-  make
Copy "lrpcscanip" and "linscope" to any directory existing in  $PATH.


	2. From binary linscope-X.X.X-bin.tar.gz.
Unpack	
Copy "lrpcscanip" and "linscope" to any directory existing in  $PATH.


			STARTING
				
Run linscope from terminal under running X server or do link on desktop.

			CONTACT				
				
You can send me your corrections, bugfixes, futures requests and so on 
to the  afrit{at]rambler.ru			

			HELP

1) If your local network mask wider than 255.255.255.0 you could get problems 
with ARP otherflow. During scanning you would't find any shares after some
IP address. 

A) In this case you could increase values in the /proc/sys/net/ipv4/neigh/default/gc_thresh*
for exaple, i sets "echo 8192 > /proc/sys/net/ipv4/neigh/default/gc_thresh1" in startup
scripts, and now it works good for my netmask 255.255.240.0.












				