Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.479.565 Times

Test Local Port Mac freeware
Filter: All | Freeware | Demo
 

Test Local Port Mac

< 1 2 3 4 5 
Released: January 03, 2002  |  Added: June 09, 2006 | Visits: 5.272

Antiy Port Antiy Port is TCP/UDP Port to Process Mapper,Support Windows NT/2K/XP,the user must belong to administrator group In NT system ,is requires the file psapi.dll in same dir. This Function is already included in Antiy Ghostbusters Professional Edition. Antiy Ghostbusters scans and cleans... Platforms: Windows

License: Freeware Size: 200 KB Download (516): Antiy Port Download

Released: May 12, 2002  |  Added: January 01, 2006 | Visits: 7.888

Port Mapper This is a very simple command-line port mapper (port redirector). The program is able to work in the hidden mode. Platforms: Windows

License: Freeware Size: 5 KB Download (1092): Port Mapper Download

Added: January 08, 2006 | Visits: 7.434

Web page test automation toolkit Web page test automation tool. Fully written in Javascript and HTML set of tools, that fully simulate user walking through your pages. Allows you to set form fields, Verify value, position and related html source for specified text, handle alert and confirms, test new browser windows opened from... Platforms: Windows, Windows CE

License: Freeware Size: 13 KB Download (561): Web page test automation toolkit Download

Released: October 29, 2016  |  Added: July 10, 2018 | Visits: 7.926

Bopup Scanner Bopup Scanner is a LAN scanner which resolves multiple network-specific parameters and displays all the active nodes/systems connected over the network along with useful information on the main interface. Covering almost every aspect of most network tools it offers more detailed information about... Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 238.78 KB Download (1779): Bopup Scanner Download

Released: November 09, 2007  |  Added: December 31, 2007 | Visits: 3.813

NTRconnect Remote Access for Mac Secure remote access to your PC or Mac from any computer at any time. NTRconnect Free offers easy access free of charge to all your applications, files, folders and email for up to two computers. NTRconnect Pro includes all the features of NTRconnect Free plus file transfer, advanced keycard... Platforms: Mac

License: Freeware Size: 564.25 KB Download (166): NTRconnect Remote Access for Mac Download

Released: February 21, 2017  |  Added: March 18, 2017 | Visits: 6.362

Free IP Scanner Free IP scanner is a very fast IP scanner and port scanner. It is intended for both system administrators and general users to monitor and manage their networks. Powered with multi-thread scan technology, this program can scan hundreds computers per second. It simply pings each IP address to... Platforms: Windows, Windows 7

License: Freeware Size: 433.5 KB Download (1086): Free IP Scanner Download

Released: February 24, 2012  |  Added: April 17, 2012 | Visits: 2.531

Wavepad Audio Editor for Mac WavePad is a sound editor program for Mac OS X. This software lets you make and edit voice and other audio recordings. You can cut, copy and paste parts of recording and, if required, add effects like echo, amplification and noise reduction. Sound editing functions include cut, copy, paste,... Platforms: Mac

License: Freeware Size: 1.42 MB Download (191): Wavepad Audio Editor for Mac Download

Released: March 29, 2009  |  Added: April 03, 2009 | Visits: 2.982

Port Analyzer Port Analyzer is a free network port analyzer software, it can capture and transmit all network data packets bypassing the protocol stack, provide packet capture and network analysis for the Windows platforms, developed by PortAnalyzer.com and released as one freeware, be free for everyone use,... Platforms: Windows

License: Freeware Size: 682.4 KB Download (311): Port Analyzer Download

Released: May 25, 2009  |  Added: July 13, 2009 | Visits: 2.795

Zeta Test Zeta Test is an integrated test management environment that enables you to perform black-box tests, white-box tests, regression tests or change management tests of software applications. Zeta Test helps you to plan, perform, log, monitor and document the tests, and then to evaluate the test... Platforms: Windows

License: Freeware Size: 61.14 MB Download (201): Zeta Test Download

Added: January 18, 2010 | Visits: 1.252

Bash Port Knocking Bash Port Knocking is a set of scripts that use standard Linux tools to acheive a port knocking system. A Web page is used to open ports, and an email is sent every time the port knocking sequence is successfully made.. Platforms: *nix

License: Freeware Size: 3.07 KB Download (145): Bash Port Knocking Download

Added: January 18, 2010 | Visits: 1.445

Test::Smoke::Patcher Test::Smoke::Patcher is a OO interface to help patching the source-tree. SYNOPSIS use Test::Smoke::Patcher; my $patcher = Test::Smoke::Patcher->new( single => { ddir => $build_dir, pfile => $patch, popts => -p1, v => 1, # 0..2 }); $patcher->patch; or my $patcher =... Platforms: *nix

License: Freeware Size: 153.6 KB Download (110): Test::Smoke::Patcher Download

Added: January 18, 2010 | Visits: 1.150

Test::Stochastic Test::Stochastic is a Perl module to check probabilities of randomized methods. SYNOPSIS use Test::Stochastic qw(stochastic_ok); stochastic_ok sub { ...random sub...}, {a => 0.4, b => 0.6}; stochastic_ok {a => 0.4, b => 0.6}, sub { ...random sub...}; Test::Stochastic::setup(times => 100,... Platforms: *nix

License: Freeware Size: 4.1 KB Download (105): Test::Stochastic Download

Added: January 18, 2010 | Visits: 1.414

Acme::Test::Weather Acme::Test::Weather is a Perl module to test the weather conditions for a user. SYNOPSIS use Test::Weather; plan tests => 2; # You may only install something # when its nice outside. &isnt_snowing(); &isnt_cloudy(); # output: 1..2 ok 1 - its partly cloudy in Montreal, Canada not... Platforms: *nix

License: Freeware Size: 5.12 KB Download (106): Acme::Test::Weather Download

Added: January 18, 2010 | Visits: 2.335

MAC Changer GUI MAC Changer GUI will display and change your MAC address to a user supplied or random value. Created with kommander 1.3.0. Not sure if it works with previous versions. Depends on kdialog and must be executed with the kdesu command. Example: kdesu kmdr-executor /home/someDIR/mac.kmdr As... Platforms: *nix

License: Freeware Size: 30.72 KB Download (226): MAC Changer GUI Download

Added: January 18, 2010 | Visits: 1.181

Test::Exception Test::Exception is a Perl module to test exception based code. SYNOPSIS use Test::More tests => 5; use Test::Exception; # or if you dont need Test::More use Test::Exception tests => 5; # then... # Check that something died dies_ok { $foo->method1 } expecting to die; # Check that... Platforms: *nix

License: Freeware Size: 11.26 KB Download (97): Test::Exception Download

Added: January 18, 2010 | Visits: 1.020

Test::Resub Test::Resub is a lexically scoped subroutine replacement for testing. SYNOPSIS #!/usr/bin/perl use Test::More tests => 4; use Test::Resub qw(resub); { package Somewhere; sub show { my ($class, $message) = @_; return "$class, $message"; } } # sanity is( Somewhere->show(beyond the... Platforms: *nix

License: Freeware Size: 14.34 KB Download (93): Test::Resub Download

Added: July 08, 2010 | Visits: 1.925

GNU MAC Changer GNU MAC Changer project consists of an utility for manipulating MAC addresses of network interfaces. It can set specific, random, vendor-based (with a 6600+ vendor list), and device-type-based MACs.. Cherokee is a flexible, very fast, lightweight Web server. It is implemented entirely in C, and... Platforms: *nix

License: Freeware Size: 225.28 KB Download (148): GNU MAC Changer Download

Added: April 23, 2010 | Visits: 946

Coarse Port Knocking Coarse Port Knocking is a simple implementation of the port knocking techniques. This program uses the ngrep tool to sniff blocked network packets. It waits for special packets with determined keys and executes commands like a firewall to open and close ports. Whats New in This Release: - A... Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): Coarse Port Knocking Download

Added: October 19, 2010 | Visits: 1.564

Test::Unit::Runner::XML Test::Unit::Runner::XML is a Perl module that can generate XML reports from unit test results. SYNOPSIS use Test::Unit::Runner::XML; mkdir("test_reports"); my $runner = Test::Unit::Runner::XML->new("test-reports"); $runner->start($test); exit(!$runner->all_tests_passed());... Platforms: *nix

License: Freeware Size: 3.07 KB Download (111): Test::Unit::Runner::XML Download

Added: October 02, 2010 | Visits: 1.414

Test Environment Toolkit Test Environment Toolkit in short TET, is a multi-platform uniform test scaffold, into which non-distributed and distributed test suites can be incorporated. TET supports tests written in C, C++, Perl, Tcl, Shell (sh, bash, and POSIX shell), Python, Ruby, and Korn Shell. Installation:... Platforms: *nix

License: Freeware Size: 952.32 KB Download (112): Test Environment Toolkit Download

< 1 2 3 4 5