Main > Free Download Search >

Free multithread network port scanner 50 posix software for linux

multithread network port scanner 50 posix

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4357
Just Another Port Scanner 0.1

Just Another Port Scanner 0.1


Just Another Port Scanner (JAPS) is an easy to use, bare-bones TCP port scanner. more>>
Just Another Port Scanner (JAPS) is an easy to use, bare-bones TCP port scanner. JAPS requires the GTK+ library to run. I created JAPS because I felt it would be a fun project and I wanted to learn GTK+ programming basics.

To compile an install JAPS just type make.

Todo
Add subnet scanning
Add progress bar
Display service name next to port number in results box
If you have any suggestions please contact me. 1
<<less
Download (0.029MB)
Added: 2006-07-04 License: GPL (GNU General Public License) Price:
1210 downloads
TCP port scanner 1.0.4

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]
<<less
Download (0.060MB)
Added: 2006-04-14 License: GPL (GNU General Public License) Price:
1299 downloads
Port Scanner 2.1

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.

<<less
Download (0.013MB)
Added: 2007-02-22 License: GPL (GNU General Public License) Price:
991 downloads
Tachyon Multiprocessor Ray Tracer 0.97

Tachyon Multiprocessor Ray Tracer 0.97


Tachyon is a multiprocessor ray tracing system which can be used as a standalone program, or as a library within other programs more>>
Tachyon is a multiprocessor ray tracing system which can be used as a standalone program, or as a library within other programs. The project is written in C, uses POSIX Threads and/or MPI for using multiple processors, and can also run on uniprocessor machines.
It supports almost any Unix-like system, Windows, and BeOS, as well as several embedded systems and high end supercomputers. Tachyon is easy to port to new machines, and is very fast, using a number of ray tracing acceleration schemes to achieve good performance on very complex scenes. (It easily handles scenes containing more than 100,000 objects, and does so without taking a long time to render)
Enhancements:
- Memory usage for highly complex scenes has been reduced.
- User-defined clipping planes and improved texture management have been added. Compilation targets have been updated.
- There are minor code cleanups.
<<less
Download (2.4MB)
Added: 2006-10-27 License: Freeware Price:
1097 downloads
Network Virtual Terminal for Java 1.0 Alpha 1

Network Virtual Terminal for Java 1.0 Alpha 1


Network Virtual Terminal for Java is a library that can drive a terminal emulator. more>>
Network Virtual Terminal for Java is a library that can drive a terminal emulator connected to the application through a telnet session.

Usage:

The API consists of the interface nvt4j.Terminal . The implementation of this class is called nvt4j.impl.Terminal. To allow the user to connect to the application you need to listen for a tcp connection and then wrap a Terminal object around it:

ServerSocket serverSocket = new ServerSocket(8000);
Socket socket = serverSocket.accept();
Terminal terminal = new nvt4j.impl.Terminal(socket);

For example, to run the sample class Example.java from an xterm session, you can
do this:

user@localhost$ java -classpath nvt4j.jar Example &
user@localhost$ telnet localhost 8000

NVT4J uses the Telnet LINEMODE option to put the terminal driver (xterm in this case) in what the posix standard calls raw or non-canonical mode, so that it can receive all user inputs asap, instead of waiting for a new-line character.

Unfortunately in pure Java there is no way to put the operating system console in
raw mode. On Linux and similar systems this is done using the stty command, which is a native program which manipulates the terminal driver in the operating system.

Whats New in This Release:

First alpha release. This code is quite limited but it already provides the basic functions needed to drive a terminal emulator for Java, namely putting the terminal driver in raw mode, turning off the cursor and client-side echo, and detecting the size of the terminal emulator window.

This code has been tested only with xterm.

<<less
Download (0.039MB)
Added: 2006-01-19 License: The Apache License 2.0 Price:
1378 downloads
Multiscan 0.8.5

Multiscan 0.8.5


Multiscan is a tcp port scanner for console which allows you to scan a range of IP addresses. more>>
Multiscan is a tcp port scanner for console which allows you to scan a range of IP addresses. Each IP address is pinged before it is scanned. It is also possible to scan just known ports, and to scan them in a random order. Feel free to send me a mail at coldn@gamearena.net

Installation:
Grab the package from http://sourceforge.net/projects/multiscan/
tar xzvf multiscan-X.X.tar.gz
cd multiscan-X.X
./configure
make
make install (optional)
<<less
Download (0.017MB)
Added: 2006-07-05 License: GPL (GNU General Public License) Price:
1212 downloads
XPortScan 2.1

XPortScan 2.1


XPortScan is a multi-threaded, cross-platform, GUI port scanner. more>>
XPortScan is a multi-threaded, cross-platform, GUI port scanner. It is modular so that new features are easy to integrate, and even completely changing the GUI is easy.

You must have wxGtk 2.40 or later installed in your system, either from source or from an RPM (not tested).

From a shell type:
./configure
make

I would to work more on this project, unfortunately I can only work on it on my free time. XPortScan is under no WARRANTY, read the License for further information.
<<less
Download (0.96MB)
Added: 2006-06-30 License: GPL (GNU General Public License) Price:
1215 downloads
POE::Component::ControlPort 0.01

POE::Component::ControlPort 0.01


POE::Component::ControlPort is a Perl module with network control port for POE applications. more>>
POE::Component::ControlPort is a Perl module with network control port for POE applications.

SYNOPSIS

use POE;
use Getopt::Long;

use POE::Component::ControlPort;
use POE::Component::ControlPort::Command;

my @commands = (
{
help_text => My command,
usage => my_command [ arg1, arg2 ],
topic => custom,
name => my_command,
command => sub {
my %input = @_;

local @ARGV = @{ $input{args} };
GetOptions( ... );
},
}
);


POE::Component::ControlPort->create(
local_address => 127.0.0.1,
local_port => 31337,

# optional...
hostname => pie.pants.org,
appname => my perl app,

commands => @commands,

poe_debug => 1,
);

# other poe sessions or whatever ...

POE::Kernel->run();

When building network applications, it is often helpful to have a network accessible control and diagnostic interface. This module provides such an interface for POE applications. By default, it provides a fairly limited set of commands but is easily extended to provide whatever command set you require. In addition, if POE::Component::DebugShell version 1.018 or above is installed, a set of POE debug commands will be loaded.

<<less
Download (0.012MB)
Added: 2007-02-13 License: Perl Artistic License Price:
983 downloads
XtekRouter Free 1.0

XtekRouter Free 1.0


XtekRouter Free is the perfect solution to create a linux router. more>> XtekRouter Free is the perfect solution to create a linux router for your home or small office network.
* Extremeply Reliable
* High-Performance
* Easy to Install
* Multi-user
* Easy Web Interface
You can:
* Control your network using XtekRouter web interface
* Add/Remove access accounts
* Add/Remove network clients
* Port forward
* Traceroute
* Ping
* Export database
This version is limited to 10 clients.
<<less
Download (10.6KB)
Added: 2009-04-03 License: Freeware Price: Free
203 downloads
halfscan6 0.2

halfscan6 0.2


halfscan6 is an IPv6 syn port scanner. more>>
halfscan6 is an IPv6 syn port scanner. Now that people can set up IPv6-over-IPv4 tunnels they dont always treat the outside IPv6 as untrusted. An since more and more OSs enable normal services to listen to IPv6 ports as well as IPv4, the firewall can sometimes be
completely bypassed.

A normal synscan program is also included, but its just an old cleanen up one that I had laying around, and you should use nmap for normal IPv4 portscanning. The ipv4-scanner may or may not work on you bigendian system.

Secure your IPv6 boxes, because I have a feeling people will use this in the coming years.
<<less
Download (0.010MB)
Added: 2006-07-04 License: GPL (GNU General Public License) Price:
1207 downloads
Multi Switch Looking Glass for PHP 0.1.0

Multi Switch Looking Glass for PHP 0.1.0


Multi Switch Looking Glass for PHP allows network administrators to open/close ports on Cisco CatOS/IOS switches. more>>
Multi Switch Looking Glass for PHP allows network administrators to open/close ports on Cisco CatOS/IOS switches via a Web interface.

It is clear, configurable, and very useful to LAN party organizers for opening a port when a gamer pays for his place in the manifestation

<<less
Download (0.010MB)
Added: 2007-02-21 License: GPL (GNU General Public License) Price:
980 downloads
libmemory 0.0 Alpha1

libmemory 0.0 Alpha1


libmemory library provides an implementation of M.M. Micheals Safe Memory Reclamation algorithm in C. more>>
libmemory library provides an implementation of M.M. Micheals Safe Memory Reclamation algorithm in C.

The Safe Memory Reclamation algorithm provides a convenient way to get rid of the so-called ABA problem in which a value changes from A to B back to A between reads.

If, for example, the value youre reading is a pointer and the memory to which it points is freed and re-allocated between two reads, what you do with the memory it points to in that time may result in mayhem.

The SMR algorithm prevents this by registering a "hazardous reference" to then pointer thus preventing the memory from being reclaimed while a reference exists.

The implementation is designed to fully implement the SMR algorithm without restricting the user to provide such information as the maximum number of threads used by the application or the batch size used by the algorithm.

It will run on any POSIX-compliant platform and uses the POSIX threads API for thread-local storage. It should, however, be a trivial effort to port this library to Windows.
<<less
Download (0.31MB)
Added: 2006-01-19 License: GPL (GNU General Public License) Price:
1374 downloads
Elektra Project 0.6.10

Elektra Project 0.6.10


Elektra Project is a key-value pair framework for storing configurations. more>>
The Elektra Project provides an alternative back-end for text configuration files.
Instead of each program to have its own text configuration files, with a variety of formats, Elektra tries to provide a universal, hierarchical, fast and consistent namespace and infrastructure to access configuration parameters through a key-value pair mechanism. This way any software can read/save its configuration/state using a consistent API.
Being a common infrastructure, it also lets other softwares be aware of this application configurations, leveraging easy software integration.
Elektra Project is designed to be lightweight, with no dependencies, ready to be used also by early boot stage programs.
Using Elektra, configuration files syntax and handling will not be a rework for each software.
Elektra lets system administrators control security in a much fine grained way. With the current flat file paradigm it is impossible to control permissions and access times on each /etc/passwd or /etc/shadow atoms. Elektra lets you do that because each information atom stored in it (key) has a unique name (key name) and access properties.
Main features:
- It is much more an agreement then a piece of software. Relation is 99% to 1%.
- It is a simple and consistent API to help software developers programatically store and retrieve global and user-specific configuration parameters.
- All key-value pairs are stored in clear-text files, UTF-8 encoded. All old charsets are also supported, with automatic transparent conversion to and from UTF-8.
- API supports change notifications and multiple backends.
- It provides a unique namespace for all values. Anywhere, anytime, any program can preciselly access keys by their names. Security restrictions may obviously apply.
- It is designed to be secure and lightweight, to let even early boot-stage programs like /sbin/init to use it, instead of /etc/inittab file.
- It is designed to be easy to administrate with regular command line tools like cat, vi, cp, ls, ln. Its storage is 100% open.
- It tries to set distribution-independent naming standards to store things like hardware configuration, networking, users session configuration, systems mime-types, parameters for kernel modules, etc, that are generally stored under /etc.
- It requires existing software to be changed to use its API. This will substitute hundreds of configuration-text-file parsing code, into clear Elektras API key-value access methods.
- It is POSIX compliant. If it doesnt compile and run easily on some POSIX system, it should be easily modified to do so.
<<less
Download (2.5MB)
Added: 2007-03-11 License: BSD License Price:
958 downloads
enetman V1

enetman V1


enetman provides a network asset management Web application written in PHP with a MySQL backend. more>>
enetman provides a network asset management Web application written in PHP with a MySQL backend.
enetman is a network asset management Web application written in PHP with a MySQL backend. Its intended use is to maintain a structured list of servers that can be cross referenced by location, manufacturer, vendor, CPU, and OS. It allows for a user to create and maintain locations, manufacturers, and vendors along with contact names and phone numbers to each.
It contains a device log that tracks issues that servers have had, a list of network ports on the server along with IP information (IP, subnet, gateway, DNS, network card make/model and MAC) for each port (this includes aliased ports), and a software manager that keeps tabs on expiration dates of software.
It enables the user to create a directory tree with files that can then be attached to locations, vendors, manufacturers, software, or servers.
It maintains a list of all software installed on a server and how many licenses are allocated to it.
A Perl script run from cron emails users when a license is about to expire.
Enhancements:
- Fixed the following bug in the SQL create statment: Warranty spelled as Warrenty
<<less
Download (0.022MB)
Added: 2007-02-16 License: GPL (GNU General Public License) Price:
980 downloads
ATA over Ethernet Tools 16

ATA over Ethernet Tools 16


The ATA over Ethernet Tools are intended for use in conjunction with an ATA over Ethernet (AoE) driver for a Linux 2.6 kernel. more>>
ATA over Ethernet Tools are intended for use in conjunction with an ATA over Ethernet (AoE) driver for a Linux 2.6 kernel.

They perform simple tasks like listing available devices, triggering device discovery, and restricting the network interfaces on which AoE is performed.

Whats New in This Release:

This release includes a workaround for a bug in the dash shell where dash does not support POSIX math expressions like ...

n=1
echo $((n+1))

<<less
Download (0.019MB)
Added: 2007-06-02 License: GPL (GNU General Public License) Price:
878 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5