| Sponsored Links | ||||||||||||||
|
| ||||||||||||||
|
Collapse All
|
||||||||||||||
| Software Name | Software Type | Category | Price | |||||||||||
| 1 | Avail-e-Mail 1.1 |
windows | Email Tools->Mail Clients | Free |
View Detail
|
|||||||||
Avail-e-Mail works with your firewall to connect your work PC via one of our servers to your personal pop3 mailbox. It then checks your mail every hour and alerts you when new mail arrives. It will also display a list of the messages you have waiting in your mailbox and even allow you to view or delete them. So, you can delete any unwanted messages or deal with wanted ones withour dialling up from home. Just think how much download time this will save you. |
||||||||||||||
| 2 | E(asy)-mail 2.5.1 |
mac | Utilities->Internet Utilities | Free |
View Detail
|
|||||||||
E(asy)-mail is a powerful and easy to use application for sending mail via the SMTP protocol and readmail via the POP3 protocol online. This might sound regular but E(asy)-mail doesnt have its ownpreferences, it uses Internet Config or the Internet control-panel for its setup. That means thatE(asy)-mail uses the setup you already have in Internet Config and puts that information in thefields where its necessary. |
||||||||||||||
| 3 | Winsock Tracer 1.01 |
windows | Business Finance->Others | Free |
View Detail
|
|||||||||
Winsock Tracer is a freeware utility that lets you trace Winsock 2 calls. Winsock Tracer gives you an idea of how applications use Winsock 2. You can trace any application that uses Winsock 2, for example, Netscape, Outlook Express, Napster or your own applications. Winsock Tracer creates a log file containing information such as function names, arguments and return values. |
||||||||||||||
| 4 | Etchelon Tracer 4.2 |
mac | Multimedia Design->Video | $27 |
View Detail
|
|||||||||
Etchelon Tracer is a vector graphics morphing animation program for developing Quicktime Movies. Animated GIFs too. Draw Key Frames - manual trace of PICT images gives rapid results. Tracer morphs inbetweens any key frames with automatic morphing if required.Produce animated, morphing text. |
||||||||||||||
| 5 | Winsock Tracer 1.0 |
windows | Network Internet->Other | Free |
View Detail
|
|||||||||
Winsock Tracer is a free and useful utility that allows you to trace Winsock 2 calls. Winsock Tracer gives you an idea of how applications use Winsock 2. You can trace any application that uses Winsock 2, for example, Netscape, Outlook Express, Napster or your own applications. Winsock Tracer creates a logfile containing information such as function names, arguments and return values. |
||||||||||||||
| 6 | Winsock Tracer 1.01 |
windows | Network Internet->Dial up Connectivity | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 7 | D-Tracer 1.0 |
windows | Network Internet->Other | Free |
View Detail
|
|||||||||
D-Tracer is a freeware tool that supports CAPI extensions of the vendor AVM for monitoring the D-channel of ISDN. D-Tracer is a small, simple and free utility that supports CAPI extensions of the vendor AVM for monitoring the D-channel of ISDN. The traced messages will be decoded if Q.931 protocol is used (e.g. DSS1). What is the D-channel? Short for Delta-channel, the channel in an ISDN connection that carries control and signaling information. The protocol used for this is DSS1 in most European countries. This tool shows messages sent over the ISDN D-channel. Layer 2 (Q.921) and Layer 3 (Q.931) messages will be decoded. Requirements: · ISDN-hardware from the vendor AVM, for example a Fritz!PCI or hardware from Gerdes. |
||||||||||||||
| 8 | E-volve Messenger -- Mail Management System 1.016 |
windows | Network Internet->Mail Server Tools | Free |
View Detail
|
|||||||||
The first member in Unisyns E-volve Mail Management Family of products is designed to facilitate automated handling of mail sent to organizations. Create agents to automate the handling of email sent to generic POP3 mailboxes such as sales@companyname.com (or any account for that matter. Perfect for customer service / support centers. Features include autoreply with mergefields, message re-direction based on any criteria, external program execution based on mail content. Also includes Unisyns award winning SpamEx(tm) Technology for killing the junk mail while your at it. This mail management system can save your organization thousands of dollars. |
||||||||||||||
| 9 | Secur-e-mail for Windows 1.20 |
windows | Communications->Mail Utilities | $49 |
View Detail
|
|||||||||
Secur-e-mail will encrypt the communication between your e-mail client (e.g. Outlook) and the POP3 server using an SSH connection. No server-side installation is needed. The software runs on a Windows system tray. Secur-e-mail for Windows will enable a local POP3 server on your computer, which allows you to setup your e-mail client to pick up e-mail locally. Other users (hackers) cannot read your username / password across the LAN or the Internet. Suggested for users that pick up their e-mail very frequently (e.g. every 15 minutes or less). Otherwise, their mail, login and password is being exposed to any users on the LAN or across the Net every n minutes (n being the interval of e-mail retrieval). Shareware version can be unlocked with a product key. Updated versions can be unlocked with the same product key (lifetime updates for free). Limitations: · it will not save the setup and it will run only for 30 minutes. You will need to set it up manually each time you will want to use it. |
||||||||||||||
| 10 | Beesoft Tracer 0.04 |
linux | Programming->Debuggers | Free |
View Detail
|
|||||||||
Beesoft Tracer project is a suite of tools for a remote debugging of running program. All elements are wrote in pure C++ with using STL library. The communication between elements is via sockets: so called unix domain socket and TCP/IP. Elements of Beesoft Tracer system: In whole process are used three applications. 1) the debugged program, which sends informations about own states to the server, 2) the trace server, named tracesrv, is a program collecting all information coming from the debugged program. The information can be send to one client program, if this is connected. 3) the trace client, receives information from the trace server, and displays them in text mode. GUI client is already in development and will be soon available. Advantages of system: - the debugged program is executed only a bit slower, almost goes normal and simultaneously sends all debugging information, which need a programmer for debugging. Information are sent to the server via unix domain socket. - the client program, which displays received information, can be in other computer - in remote host (or at the same). Information are receiving via TCP/IP protocol. How can you use it? To debugging the remote program it is needed: 1) download source code of Beesoft Tracer to disk, 2) build a library libbstrace and the programs tracesrv and tracecli (use make ), 3) add a appropriate macros into the source code of the program which should be debugged (macros are defined in the header file Tracer.h) and in compile time link static library libbstrace.a. After that you are ready for debugging! To run the debugging enviroment: 1) start (followed programs must be run on the same machine): a) first tracesrv b) next debugged program ( for tests in packet is accesible program example), 2) on remote or on the same machine start client tracecli. In the package file you can find the source code of the example program. There you can see the right using of necessary macros! |
||||||||||||||
| 11 | Secur-e-mail for Windows 1.20 |
windows | Security Privacy->Encrypting | $19 |
View Detail
|
|||||||||
|
||||||||||||||
| 12 | Dotsmailer Spam Tracer 1.0.0 |
windows | Email Tools->Anti SPAM Tools | Free |
View Detail
|
|||||||||
Dotsmailer Spam Tracer lets you find out the city, state and country where spammers and harassers are at. Then, it gets the contact information of the attackers Internet service provider and lets you report him to his ISP. This report contains detailed information needed by the ISP in order to take actions. This is all done by simply copying and pasting the e-mail headers into Dotsmailer Spam Tracer so with just a couple of clicks you can protect you and your family. |
||||||||||||||
| 13 | Free Ip Tracer 1.3 |
windows | Network Tools->Traceroute Whois Tools | Free |
View Detail
|
|||||||||
This program has three ip tracer tools. One of them is a visual tracking tool, you can see in a chart what country, city, server the spamming is coming from. Network tool "Network agent" to give you live picture how status is on your network disks. PcExplorer will give you an improved (better) working environment, than you have to day. Free to try. |
||||||||||||||
| 14 | Contact Tracer 1.01 |
windows | Business Finance->Document Processing | Free |
View Detail
|
|||||||||
Contact Tracer is a useful, colorful, simple and easy-to-use personal contact manager utility. The features include sending e-mail to the current contact, visiting the current contacts website (if any), printable reports of all contacts. |
||||||||||||||
| 15 | Hack Tracer 1.2 |
windows | Utilities->Access Control | $40.00 |
View Detail
|
|||||||||
Hack Tracer will make your computer stealthed. Any attempts at pinging or port scanning will receive no response. Unsolicited UDP packets and TCP connections will not get through. In short, the computer cannot be detected from outside. Hack Tracer introduces a feature that lets you geographically trace hack attempts. Hack Tracer will bring up a map and trace the route from your computer through every step back to the hackers computer. The program also allows you the option to upload the data from a hack attempt to Sharp Technologies security center for study, investigation, and product improvement. |
||||||||||||||
| 16 | Route Tracer 1.04 |
windows | Network Internet->Network Management Tools | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 17 | PHP Form to e-Mail |
script | PHP | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 18 | Regex Match Tracer 1.2 |
windows | Software Development->Debugging | $39 |
View Detail
|
|||||||||
Regex Match Tracer is an application that will help you compose and debug regular expressions. It provides a visual environment to you. In the pattern edit box, different parts of regular expressions are displayed in different color. While the pattern changing, the tree structure and the capture-group information will be updated synchronously. The current element around the cursor will be highlighted when the carets position changes. Here are some key features of "Regex Match Tracer": · Visual Edit Environment, the tree and the group box updates synchronously.. · The pattern can be exported into language code. · Import pattern from language code, such as C++s string. · Perl regular expression syntax is supported. |
||||||||||||||
| 19 | AET Tracer Pro 3.01 |
windows | Network Tools->Miscellaneous Network Tools | $49 |
View Detail
|
|||||||||
AET Tracer PRO exists largely because of the need to track and report network abusers. All you need is the abusers IP address and AET Tracer PRO will do the rest. AET Tracer will track the path the network packets travel from your computer to the abusers. The tracer will resolve IP addresses and names for the routers along the way. With the help of advanced algorithms and extensive databases the program will also display other valuable information for each hop of the trace such as geographical position and ping time. Once the trace is finished a range of other tools can be used to find out a lot more information about the abuser. You may use the Whois tool, wich can show you information about who owns the IP address wich belongs to the abuser. A Whois query displays a lot of information about the owner wich usually is the ISP (Internet Service Provider). Another tool wich might come in handy is the TCP Port Scanner. The port scanner can search the abusers computer for open ports/services. The information that there is a service running on a specific port, or even that there is not, is often valuable information. AET Tracer PROs most powerful tool is probably the "Abuse Reporter". The "Abuse Reporter" will compile and send an abuse report e-mail to the abusers ISP. The repoter can work totally automatic or ask for input and validation for each abuse report. The last tool, the "Netstat" display, is the only tool that is not used on specific traces, instead its made to monitor your own computers netwok adapters. "Netstat" will show you if there is any "Trojan horses" or remote administration tools active on your computer. It will also indicate any attempt to hack your computer in real time. |
||||||||||||||
| 20 | Inventory Tracer 1.3.7 |
windows | Home Education->Miscellaneous | $15 |
View Detail
|
|||||||||
Inventory Tracer is a useful and an easy-to-use inventory management utility, written with the small business in mind. Simple interface with very fast learning curve. All functions are accessed from the main form. Functions include Barcode 39 generation and scanning, Printable Reports that do the math for you and the ability to backup to any drive that the user chooses. Limitations: · 30 days trial |
||||||||||||||
My Software
You have not saved any software. Click "Save" next to each software to save it to your software basket
- content management
- self improvement
- securemail
- messenger
- outlook express
- network abuse
- administrator
- visualization
- visual basic
- applications
- host lookup
- ip routing
- analysis
- portscan
- windows
