in response
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 480
Firewall-1 Response 1.0
Firewall-1 Response is a Perl script for performing simple active responses based on a Checkpoint Firewall-1. more>>
Firewall-1 Response is a Perl script for performing simple active responses based on a Checkpoint Firewall-1. It is good for closing off your network against people who do port scans or network sweeps.
fw sam provides a command line interface to a limited feature-set of the firewall security policy. The purpose of this is to allow scripts such as this a way to dynamically change the security policy of one or more firewalls without administrator intervention. This should scare you, because of the potential of these changes allowing bad guys to run a DoS attack against you.
<<lessfw sam provides a command line interface to a limited feature-set of the firewall security policy. The purpose of this is to allow scripts such as this a way to dynamically change the security policy of one or more firewalls without administrator intervention. This should scare you, because of the potential of these changes allowing bad guys to run a DoS attack against you.
Download (0.029MB)
Added: 2006-07-12 License: GPL (GNU General Public License) Price:
1201 downloads
skipjackResponse 1.0
skipjackResponse project checks Skipjack Payment gateway Response. more>>
skipjackResponse project checks Skipjack Payment gateway Response.
The SkipjackResponse Check class checks and validates the response sent via POST methods by the Skipjack payment gateway. In account setup, you need to make sure you have set response file to custom filename.
What is SkipJack?
Skipjack is another payment gateway that accepts payments online. But this payment gateway accepts payment for business in USA only.
What does my class do!
skipjackResponse class check the response that skipjack server send via POST method.
NOTE: In the preference of Skipjack account you will have to set response files.
<<lessThe SkipjackResponse Check class checks and validates the response sent via POST methods by the Skipjack payment gateway. In account setup, you need to make sure you have set response file to custom filename.
What is SkipJack?
Skipjack is another payment gateway that accepts payments online. But this payment gateway accepts payment for business in USA only.
What does my class do!
skipjackResponse class check the response that skipjack server send via POST method.
NOTE: In the preference of Skipjack account you will have to set response files.
Download (0.001MB)
Added: 2007-04-16 License: LGPL (GNU Lesser General Public License) Price:
922 downloads
Spamresponder 0.6
Spamresponder provides a simple and radical spam filter using DNS validation and challenge/response. more>>
Spamresponder provides a simple and radical spam filter using DNS validation and challenge/response.
Spamresponder is a very simple and radical spam filter, combining DNS validation with the challenge/response approach. It will go through all mail messages in /var/mail/$USER, looking for specific "trusted" strings in the header and body parts of the mail.
It will delete and send an automatic reply to messages which have no "trusted" strings inside them. Those replies will include one of the "trusted" strings, so the recipient just needs to reply to this confirmation message.
The MailFrom-address of an email containing a trusted string becomes a trusted string itself.
<<lessSpamresponder is a very simple and radical spam filter, combining DNS validation with the challenge/response approach. It will go through all mail messages in /var/mail/$USER, looking for specific "trusted" strings in the header and body parts of the mail.
It will delete and send an automatic reply to messages which have no "trusted" strings inside them. Those replies will include one of the "trusted" strings, so the recipient just needs to reply to this confirmation message.
The MailFrom-address of an email containing a trusted string becomes a trusted string itself.
Download (0.009MB)
Added: 2007-03-26 License: BSD License Price:
943 downloads
Net::Google::Response 1.0.1
Net::Google::Response is a simple OOP-ish interface to the Google SOAP API search responses. more>>
Net::Google::Response is a simple OOP-ish interface to the Google SOAP API search responses.
SYNOPSIS
my $service = Net::Google->new(key=>LOCAL_GOOGLE_KEY);
my $session = $service->search();
$session->query(qw(Perl modules));
# You are probably better off calling
# $session->results() but if you want
# the raw response object(s) here ya go :
my $responses = $session->response();
my $count = scalar(@$responses);
# $r is a Net::Google::Response object
foreach my $r (@$responses) {
print sprintf("%s : %sn",$r->searchQuery(),$r->estimatedTotalResults());
}
Provides a simple OOP-ish interface to the Google SOAP API for searching. This package is used by Net::Google.
The Net::Google::Response object is used to contain response information provided by the Google search service in response to a search query. The Response object allows the client program to easily access the data returned from a search.
Response data is accessed using methods with identical names to the elements of a search response (as documented in the Google Web APIs Reference, section 3). For instance, the first example in the SYNOPSIS section, above, would return the estimated number of total results for the query.
Response objects may contain other response objects, where an element would return an array of other elements. For instance, calling $response->resultElements() will return a reference to an array of Net::Google::Response objects, each one representing one result from the search.
The Response module will automatically provide methods for the search response, as described by the service WSDL file. The results format is described by the Google APIs documentation, to which you should refer for the most up-to-date information. As of the April 8th, 2002 release of the Google APIs, the methods below are provided for each search result.
<<lessSYNOPSIS
my $service = Net::Google->new(key=>LOCAL_GOOGLE_KEY);
my $session = $service->search();
$session->query(qw(Perl modules));
# You are probably better off calling
# $session->results() but if you want
# the raw response object(s) here ya go :
my $responses = $session->response();
my $count = scalar(@$responses);
# $r is a Net::Google::Response object
foreach my $r (@$responses) {
print sprintf("%s : %sn",$r->searchQuery(),$r->estimatedTotalResults());
}
Provides a simple OOP-ish interface to the Google SOAP API for searching. This package is used by Net::Google.
The Net::Google::Response object is used to contain response information provided by the Google search service in response to a search query. The Response object allows the client program to easily access the data returned from a search.
Response data is accessed using methods with identical names to the elements of a search response (as documented in the Google Web APIs Reference, section 3). For instance, the first example in the SYNOPSIS section, above, would return the estimated number of total results for the query.
Response objects may contain other response objects, where an element would return an array of other elements. For instance, calling $response->resultElements() will return a reference to an array of Net::Google::Response objects, each one representing one result from the search.
The Response module will automatically provide methods for the search response, as described by the service WSDL file. The results format is described by the Google APIs documentation, to which you should refer for the most up-to-date information. As of the April 8th, 2002 release of the Google APIs, the methods below are provided for each search result.
Download (0.016MB)
Added: 2006-11-21 License: Perl Artistic License Price:
1067 downloads
SvnReporter 0.4
SvnReporter generates various reports in response to commits happening in a Subversion repository. more>>
SvnReporter generates various reports in response to commits happening in a Subversion repository.
SvnReporter is intended to be called from the post-commit hook. Two types of reports are supported: single-event and event list reports.
The former generate reports relative to the current commit only, and are typically used to generate post-commit mails.
The latter generate reports relative to a list of commits, e.g. an RSS feed or a Web page showing the latest commits.
Reports can be restricted to certain criteria, specified by a list of regular expressions. The format of the reports can be defined with a template.
<<lessSvnReporter is intended to be called from the post-commit hook. Two types of reports are supported: single-event and event list reports.
The former generate reports relative to the current commit only, and are typically used to generate post-commit mails.
The latter generate reports relative to a list of commits, e.g. an RSS feed or a Web page showing the latest commits.
Reports can be restricted to certain criteria, specified by a list of regular expressions. The format of the reports can be defined with a template.
Download (0.028MB)
Added: 2005-12-05 License: GPL (GNU General Public License) Price:
1418 downloads
Reliable Response Notification 2.0
Reliable Response Notification provides guaranteed delivery of critical messages to a wide range of devices. more>>
Reliable Response Notification provides guaranteed delivery of critical messages to a wide range of devices. The project guarantees that every emergency will have one, and only one, person responding and taking charge of the recovery.
For integrated services, like some network monitors, help-desk packages, and security suites, Reliable Response Notification allows the user to update records via their mobile devices. It is available as either a standalone server or as a hosted service.
Enhancements:
- The product supports three types of groups: broadcast, escalation and on-call.
- Many devices are supported, including email, SMS, text-to-speech, Jabber, GTalk, SameTime IM, and alphanumeric pagers.
- Integrations for a number of packages are available.
- There is an easy system to add new integrations as needed.
<<lessFor integrated services, like some network monitors, help-desk packages, and security suites, Reliable Response Notification allows the user to update records via their mobile devices. It is available as either a standalone server or as a hosted service.
Enhancements:
- The product supports three types of groups: broadcast, escalation and on-call.
- Many devices are supported, including email, SMS, text-to-speech, Jabber, GTalk, SameTime IM, and alphanumeric pagers.
- Integrations for a number of packages are available.
- There is an easy system to add new integrations as needed.
Download (MB)
Added: 2007-05-31 License: Other/Proprietary License Price:
878 downloads
Net::Gopher::Response::XML 0.90
Net::Gopher::Response::XML is a Perl module Convert a Gopher/Gopher+ response to XML. more>>
Net::Gopher::Response::XML is a Perl module Convert a Gopher/Gopher+ response to XML.
SYNOPSIS
use Net::Gopher;
use Net::Gopher::Response::XML;
...
$response->as_xml(File => menu.xml);
This module contains code to convert a response from a Gopher or Gopher+ Gopherspace to XML. This functionality was originally in the Net::Gopher core, but its features are seldom needed, and it was deemed by me, Will, to be unnecessary bloat.
The module has one method, as_xml(), which you can call on Net::Gopher::Response objects to generate XML. If you have existing code that expects Net::Gopher::Response to already have as_xml() in it, just add the use Net::Gopher::Response::XML to the top of the script as shown in the SYNOPSIS and it should work fine with both pre 1.05 and post 1.05 versions.
<<lessSYNOPSIS
use Net::Gopher;
use Net::Gopher::Response::XML;
...
$response->as_xml(File => menu.xml);
This module contains code to convert a response from a Gopher or Gopher+ Gopherspace to XML. This functionality was originally in the Net::Gopher core, but its features are seldom needed, and it was deemed by me, Will, to be unnecessary bloat.
The module has one method, as_xml(), which you can call on Net::Gopher::Response objects to generate XML. If you have existing code that expects Net::Gopher::Response to already have as_xml() in it, just add the use Net::Gopher::Response::XML to the top of the script as shown in the SYNOPSIS and it should work fine with both pre 1.05 and post 1.05 versions.
Download (0.015MB)
Added: 2006-08-17 License: Perl Artistic License Price:
1163 downloads
WWW::Patent::Page::Response 0.07
WWW::Patent::Page::Response is an object holding a patent page or document. more>>
WWW::Patent::Page::Response is an object holding a patent page or document (e.g. htm, pdf, tif) from selected source (e.g. from United States Patent and Trademark Office (USPTO) website or the European Patent Office (ESPACE_EP), as constructed by WWW::Patent::Page, in passing analogy to LWP::UserAgent and HTTP::Response.
SYNOPSIS
Please see the test suite for working examples. The following is not guaranteed to be working or up-to-date.
$ perl -I. -MWWW::Patent::Page -e print $WWW::Patent::Page::VERSION,"n"
0.02
use WWW::Patent::Page;
print $WWW::Patent::Page::VERSION,"n";
my $patent_browser = WWW::Patent::Page->new(); # new object
my $document1 = $patent_document->get(6,123,456);
# defaults:
# office => ESPACE_EP,
# country => US,
# format => pdf,
# page => all,
# and usual defaults of LWP::UserAgent (subclassed)
my $document2 = $patent_document->provide_doc(US6123456,
office => ESPACE_EP ,
format => pdf,
page => 2 ,
);
my $pages_known = $patent_document->pages_available( # e.g. TIFF
document=> 6123456,
);
Intent: Use public sources to retrieve patent documents such as TIFF images of patent pages, html of patents, pdf, etc. Expandable for your office of interest by writing new submodules..
<<lessSYNOPSIS
Please see the test suite for working examples. The following is not guaranteed to be working or up-to-date.
$ perl -I. -MWWW::Patent::Page -e print $WWW::Patent::Page::VERSION,"n"
0.02
use WWW::Patent::Page;
print $WWW::Patent::Page::VERSION,"n";
my $patent_browser = WWW::Patent::Page->new(); # new object
my $document1 = $patent_document->get(6,123,456);
# defaults:
# office => ESPACE_EP,
# country => US,
# format => pdf,
# page => all,
# and usual defaults of LWP::UserAgent (subclassed)
my $document2 = $patent_document->provide_doc(US6123456,
office => ESPACE_EP ,
format => pdf,
page => 2 ,
);
my $pages_known = $patent_document->pages_available( # e.g. TIFF
document=> 6123456,
);
Intent: Use public sources to retrieve patent documents such as TIFF images of patent pages, html of patents, pdf, etc. Expandable for your office of interest by writing new submodules..
Download (0.034MB)
Added: 2006-10-24 License: Perl Artistic License Price:
1095 downloads
Yahoo::Search::Response 1.7.10
Yahoo::Search::Response is a container object for the result set of one query to the Yahoo! Search API. more>>
Yahoo::Search::Response is a container object for the result set of one query to the Yahoo! Search API. (This package is included in, and automatically loaded by, the Yahoo::Search package.)
Package Use
You never need to use this package directly -- it is loaded automatically by Yahoo::Search.
Object Creation
Response objects are created by the Fetch() method of a Request (Yahoo::Search::Request) object, e.g. by
my $Response = Yahoo::Search->new(...)->Request()->Fetch();
or by shortcuts to the same, such as:
my $Response = Yahoo::Search->Query(...);
<<lessPackage Use
You never need to use this package directly -- it is loaded automatically by Yahoo::Search.
Object Creation
Response objects are created by the Fetch() method of a Request (Yahoo::Search::Request) object, e.g. by
my $Response = Yahoo::Search->new(...)->Request()->Fetch();
or by shortcuts to the same, such as:
my $Response = Yahoo::Search->Query(...);
Download (0.035MB)
Added: 2006-12-06 License: Perl Artistic License Price:
1053 downloads
MySpace Friend Renamer .86
MySpace Friend Renamer provides an extension that allows you to rename your MySpace Friends. more>>
MySpace Friend Renamer provides an extension that allows you to rename your MySpace Friends.
This adds a right click option to Myspace Pages and allows you to change the display name for any of your friends. Handy if your friends change names often, or pick strange and obscure names.
Also in response to comments. If a tab is not in focus when the page loads, the extension will not rename.
I believe that the extension will conflict with other extensions that change pages when they load. If I find a better way to do it, I will change it.
<<lessThis adds a right click option to Myspace Pages and allows you to change the display name for any of your friends. Handy if your friends change names often, or pick strange and obscure names.
Also in response to comments. If a tab is not in focus when the page loads, the extension will not rename.
I believe that the extension will conflict with other extensions that change pages when they load. If I find a better way to do it, I will change it.
Download (0.004MB)
Added: 2007-04-05 License: MPL (Mozilla Public License) Price:
934 downloads
Reapoff 0.24
Regular Expression, Arbitrary Protocol, Opensource Filtering Firewall (Reapoff) is an arbitrary protocol proxy. more>>
Regular Expression, Arbitrary Protocol, Opensource Filtering Firewall (Reapoff) is an arbitrary protocol proxy. A proxy server is a program which accepts connections on behalf of another program and forwards these connections to the original program. There are a many different commonly used proxies involved, such as web proxies, ftp proxies, and mail proxies.
Proxy based firewalls offer superior protection to packet filtering firewalls. This is because the proxies are interpreting each protocol. This is unlike more conventional packet filtering firewalls which make the assumption that protocol interactions are somehow related to TCP port numbers. Proxy based firewalls offer the following advantages:
Information passed between client and server is guaranteed to conform to the specified protocol
It is possible to specify a security policy on the different operations offered by those protocols.
For example suppose that we have an FTP proxy protecting an FTP server. This proxy ensures that the clients to the FTP server are actually using the FTP protocol. In addition the administrator may also specify a small subset of FTP commands that are allowed, for example no uploads are allowed etc. The best feature about this is that the administrator can deploy the proxy on the perimeter and have the security policy apply to any machines that may be installed inside.
Such a fine level of control is great, but in practice most proxies do not really offer that level of contol, and if they do its difficult to configure.
REAPOFF is an arbitrary protocol proxy. That is to say, the same proxy may be used to control any TCP/IP based protocol - the behavior of the proxy is fully specified by its configuration files. This fact allows REAPOFF to be easily modified to work with any new protocol simply by writing a new configuration file. In addition new features are easily added simply by adding new rules. Removing rules which may not be applicable for a particular scenario can be achieved very easily by commenting these out in the configuration file. The aim of this project is to produce the most intelligent proxy. This is very important for system administrators who need to add a new filtering rule to protect their network against a newly announced vulnerability for example.
The REAPOFF site will have a library of rules, each adding new functionality to the proxy or protecting against a newly announced vulnerability exploitation, in much the same way as IDS or anti-virus vendors include new signatures in response to new vulnerabilities.
<<lessProxy based firewalls offer superior protection to packet filtering firewalls. This is because the proxies are interpreting each protocol. This is unlike more conventional packet filtering firewalls which make the assumption that protocol interactions are somehow related to TCP port numbers. Proxy based firewalls offer the following advantages:
Information passed between client and server is guaranteed to conform to the specified protocol
It is possible to specify a security policy on the different operations offered by those protocols.
For example suppose that we have an FTP proxy protecting an FTP server. This proxy ensures that the clients to the FTP server are actually using the FTP protocol. In addition the administrator may also specify a small subset of FTP commands that are allowed, for example no uploads are allowed etc. The best feature about this is that the administrator can deploy the proxy on the perimeter and have the security policy apply to any machines that may be installed inside.
Such a fine level of control is great, but in practice most proxies do not really offer that level of contol, and if they do its difficult to configure.
REAPOFF is an arbitrary protocol proxy. That is to say, the same proxy may be used to control any TCP/IP based protocol - the behavior of the proxy is fully specified by its configuration files. This fact allows REAPOFF to be easily modified to work with any new protocol simply by writing a new configuration file. In addition new features are easily added simply by adding new rules. Removing rules which may not be applicable for a particular scenario can be achieved very easily by commenting these out in the configuration file. The aim of this project is to produce the most intelligent proxy. This is very important for system administrators who need to add a new filtering rule to protect their network against a newly announced vulnerability for example.
The REAPOFF site will have a library of rules, each adding new functionality to the proxy or protecting against a newly announced vulnerability exploitation, in much the same way as IDS or anti-virus vendors include new signatures in response to new vulnerabilities.
Download (0.44MB)
Added: 2006-07-08 License: GPL (GNU General Public License) Price:
1203 downloads
PagePoker 1.2
PagePoker is a Perl package that defines a browser agent with many powerful features for monitoring and testing Web sites. more>>
PagePoker is a Perl package that defines a browser agent with many powerful features for monitoring and testing Web sites, including elaborate failure handling that can send email and trigger SNMP traps. The application comes with three scripts that implement it for different uses: poke.pl, for single agents; pokes.pl, for many parallel agents, and pokehard.pl, for loadtesting and benchmarking.
HOW-TO:
Run "poke.pl --help" for detailed help on using the package. Briefly, poke.pl creates a PagePoker object, accepting all sorts of options. It is designed for monitoring web pages to verify they are returning desired information or to dump the contents of web pages to a file (like fetch). It can loop on a variety of conditions and crawl a series of pages, posting and passing cookies. The other component, pokes.pl, is simply a forking variation that accepts as its parameters an agent id and the options for that agent. It can be used for monitoring many sites simultaneously or for load testing single sites. On a dual 400 mhz machine I was able to run about 120 concurrent agents.
Examples:
> poke.pl --url http://node.to
returns (first element is date):
20000225170507 SUCCESS: Page loaded by agent
> poke.pl --url http://node.to --no-status --print-response
returns the plain html
> pokes.pl agent1 "--url http://node.to --no-status --email-failures
--email-address who@node.to --iterations 1000 --interval 10"
agent2 "--urls http://node.to>>http://tiny.node.to
--no-status --email-failures --email-address "1@1.com 2@2.com""
will launch two agents, first agent will poll node.to for connection failures every 10 seconds 1000 times, emailing if a failure is encountered, second agent will hit node.to then tiny.node.to and exit, emailing two people if either one doesnt respond.
There is a lot of logic to control how often and under what conditions email is sent. You can search for desired in text the headers or the html response, and send email or snmp traps on certain failure conditions. To loadtest, you could launch looping batches of ten agents, adding ten more a minute later in a another process, etc.
More advanced load testing can be done with pokehard.pl. It gets its own README (README.pokehard).
Here is the output of poke.pl --help, minus the USAGE statement:
How to use it:
--url "http://host/page"
--urls "http://host/page1>>http://host/page2>>etc"
--urls-from-file "file_path"
--urls-delay "n"
Seconds between each request
--method {GET|POST}
--post-query "query string"
--basic-auth-name "agent login" (one per agent)
--basic-auth-pass "agent password"
--interval "n"
Loop with n seconds between pokes
--iterations "n"
Cycles to run loop (requires --interval)
--look-for "pattern to find in response text"
--resend-cookie "cookiename"
--resend-cookie-between-iterations
Allow cookie to be resent through all iterations
--use-verbose-response
Includes headers in response text
--print-response
Dump agent retrieved text to STDOUT
--disable-on-failure
Allow server disabling on failure
--disable-snmp-trap "snmp trap"
To disable in loadbalancer
--enable-on-recovery
Allow server re-enabling on recovery
--enable-snmp-trap "snmp trap"
To enable server after successful run
--email-failures
Turn on alarm emails
--email-addresses "address1 address2 etc"
--email-subject "override default with arbitrary text"
--failures-until-email "n"
Consecutive errors triggers email
--min-time-between-emails "seconds"
--die-after-date "yyyymmddhhmmss" (requires interval and iterations)
--benchmark
Store numbers used for performance measurement (by pokehard.pl)
--quiet
Output nothing (except email, if set)
--no-status
Do not output status info (ie SUCCESS, etc)
--print-to-file "file"
Write output to file
--help
Print this text and exit
<<lessHOW-TO:
Run "poke.pl --help" for detailed help on using the package. Briefly, poke.pl creates a PagePoker object, accepting all sorts of options. It is designed for monitoring web pages to verify they are returning desired information or to dump the contents of web pages to a file (like fetch). It can loop on a variety of conditions and crawl a series of pages, posting and passing cookies. The other component, pokes.pl, is simply a forking variation that accepts as its parameters an agent id and the options for that agent. It can be used for monitoring many sites simultaneously or for load testing single sites. On a dual 400 mhz machine I was able to run about 120 concurrent agents.
Examples:
> poke.pl --url http://node.to
returns (first element is date):
20000225170507 SUCCESS: Page loaded by agent
> poke.pl --url http://node.to --no-status --print-response
returns the plain html
> pokes.pl agent1 "--url http://node.to --no-status --email-failures
--email-address who@node.to --iterations 1000 --interval 10"
agent2 "--urls http://node.to>>http://tiny.node.to
--no-status --email-failures --email-address "1@1.com 2@2.com""
will launch two agents, first agent will poll node.to for connection failures every 10 seconds 1000 times, emailing if a failure is encountered, second agent will hit node.to then tiny.node.to and exit, emailing two people if either one doesnt respond.
There is a lot of logic to control how often and under what conditions email is sent. You can search for desired in text the headers or the html response, and send email or snmp traps on certain failure conditions. To loadtest, you could launch looping batches of ten agents, adding ten more a minute later in a another process, etc.
More advanced load testing can be done with pokehard.pl. It gets its own README (README.pokehard).
Here is the output of poke.pl --help, minus the USAGE statement:
How to use it:
--url "http://host/page"
--urls "http://host/page1>>http://host/page2>>etc"
--urls-from-file "file_path"
--urls-delay "n"
Seconds between each request
--method {GET|POST}
--post-query "query string"
--basic-auth-name "agent login" (one per agent)
--basic-auth-pass "agent password"
--interval "n"
Loop with n seconds between pokes
--iterations "n"
Cycles to run loop (requires --interval)
--look-for "pattern to find in response text"
--resend-cookie "cookiename"
--resend-cookie-between-iterations
Allow cookie to be resent through all iterations
--use-verbose-response
Includes headers in response text
--print-response
Dump agent retrieved text to STDOUT
--disable-on-failure
Allow server disabling on failure
--disable-snmp-trap "snmp trap"
To disable in loadbalancer
--enable-on-recovery
Allow server re-enabling on recovery
--enable-snmp-trap "snmp trap"
To enable server after successful run
--email-failures
Turn on alarm emails
--email-addresses "address1 address2 etc"
--email-subject "override default with arbitrary text"
--failures-until-email "n"
Consecutive errors triggers email
--min-time-between-emails "seconds"
--die-after-date "yyyymmddhhmmss" (requires interval and iterations)
--benchmark
Store numbers used for performance measurement (by pokehard.pl)
--quiet
Output nothing (except email, if set)
--no-status
Do not output status info (ie SUCCESS, etc)
--print-to-file "file"
Write output to file
--help
Print this text and exit
Download (0.012MB)
Added: 2007-07-17 License: GPL (GNU General Public License) Price:
829 downloads
Return-RST 1.1
Return-RST is a firewalling tool for Linux 2.2.xx systems using IPCHAINS. more>>
Return-RST is a firewalling tool for Linux 2.2.xx systems using IPCHAINS. It uses the netlink device to capture packets and sends TCP RST packets in response to TCP connection requests.
Normal IPCHAINS only allows you to drop packets, or reject packets with an ICMP error message. With Return-RST, you can make it look like there is no server listening, rather than giving away that theyre being filtered to the attacker.
Return-RST was written to overcome the lack of an ipchains policy that can return a RESET packet when denying a TCP connection. The DENY policy just drops the packet, and the REJECT policy sends back an ICMP message. Either policy will pull an attacker off to the fact theyre being filtered.
On the other hand, an RST in response to a TCP SYN packet is what happens when there is no server listening on a port - this program allows you to return this error, so attackers will think that there is no server available.
<<lessNormal IPCHAINS only allows you to drop packets, or reject packets with an ICMP error message. With Return-RST, you can make it look like there is no server listening, rather than giving away that theyre being filtered to the attacker.
Return-RST was written to overcome the lack of an ipchains policy that can return a RESET packet when denying a TCP connection. The DENY policy just drops the packet, and the REJECT policy sends back an ICMP message. Either policy will pull an attacker off to the fact theyre being filtered.
On the other hand, an RST in response to a TCP SYN packet is what happens when there is no server listening on a port - this program allows you to return this error, so attackers will think that there is no server available.
Download (0.013MB)
Added: 2006-07-13 License: GPL (GNU General Public License) Price:
1199 downloads
The Ming Server 0.7.5
The Ming Server generates Web pages statically or dynamically. more>>
The Ming Server generates Web pages statically or dynamically. As a local executable, it generates a static site from a directory tree of simple text files.
Installed in cgi-bin, it creates those same pages on demand in response to browser requests. Parsing of different source types, the creation, and the writing of pages are separated, making it easy to extend The Ming Server to new data types or delivery methods.
Enhancements:
- A bug in Logger was fixed along with a problem in ming.cgi.
<<lessInstalled in cgi-bin, it creates those same pages on demand in response to browser requests. Parsing of different source types, the creation, and the writing of pages are separated, making it easy to extend The Ming Server to new data types or delivery methods.
Enhancements:
- A bug in Logger was fixed along with a problem in ming.cgi.
Download (0.029MB)
Added: 2005-11-12 License: GPL (GNU General Public License) Price:
1441 downloads
Soundspigot 0.1
Soundspigot is a sound playing program for attractions and halloween haunts. more>>
Soundspigot is a sound playing program for attractions and halloween haunts.
Soundspigot project is designed for playing short samples triggered by switches connected to the PCs parallel port.
Several other triggering modes are available.
Main features:
- Plays sounds from RAM, so it reacts quickly to triggers.
- Can play sounds:
- in response to parallel port triggers
- in response to network messages
- at timed intervals
- randomly
- looping
- Automatically re-reads config file whenever its modified, allowing quick fine-tuning with a text editor.
- Mixes sounds that are configured for the same output channel.
<<lessSoundspigot project is designed for playing short samples triggered by switches connected to the PCs parallel port.
Several other triggering modes are available.
Main features:
- Plays sounds from RAM, so it reacts quickly to triggers.
- Can play sounds:
- in response to parallel port triggers
- in response to network messages
- at timed intervals
- randomly
- looping
- Automatically re-reads config file whenever its modified, allowing quick fine-tuning with a text editor.
- Mixes sounds that are configured for the same output channel.
Download (0.13MB)
Added: 2006-01-16 License: GPL (GNU General Public License) Price:
1376 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 in response 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