Main > Free Download Search >

Free domain auditor software for linux

domain auditor

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 606
Ecora Auditor Lite for Unix 4.0.6157.17003

Ecora Auditor Lite for Unix 4.0.6157.17003


Free on-demand, detailed configuration reports for the entire IT infrastructure more>> Ecora Auditor Lite is an agentless Windows application that installs on a Windows workstation and collects hundreds of thousands of configuration settings to generate on-demand, detailed configuration reports. With a click of a button, users can document Microsoft Windows and Exchange servers, SQL Server databases, Active Directory, and workstations; HP-UX, AIX, Solaris, RedHat Linux, and Novell NetWare servers; Oracle databases, Citrix and IIS applications; Lotus Domino servers; and Cisco routers.
Systems change constantly, and each change ?whether planned or unplanned can trigger downtime or a security breach. Current IT documentation, especially in todays compliance-driven IT environments, is essential. Documentor eliminates the time-consuming and error prone manual process of data collection and ensures accurate, timely documentation of the IT infrastructure.
Ecora Auditor Lite provides consistent, standardized configuration documentation that aids in:
IT Audits Provide up-to-date, accurate documentation of the infrastructure in a format that is easy to understand.
Security Discover suspicious or sub-optimal configuration settings and close security holes.
Disaster Recovery ?Rapidly configure systems back to their pre-disaster state and minimize downtime.
?Troubleshooting ?Maximize productivity and reduce time to resolution with access to current and historical configuration data.
?Consolidations & Migrations Maintain a current snapshot of the IT infrastructure for quick assessments and server configuration comparisons.
Documentation is often generated in an hour or less and is available in html and Microsoft Word formats. An ideal configuration management solution for consultants, system administrators, security professionals, IT auditors, and DBAs.
<<less
Download (54.00MB)
Added: 2009-04-29 License: Freeware Price: Free
242 downloads
Domain Hunter 0.1.0

Domain Hunter 0.1.0


A Simple Domain Monitoring Application more>> Domain Hunter is a simple application to monitor the state of a list of domain names. Changes in the status of a monitored domain can be sent to an email address or the domain information can be obtained on demand through a Web interface. Only the .com and .net top-level domains are currently supported.<<less
Download (27KB)
Added: 2009-04-27 License: Freeware Price: Free
183 downloads
Domain Grabber for Linux 0.9.1 Beta

Domain Grabber for Linux 0.9.1 Beta


It will essentially run a search and display the results in a list box. more>> This application was written using the Yahoo search API. It will essentially run a search and display the results in a list box. However the app has some unique features that make it very useful for anyone who needs to compile a long list of results or domain names (either random or based upon keywords).
Features:
* Can used specified keywords or generate random keywords
* Can retrieve up to 25,000 results for each search.
* Can strip the URL down and just return the Domain Names
* Excludes duplicate results
* Export the results to a plain text file.
<<less
Download (1.32MB)
Added: 2009-04-26 License: Freeware Price:
180 downloads
PIKT 1.18.0

PIKT 1.18.0


Unix/Linux software for system monitoring, configuration management, and more. more>> PIKT?is cross-categorical, multi-purpose software for monitoring and configuring computer systems, reporting and fixing problems, managing system security, scheduling processes, and much, much more.
PIKT is intended primarily for system monitoring, and secondarily for configuration management, but its flexibility and extendibility evoke many other uses limited only by your imagination.
Some suggested uses: system and network monitor, configuration manager, change auditor, log file analyzer, scheduling daemon, macro preprocessor, document formatter, web content management system, special-purpose script language, command-line assistant. PIKT can perform all of these duties and more.
<<less
Download (1.58MB)
Added: 2009-04-04 License: Freeware Price: Free
202 downloads
Domain Details 2.4

Domain Details 2.4


Domain Details is a Firefox extension that can find the whois information, IP Address on the site you are visiting. more>>
Domain Details 2.4 will empower your browser with nifty features. It is actually a Firefox addon that allows you to view the current site's server software and headers, IP address, location flag, and have quick links to Whois and other domain information.

Enhancements:

  • Fixed DNS resolution error which caused slow-downs
  • Shows full server headers when server type is clicked
  • Options to show only server/IP text, icons or both
  • Menu links now open in foreground tab by default
  • Misc bug fixes

Requirements:

  • Mozilla Firefox
<<less
Added: 2009-01-20 License: MPL Price: FREE
13 downloads
gwhois 20070822

gwhois 20070822


gwhois is an universal whois client which can also act as an intelligent whois proxy. more>>
gwhois is an universal whois client and it can also act as an intelligent whois proxy. whois is an internet service to lookup administrative contacts and owners of domains, ip-adresses or other important parts of the internet infrastructure.
Primary use is querying domain data. Such information is for example used by system administrators, spam fighters and a lot of other people. Specialised clients are used to query whois servers. Unfortunately, whois is not a centralised service. Data for different countries domains are stored on different servers.
IP adresses are divided roughly by continents. Some data can only be aquired by visiting a website. gwhois strives to help with this problems. It contains a list of services to query, and which domains/adresses/etc. can be queried there. It can also query webpages.
The results are either presented directly (if used as a client) or gwhois is installed as a whois proxy. It can then be queried using a standard whois client. Whois clients are available for most operating systems.
Enhancements:
- The lookup for the .de top level domain was fixed.
<<less
Download (0.030MB)
Added: 2007-08-23 License: GPL (GNU General Public License) Price:
794 downloads
ScreenSpy 1.0

ScreenSpy 1.0


ScreenSpy can record what your computer is doing while you are away. more>>
ScreenSpy can record what your computer is doing while you are away.

Usage:

Screenspy [ftp.something.com] [username] [password]

Examples:

java -jar ScreenSpy.jar ftp.domain.com username password

Screenspy ftp.domain.com username password

<<less
Download (0.37MB)
Added: 2007-08-16 License: LGPL (GNU Lesser General Public License) Price:
804 downloads
Mail::DKIM::DkSignature 0.28

Mail::DKIM::DkSignature 0.28


Mail::DKIM::DkSignature is a DomainKeys signature header. more>>
Mail::DKIM::DkSignature is a DomainKeys signature header.

CONSTRUCTORS

parse() - create a new signature from a DomainKey-Signature header

my $sig = parse Mail::DKIM::DkSignature(
"DomainKey-Signature: a=rsa-sha1; b=yluiJ7+0=; c=nofws"
);
Constructs a signature by parsing the provided DomainKey-Signature header content. You do not have to include the header name (i.e. "DomainKey-Signature:") but it is recommended, so the header name can be preserved and returned the same way in as_string().

Note: The input to this constructor is in the same format as the output of the as_string method.

METHODS

as_string() - the signature header as a string

print $signature->as_string . "n";
outputs

DomainKey-Signature: a=rsa-sha1; b=yluiJ7+0=; c=nofws

As shown in the example, the as_string method can be used to generate the DomainKey-Signature that gets prepended to a signed message.

algorithm() - get or set the algorithm (a=) field
The algorithm used to generate the signature. Defaults to "rsa-sha1", an RSA-signed SHA-1 digest.

canonicalization() - get or set the canonicalization (c=) field

$signature->canonicalization("nofws");
$signature->canonicalization("simple");

$method = $signature->canonicalization;

Message canonicalization (default is "simple"). This informs the verifier of the type of canonicalization used to prepare the message for signing.

domain() - get or set the domain (d=) field
my $d = $signature->domain; # gets the domain value
$signature->domain("example.org"); # sets the domain value

The domain of the signing entity, as specified in the signature. This is the domain that will be queried for the public key.

headerlist() - get or set the signed header fields (h=) field
$signature->headerlist("a:b:c");

my $headerlist = $signature->headerlist;

my @headers = $signature->headerlist;

Signed header fields. A colon-separated list of header field names that identify the header fields presented to the signing algorithm.

In scalar context, the list of header field names will be returned as a single string, with the names joined together with colons. In list context, the header field names will be returned as a list.

protocol() - get or set the query methods (q=) field

A colon-separated list of query methods used to retrieve the public key (default is "dns").

selector() - get or set the selector (s=) field

The selector subdivides the namespace for the "d=" (domain) tag.

signature() - get or set the signature data (b=) field

The signature data. Whitespace is automatically stripped from the returned value.

<<less
Download (0.050MB)
Added: 2007-08-14 License: Perl Artistic License Price:
802 downloads
Scam-protect 1.0.0

Scam-protect 1.0.0


Scam-protect is a milter which restricts the use of your domain address in emails. more>>
Scam-protect is a milter which restricts the use of your domain address in emails. The aim is to protect your users from phishing by rejecting mail purporting to be from your domain. It is not meant as a replacement for SPF or SenderID.
Main features:
- Reject mail with your domain name in the mail from envelope
- Reject mail with your domain name in the From header
Performance
Scam-protect milter was designed to be light-weight and use minimal resources.
Whitelist
Scam-protect has a configurable whitelist of IP addresses or a range of IP addresses (CIDR). This feature can be used to allow which hosts can use your domain name in email addresses..
Accept mail from users
Users should configure their mail clients (MS Outlook, Eudora, Mozilla Thunderbird) to use the port 587 (MSA) instead of the SMTP port to send mail through the mail server running Scam-protect.
Scam-protect will accept mail if the connection was authenticated through SMTP AUTH.
<<less
Download (0.013MB)
Added: 2007-08-10 License: BSD License Price:
805 downloads
Mail::SendEasy 1.2

Mail::SendEasy 1.2


Mail::SendEasy can send plain/html e-mails through SMTP servers (platform independent). more>>
Mail::SendEasy can send plain/html e-mails through SMTP servers (platform independent). Supports SMTP authentication and attachments.

This modules will send in a easy way e-mails, and doesnt have dependencies. Soo, you dont need to install libnet.
It supports SMTP authentication and attachments.

USAGE:

OO

use Mail::SendEasy ;

my $mail = new Mail::SendEasy(
smtp => localhost ,
user => foo ,
pass => 123 ,
) ;

my $status = $mail->send(
from => sender@foo.com ,
from_title => Foo Name ,
reply => re@foo.com ,
error => error@foo.com ,
to => recp@domain.foo ,
cc => recpcopy@domain.foo ,
subject => "MAIL Test" ,
msg => "The Plain Msg..." ,
html => "The HTML Msg..." ,
msgid => "0101" ,
) ;

if (!$status) { print $mail->error ;}

STRUCTURED

use Mail::SendEasy ;

my $status = Mail::SendEasy::send(
smtp => localhost ,
user => foo ,
pass => 123 ,
from => sender@foo.com ,
from_title => Foo Name ,
reply => re@foo.com ,
error => error@foo.com ,
to => recp@domain.foo ,
cc => recpcopy@domain.foo ,
subject => "MAIL Test" ,
msg => "The Plain Msg..." ,
html => "The HTML Msg..." ,
msgid => "0101" ,
) ;

if (!$status) { Mail::SendEasy::error ;}

<<less
Download (0.011MB)
Added: 2007-08-02 License: Perl Artistic License Price:
816 downloads
IDND 1.4

IDND 1.4


IDND is a Firefox extension that puts a little flag in the status bar that tells you whether you are visiting a TDN or a IDN. more>>
IDND is a Firefox extension that puts a little flag in the status bar that tells you whether you are visiting a Traditional Domain Name (green TDN) or an International Domain Name (UN-blue IDN).

IDNs can be used for phishing or spoofing, so suspicious IDNs cause an optional alert box to appear further warning you to take care. This is in no way sufficient protection against all kinds of spoofing, but does add to your browsers defences.

In the status bar a green or blue flag shows whether the current page has a traditional (A-Z 0-9 -) or an international domain name. In this way you have more protection against homograph attacks.

<<less
Download (0.008MB)
Added: 2007-08-01 License: MPL (Mozilla Public License) Price:
837 downloads
Domain Name Portfolio 0.8.0

Domain Name Portfolio 0.8.0


Domain Name Portfolio is a PHP and MySQL based application to help domain owners better organize their portfolio. more>>
Domain Name Portfolio is a PHP and MySQL based application to help domain owners better organize their portfolio.
It allows you to list your domains with their expiry, registrar, and a price.
Also allows visitors to your portfolio to contact you about a given domain.
Main features:
- Script features
Enhancements:
- This release brings support for MySQLi, along with minor bugfixes and several function improvements.
<<less
Download (0.15MB)
Added: 2007-07-30 License: GPL (GNU General Public License) Price:
822 downloads
PoCoMy 0.9.1

PoCoMy 0.9.1


PoCoMy is a Web frontend for administration of a Postfix/Courier/MySQL email system. more>>
PoCoMy is a Web frontend for administration of a Postfix/Courier/MySQL email system. The project is multi-user and includes a multi-language privileges system, delegation of rights per domain. The virtual mail system features virtual domains, forwarding, aliases, sender-aliases, and more.
Enhancements:
- FIXED: change user password
- UPDATED: HowTo
<<less
Download (0.12MB)
Added: 2007-07-20 License: GPL (GNU General Public License) Price:
826 downloads
DNS name parser 1.2.1

DNS name parser 1.2.1


DNS name parser is a Java utility library for parsing dns names, ip and hw addresses. more>>
DNS name parser is a Java utility library for parsing dns names, ip and hw addresses.

Synopsis

import su.netdb.parser.*;

Parser parser = new Parser();

Hashtable result = parser.parse(str);

System.out.println("string: "+result.get("string"));
System.out.println("hw: "+result.get("hw"));
System.out.println("name: "+result.get("name"));
System.out.println("domain: "+result.get("domain"));
System.out.println("ip_low: "+result.get("ip_low"));
System.out.println("ip_high: "+result.get("ip_high"));

"DNS name parser" is an utility library created to be used in a search application. Given a single input field its function is to differentiate between several types of possible input strings. Namely if it a dns name, IP address (exact, ip range or ip with wildcards) or hardware address. The result of the parsing is a Hashtable with possible keys "string", "hw", "name", "domain", "ip_low" and "ip_high".

<<less
Download (0.008MB)
Added: 2007-07-20 License: GPL (GNU General Public License) Price:
835 downloads
CyrUp 2.2.1

CyrUp 2.2.1


CyrUp is a Web-based user management interface for mail systems based on the Postfix MTA, Cyrus IMAP, and MySQL or PostgreSQL. more>>
CyrUp is a Web-based user management interface for mail systems based on the Postfix MTA, Cyrus IMAP, and MySQL or PostgreSQL.

This project features multi-domain support in two ways, crypted or clear-text passwords, and administrative right delegation on a per domain basis. The CyrUp is well-suited for mail systems with up to 100 mailboxes per domain.

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