scanners
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 197
Port Scanner 2.1
Port Scanner provides a tool to check for open ports. more>>
Port Scanner provides a tool to check for open ports.
Port Scanner will try to connect on every port you define for a particular host. If a connection is made, it will try to read any data returned.
This product is intended for individuals to test their own equipment for weak security, and the author will take no responsibility if it is put to any other use.
Amazon sell many books on Security that will enhance your ability to keep your computer secure.
The Windows version has been withdrawn. Apologies for this, but it is too popular and uses my bandwidth up too quickly. If anyone want to host the binary for me, I will happily post a link here. It should also be possible to compile Version 2.1 for Windows.
Whats New in this release:
.(QT) Takes multiple port ranges.
.Minor bugfixes.
<<lessPort Scanner will try to connect on every port you define for a particular host. If a connection is made, it will try to read any data returned.
This product is intended for individuals to test their own equipment for weak security, and the author will take no responsibility if it is put to any other use.
Amazon sell many books on Security that will enhance your ability to keep your computer secure.
The Windows version has been withdrawn. Apologies for this, but it is too popular and uses my bandwidth up too quickly. If anyone want to host the binary for me, I will happily post a link here. It should also be possible to compile Version 2.1 for Windows.
Whats New in this release:
.(QT) Takes multiple port ranges.
.Minor bugfixes.
Download (0.013MB)
Added: 2007-02-22 License: GPL (GNU General Public License) Price:
991 downloads
Nmap::Scanner 0.9
Nmap::Scanner is a Perl module to perform and manipulate nmap scans using perl. more>>
Nmap::Scanner is a Perl module to perform and manipulate nmap scans using perl.
SYNOPSIS
Perl extension for performing nmap (www.insecure.org/nmap) scans.
use Nmap::Scanner;
# Batch scan method
my $scanner = new Nmap::Scanner;
$scanner->tcp_syn_scan();
$scanner->add_scan_port(1-1024);
$scanner->add_scan_port(8080);
$scanner->guess_os();
$scanner->max_rtt_timeout(200);
$scanner->add_target(some.host.out.there.com.org);
# $results is an instance of Nmap::Scanner::Backend::Results
my $results = $scanner->scan();
# Print the results out as an well-formatted XML document
print $results->as_xml();
# Event scan method using *new* easier way to set scan options.
my $scanner = new Nmap::Scanner;
$scanner->register_scan_started_event(&scan_started);
$scanner->register_port_found_event(&port_found);
$scanner->scan(-sS -p 1-1024 -O --max-rtt-timeout 200 somehost.org.net.it);
sub scan_started {
my $self = shift;
my $host = shift;
my $hostname = $host->name();
my $addresses = join(,, map {$_->address()} $host->addresses());
my $status = $host->status();
print "$hostname ($addresses) is $statusn";
}
sub port_found {
my $self = shift;
my $host = shift;
my $port = shift;
my $name = $host->name();
my $addresses = join(,, map {$_->addr()} $host->addresses());
print "On host $name ($addresses), found ",
$port->state()," port ",
join(/,$port->protocol(),$port->portid()),"n";
}
This set of modules provides perl class wrappers for the network mapper (nmap) scanning tool (see http://www.insecure.org/nmap/). Using these modules, a developer, network administrator, or other techie can create perl routines or classes which can be used to automate and integrate nmap scans elegantly into new and existing perl scripts.
If you dont have nmap installed, you will need to download it BEFORE you can use these modules. Get it from http://www.insecure.org/nmap/. You will need nmap 3.10+ installed to use all the features of this module.
<<lessSYNOPSIS
Perl extension for performing nmap (www.insecure.org/nmap) scans.
use Nmap::Scanner;
# Batch scan method
my $scanner = new Nmap::Scanner;
$scanner->tcp_syn_scan();
$scanner->add_scan_port(1-1024);
$scanner->add_scan_port(8080);
$scanner->guess_os();
$scanner->max_rtt_timeout(200);
$scanner->add_target(some.host.out.there.com.org);
# $results is an instance of Nmap::Scanner::Backend::Results
my $results = $scanner->scan();
# Print the results out as an well-formatted XML document
print $results->as_xml();
# Event scan method using *new* easier way to set scan options.
my $scanner = new Nmap::Scanner;
$scanner->register_scan_started_event(&scan_started);
$scanner->register_port_found_event(&port_found);
$scanner->scan(-sS -p 1-1024 -O --max-rtt-timeout 200 somehost.org.net.it);
sub scan_started {
my $self = shift;
my $host = shift;
my $hostname = $host->name();
my $addresses = join(,, map {$_->address()} $host->addresses());
my $status = $host->status();
print "$hostname ($addresses) is $statusn";
}
sub port_found {
my $self = shift;
my $host = shift;
my $port = shift;
my $name = $host->name();
my $addresses = join(,, map {$_->addr()} $host->addresses());
print "On host $name ($addresses), found ",
$port->state()," port ",
join(/,$port->protocol(),$port->portid()),"n";
}
This set of modules provides perl class wrappers for the network mapper (nmap) scanning tool (see http://www.insecure.org/nmap/). Using these modules, a developer, network administrator, or other techie can create perl routines or classes which can be used to automate and integrate nmap scans elegantly into new and existing perl scripts.
If you dont have nmap installed, you will need to download it BEFORE you can use these modules. Get it from http://www.insecure.org/nmap/. You will need nmap 3.10+ installed to use all the features of this module.
Download (0.066MB)
Added: 2007-04-11 License: Perl Artistic License Price:
943 downloads
Qmail-Scanner 2.00
Qmail-Scanner is an add-on that enables a Qmail email server to scan gatewayed email for certain characteristics. more>> <<less
Download (0.76MB)
Added: 2006-04-04 License: GPL (GNU General Public License) Price:
1302 downloads
Update Scanner 2.0.13
Update Scanner provides an extension which monitors web pages for updates. more>>
Update Scanner provides an extension which monitors web pages for updates.
Right-click on any page, and select "Scan Page for Updates".
You can choose how often the site will be checked for changes, and whether to ignore minor updates.
When a change is detected, a notification window is displayed. Click the blue up-arrow on the bottom status bar to show the Update Scanner sidebar. Webpages that have been updated are shown in bold.
Double-click any item to open the website.
<<lessRight-click on any page, and select "Scan Page for Updates".
You can choose how often the site will be checked for changes, and whether to ignore minor updates.
When a change is detected, a notification window is displayed. Click the blue up-arrow on the bottom status bar to show the Update Scanner sidebar. Webpages that have been updated are shown in bold.
Double-click any item to open the website.
Download (0.038MB)
Added: 2007-07-19 License: MPL (Mozilla Public License) Price:
832 downloads
MailScanner 4.63.1-2
MailScanner is a free anti-virus and anti-spam filter protecting over 5 billion e-mails every week, for many millions of users. more>>
MailScanner is an email virus scanner, vulnerability protector, and spam tagger. It supports the Postfix, Sendmail, Exim, Qmail, and ZMailer MTAs, and the Sophos, McAfee, F-Prot, F-Secure, CommandAV, InoculateIT, Inoculan, eTrust, Kaspersky, Nod32, AntiVir, BitDefender, RAV, Panda, DrWeb, ClamAV, and other anti-virus scanners.
MailScanner uses SpamAssassin for highly successful spam identification, and is designed to handle denial of service attacks. It will detect password-protected zip files and apply filename checking to their contents.
It is very easy to install, requires no changes at all to your sendmail.cf file, is designed to be lightweight, and wont grind your mail system to a halt with its load. It can be integrated into any email system, regardless of the software in use.
<<lessMailScanner uses SpamAssassin for highly successful spam identification, and is designed to handle denial of service attacks. It will detect password-protected zip files and apply filename checking to their contents.
It is very easy to install, requires no changes at all to your sendmail.cf file, is designed to be lightweight, and wont grind your mail system to a halt with its load. It can be integrated into any email system, regardless of the software in use.
Download (5.2MB)
Added: 2007-08-09 License: GPL (GNU General Public License) Price:
824 downloads
TCP port scanner 1.0.4
TCP port scanner is a network scanner for Linux. more>>
TCP port scanner is a network scanner for Linux.
Installation:
1. Install - become root and gunzip/tar tcpscan-X-Y-Z.tar.gz.
2. Type ./confugure , make
3. Type install
4. Enjoy and try type tcpscan localhost
5. To get help - run tcpscan without parametres.
Usage:
tcpscan [-f] [hostname || IP_address]
tcpscan [-f] [first_IP_address] [last_IP_address]
<<lessInstallation:
1. Install - become root and gunzip/tar tcpscan-X-Y-Z.tar.gz.
2. Type ./confugure , make
3. Type install
4. Enjoy and try type tcpscan localhost
5. To get help - run tcpscan without parametres.
Usage:
tcpscan [-f] [hostname || IP_address]
tcpscan [-f] [first_IP_address] [last_IP_address]
Download (0.060MB)
Added: 2006-04-14 License: GPL (GNU General Public License) Price:
1299 downloads
AntiVirus Scanner 3.2.1
AntiVirus Scanner is an anti-virus scanner for Endeavour Mark II that uses the ClamAV library (libclamav). more>>
AntiVirus Scanner is an anti-virus scanner for Endeavour Mark II that uses the ClamAV library (libclamav).
AntiVirus Scanner allows you to create a list of scan items for frequently scanned locations and features easy virus database updating, all in a simple GUI environment.
<<lessAntiVirus Scanner allows you to create a list of scan items for frequently scanned locations and features easy virus database updating, all in a simple GUI environment.
Download (0.50MB)
Added: 2007-08-02 License: GPL (GNU General Public License) Price:
843 downloads
PScan 1.0
PScan scans C source files for problematic uses of printf style functions more>>
PScan scans C source files for problematic uses of printf style functions, such as "sprintf(buffer, variable);" instead of "sprintf(buffer, "", variable);". These sort of problems have been the source of many security holes. PSCan looks for them, and nothing else. It does not make your program safe, but it can help to make it safer.
See the Format bugs post to BUGTRAQ for a good explanation of the security problems associated with sprintf(buffer, variable);. These security issues also currently involve being able to bypass stack protection mechanisms like StackGuard. I have submitted a paper to BUGTRAQ describing the issue.
All of these security problems can also occur with any printf-style function. It is simple to fall into the trap of misusing printf and friends, thus, the need for PScan.
What PScan cant do:
Scan for traditional buffer over-flows.
You should use a bounds-checking compiler for that.
Scan for any other mis-use of function parameters.
The functionality given by PScan is limited. Yet it may be useful. Im not going to claim its the be-all and end-all of security scanners, but it does one thing, and it does it simply, and reasonable well.
Analyzing and correcting the security breaches is up to the programmer.
<<lessSee the Format bugs post to BUGTRAQ for a good explanation of the security problems associated with sprintf(buffer, variable);. These security issues also currently involve being able to bypass stack protection mechanisms like StackGuard. I have submitted a paper to BUGTRAQ describing the issue.
All of these security problems can also occur with any printf-style function. It is simple to fall into the trap of misusing printf and friends, thus, the need for PScan.
What PScan cant do:
Scan for traditional buffer over-flows.
You should use a bounds-checking compiler for that.
Scan for any other mis-use of function parameters.
The functionality given by PScan is limited. Yet it may be useful. Im not going to claim its the be-all and end-all of security scanners, but it does one thing, and it does it simply, and reasonable well.
Analyzing and correcting the security breaches is up to the programmer.
Download (0.010MB)
Added: 2006-07-13 License: GPL (GNU General Public License) Price:
761 downloads
Qmail virus scanner 1.4
The Qmail virus scanner (QScan) is a mail filter for Qmail that scans incoming messages using the Sophos Antivirus engine. more>>
The Qmail virus scanner (QScan) is a mail filter for Qmail that scans incoming messages using the Sophos Antivirus engine, immediately rejecting infected content.
It is designed to be minimalistic, yet extremely fast and secure, and uses multiple pipes instead of the traditional temporary files and privilege separation. It works with non-native versions of the virus scanner like under OpenBSD with Linux or FreeBSD emulation.
You must create a temporary directory to extract MIME attachments, and replace Qmails original qmail-queue program with Qscan. Quick way to achieve this for the impatients :
mkdir /var/qmail/qscan
chmod 700 /var/qmail/qscan
chown qmaild:qmail /var/qmail/qscan
ln /var/qmail/bin/qmail-queue /var/qmail/bin/qmail-queue-old
Now, lets compile and install Qscan :
./configure --help
./configure [your beloved flags]
make install-strip
The last step is to replace the original qmail-queue program with our filter :
rm /var/qmail/bin/qmail-queue
ln -s /usr/local/sbin/qscan /var/qmail/bin/qmail-queue
Depending on your local configuration, it may be needed or not, but start with doing it :
chown qmaild:qmail /usr/local/sbin/qscan
chmod 6711 /usr/local/sbin/qscan
After testing, if everythings ok for you, remove the setuid bit :
chown 0:0 /usr/local/sbin/qscan
chmod 711 /usr/local/sbin/qscan
<<lessIt is designed to be minimalistic, yet extremely fast and secure, and uses multiple pipes instead of the traditional temporary files and privilege separation. It works with non-native versions of the virus scanner like under OpenBSD with Linux or FreeBSD emulation.
You must create a temporary directory to extract MIME attachments, and replace Qmails original qmail-queue program with Qscan. Quick way to achieve this for the impatients :
mkdir /var/qmail/qscan
chmod 700 /var/qmail/qscan
chown qmaild:qmail /var/qmail/qscan
ln /var/qmail/bin/qmail-queue /var/qmail/bin/qmail-queue-old
Now, lets compile and install Qscan :
./configure --help
./configure [your beloved flags]
make install-strip
The last step is to replace the original qmail-queue program with our filter :
rm /var/qmail/bin/qmail-queue
ln -s /usr/local/sbin/qscan /var/qmail/bin/qmail-queue
Depending on your local configuration, it may be needed or not, but start with doing it :
chown qmaild:qmail /usr/local/sbin/qscan
chmod 6711 /usr/local/sbin/qscan
After testing, if everythings ok for you, remove the setuid bit :
chown 0:0 /usr/local/sbin/qscan
chmod 711 /usr/local/sbin/qscan
Download (0.083MB)
Added: 2006-07-10 License: GPL (GNU General Public License) Price:
1201 downloads
Qmail-Scanner Statistics 3.0a1
Qmail-Scanner Statistics is a statistics package for Qmail-Scanner written in PHP. more>>
Qmail-Scanner Statistics (QSS) uses the Qmail-Scanner Logfile to generate daily, monthly, and yearly statistics.
It also shows a complete list of viruses stopped by Qmail-Scanner, the top five domains from which the viruses came, as well as the countries of origin.
Enhancements:
- Now the paramters passed to the graphs are encoded with rawurlencode()
- A small correction to the index.php file to improve the result with very small log files
<<lessIt also shows a complete list of viruses stopped by Qmail-Scanner, the top five domains from which the viruses came, as well as the countries of origin.
Enhancements:
- Now the paramters passed to the graphs are encoded with rawurlencode()
- A small correction to the index.php file to improve the result with very small log files
Download (0.020MB)
Added: 2005-04-25 License: GPL (GNU General Public License) Price:
1645 downloads
Aegis Virus Scanner 2.0.0
Aegis is a virus scanner for Linux, Unix and Windows with a simple and intuitive user interface. more>>
Aegis project is a virus scanner for Linux, Unix and Windows with a simple and intuitive user interface.
Aegis supports scanning of subdirectories, hidden files and .zip and .tar archive files, and drag-and-drop of files from the Nautilus file browser, or your Gnome desktop. When a virus is detected you can choose to delete, quarantine or rename the file.
<<lessAegis supports scanning of subdirectories, hidden files and .zip and .tar archive files, and drag-and-drop of files from the Nautilus file browser, or your Gnome desktop. When a virus is detected you can choose to delete, quarantine or rename the file.
Download (0.021MB)
Added: 2006-09-20 License: GPL (GNU General Public License) Price:
1134 downloads
XSane 0.994
XSane is a GTK-based X11 frontend for SANE, also a GIMP plugin. more>>
XSane is a graphical scanning frontend. XSane uses the SANE-library to talk to scanners. This means that XSane does not support any scanners itself.
If you have any problems or questions that are related to your scanner then please contact the author of the sane-backend that supports your scanner or for general questions contact the SANE mailinglist. Here you can find out which scanners are supported by the SANE-library.
XSane is designed for acquiring images with scanners (there are other devices like cameras and videodevices supported by SANE, but XSane is not designed for that purpose).
You can scan to file, do a photocopy, create a fax, create and send a mail and start XSane from the GIMP as gimp plug in.
Enhancements:
- Black point compensation was added to the printer setup dialog.
- A PostScript bug was corrected.
- Several bugs in the color ICM profile handling were fixed.
<<lessIf you have any problems or questions that are related to your scanner then please contact the author of the sane-backend that supports your scanner or for general questions contact the SANE mailinglist. Here you can find out which scanners are supported by the SANE-library.
XSane is designed for acquiring images with scanners (there are other devices like cameras and videodevices supported by SANE, but XSane is not designed for that purpose).
You can scan to file, do a photocopy, create a fax, create and send a mail and start XSane from the GIMP as gimp plug in.
Enhancements:
- Black point compensation was added to the printer setup dialog.
- A PostScript bug was corrected.
- Several bugs in the color ICM profile handling were fixed.
Download (3.12MB)
Added: 2007-03-07 License: GPL (GNU General Public License) Price:
589 downloads
Multi Purpose Scanner 0.03
Multi Purpose Scanner is a simple scanner written in C that starts a number of child processes. more>>
Multi Purpose Scanner is a simple scanner written in C that starts a number of child processes, connects to a list of IP addresses, and logs a certain number of characters to standard out or a file.
Low band use is one consecuence of a single connection per child that recieve an only defined num of characters.
Main features:
- $ mpscan -e -p 25 -t 15 -r 100 -T 20 -R 192.168.1.0-10
- Fast mp-scan 0.04-testing ...
- Total ip: 11
- 11/11 91% 192.168.1.10
- Generated 11 ip in 0.199 seconds
- Ip range parsed... 11 ip found
- Scan on 25 started...
- 0:192.168.1.0 -> Network is unreachable
- 3:192.168.1.3 -> Connection refused
- 2:192.168.1.2 -> Connection refused
- 1: 192.168.1.1 -> 220 zeus.olimpo.hm ESMTP Postfix (Debian/GNU)
- 6:192.168.1.6 -> No route to host
- 5:192.168.1.5 -> connected but no data retrived within 7 sec
- 4:192.168.1.4 -> No route to host
- 8:192.168.1.8 -> connect timeout after 15
- 7:192.168.1.7 -> No route to host
- 9:192.168.1.9 -> No route to host
- 10:192.168.1.10 -> No route to host
- Waiting for child dead...
- Scanned 10 ip in 3.14821 seconds
- Scan ended... enjoy the result
Enhancements:
- added T and I option,
- added changelog,
- added debian rules,
- added man page,
- Makefile created.
<<lessLow band use is one consecuence of a single connection per child that recieve an only defined num of characters.
Main features:
- $ mpscan -e -p 25 -t 15 -r 100 -T 20 -R 192.168.1.0-10
- Fast mp-scan 0.04-testing ...
- Total ip: 11
- 11/11 91% 192.168.1.10
- Generated 11 ip in 0.199 seconds
- Ip range parsed... 11 ip found
- Scan on 25 started...
- 0:192.168.1.0 -> Network is unreachable
- 3:192.168.1.3 -> Connection refused
- 2:192.168.1.2 -> Connection refused
- 1: 192.168.1.1 -> 220 zeus.olimpo.hm ESMTP Postfix (Debian/GNU)
- 6:192.168.1.6 -> No route to host
- 5:192.168.1.5 -> connected but no data retrived within 7 sec
- 4:192.168.1.4 -> No route to host
- 8:192.168.1.8 -> connect timeout after 15
- 7:192.168.1.7 -> No route to host
- 9:192.168.1.9 -> No route to host
- 10:192.168.1.10 -> No route to host
- Waiting for child dead...
- Scanned 10 ip in 3.14821 seconds
- Scan ended... enjoy the result
Enhancements:
- added T and I option,
- added changelog,
- added debian rules,
- added man page,
- Makefile created.
Download (0.007MB)
Added: 2006-07-04 License: GPL (GNU General Public License) Price:
1210 downloads
SANE 1.0.18
SANE is a tool to access to raster image scanner hardware. more>>
SANE comes from "Scanner Access Now Easy" and is an application programming interface (API) that provides standardized access to any raster image scanner hardware (flatbed scanner, handheld scanner, video and still cameras, framegrabbers, etc.).
The SANE standard is public domain and its discussion and development are open to everybody. The source code is written for UNIX (including Linux) and is available under the GPL, but commercial applications and backends are welcome.
The package contains the libraries, net support, and scanimage. The X frontends xscanimage and xcam can be found in sane-frontends.
<<lessThe SANE standard is public domain and its discussion and development are open to everybody. The source code is written for UNIX (including Linux) and is available under the GPL, but commercial applications and backends are welcome.
The package contains the libraries, net support, and scanimage. The X frontends xscanimage and xcam can be found in sane-frontends.
Download (3.15MB)
Added: 2006-07-03 License: GPL (GNU General Public License) Price:
1214 downloads
SANE Frontends 1.0.14
SANE Frontends are applications for SANE. more>>
SANE Frontends project contains frontends to SANE ("Scanner Access Now Easy"), including xscanimage, xcam, and scanadf. Xscanimage is a GTK-based application for scanning images that can also be used as a GIMP-plugin.
Xcam is used to get images from cameras supported by SANE. Scanadf is a command line frontend especially suited for scanners equipped with automatic document feeders (ADF).
Here are some of the frontends included in the package:
- XSane - improved graphical frontend for scanners:
- improved enhancement functions (gamma handling)
- histogram
- stand-alone mode:
o scan and save utility (file formats: jpeg, png, pnm, ps, raw, tiff)
o scan and view
o copy utility
o fax utility
o email utility
- GIMP plug-in
- supported platforms:
o Unix (Linux, IRIX, AIX, ...)
o OS/2 version with X11
o Windows 9x/NT/2000 network scanning version
- QuiteInsane - Graphical frontend based on Qt 2.2.x
- Kooka - KDE frontend for sane
- xscanimage - graphical frontend for scanners (included in sane-frontends):
- stand-alone-version (scan and save utility, file format: pnm)
- as GIMP plug-in
- scanlite - free beta version of a Java frontend using josi
- FlScan - graphical frontend based on FLTK
- OpenOffice.org includes a simple scan interface that uses SANE.
Enhancements:
- bug fixes
<<lessXcam is used to get images from cameras supported by SANE. Scanadf is a command line frontend especially suited for scanners equipped with automatic document feeders (ADF).
Here are some of the frontends included in the package:
- XSane - improved graphical frontend for scanners:
- improved enhancement functions (gamma handling)
- histogram
- stand-alone mode:
o scan and save utility (file formats: jpeg, png, pnm, ps, raw, tiff)
o scan and view
o copy utility
o fax utility
o email utility
- GIMP plug-in
- supported platforms:
o Unix (Linux, IRIX, AIX, ...)
o OS/2 version with X11
o Windows 9x/NT/2000 network scanning version
- QuiteInsane - Graphical frontend based on Qt 2.2.x
- Kooka - KDE frontend for sane
- xscanimage - graphical frontend for scanners (included in sane-frontends):
- stand-alone-version (scan and save utility, file format: pnm)
- as GIMP plug-in
- scanlite - free beta version of a Java frontend using josi
- FlScan - graphical frontend based on FLTK
- OpenOffice.org includes a simple scan interface that uses SANE.
Enhancements:
- bug fixes
Download (0.20MB)
Added: 2007-02-19 License: GPL (GNU General Public License) Price:
980 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above scanners search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed