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.416.540 Times

Dns Audit freeware
Filter: All | Freeware | Demo
 

Dns Audit

1 2 3 4 5 > 
Released: January 27, 2017  |  Added: September 09, 2019 | Visits: 2.585

NetCrunch Tools NetCrunch Tools is a completely free toolkit for network professionals, featuring Ping, Traceroute, Wake OnLAN, DNS Info, Who Is, Ping Scanner, Service Scanner, Open TCP Port Scanner, SNMP Scanner, DNS Audit and Mac Resolver in one. It can work standalone, or in conjunction with the NetCrunch...



Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 41.7 MB Download (86): NetCrunch Tools Download

Released: November 13, 2007  |  Added: November 21, 2007 | Visits: 3.626

pt360 ToolSuite pt360 Tool Suite features a unique centralized dashboard that gives network engineers the ability to run network reporting, diagnostic and monitoring from a single intuitive interface. The free solution supports browser-based open source tools and includes essential elements required to prevent...





Platforms: Windows

License: Freeware Size: 7.68 MB Download (451): pt360 ToolSuite Download

Released: January 24, 2008  |  Added: February 12, 2008 | Visits: 4.662

FREE PacketTrap TFTP Server PacketTrap TFTP Server is a FREE multi-threaded file transfer utility. It supports simultaneous transfers and offers option negotiation between client and server, including clock size, transfer size, and timeout. It may be used to move configurations between routers, switches, hubs, and...


Platforms: Windows

License: Freeware Size: 6.76 MB Download (703): FREE PacketTrap TFTP Server Download

Added: August 18, 2008 | Visits: 1.742

FREE PacketTrap pt360 ToolSuite The FREE pt360 Tool Suite (PacketTrap: http://www.PacketTrap.com) features a unique centralized dashboard and includes network reporting, diagnostic and monitoring from a single intuitive interface. The FREE solution contains: network discovery, network inventory, open source tools (i.e. Nagios,...


Platforms: Windows

License: Freeware Size: 6.76 MB Download (222): FREE PacketTrap pt360 ToolSuite Download

Released: January 06, 2001  |  Added: June 21, 2006 | Visits: 5.661

AUDIT Snapshot Audit Snapshot allows companies to perform a snapshot (unannounced spot audit) of all its PC’s and ascertain as to what applications are installed on each individual machine.


Platforms: Windows

License: Freeware Size: 1.47 MB Download (660): AUDIT Snapshot Download

Released: October 21, 2008  |  Added: October 27, 2008 | Visits: 6.460

Free PC Audit Free PC Audit is a freeware system, hardware and software information tool. It extracts details of all components of the PC, shows installed software with version and product key. Free PC Audit does not require installation and can be used as a portable application. It can be run from a removable...


Platforms: Windows

License: Freeware Size: 966.5 KB Download (821): Free PC Audit Download

Released: August 01, 2008  |  Added: November 07, 2008 | Visits: 5.747

Express PC Audit Tool Get a complete audit of your PC's hardware and software. Easy and fast. Great for personal and business use. Why people love it: * Automated - No more tedious manual PC audits. (Hint: forward it to employees!) * Accurate - Uses Windows Management Instrumentation (WMI) to collect PC...


Platforms: Windows

License: Freeware Size: 176 KB Download (486): Express PC Audit Tool Download

Added: January 18, 2010 | Visits: 1.195

SMBD Audit 0.2 SMBD Audit application is a set of VFS audit module for Samba 3 and web frontend to view and search samba audit logs. Module stores logs directly into MySQL database with libmysqlclient. You can search database by Login, Address, Share, Action, Log Message(specify filename or directory name),...


Platforms: *nix

License: Freeware Size: 358.4 KB Download (108): SMBD Audit 0.2 Download

Added: November 26, 2010 | Visits: 1.132

DNS::Zone DNS::Zone contains a collection of Perl modules which provide an abstraction of name service zones as well as server specific adaptors for concrete file representations. The modules origin is the ZoneMaster project which make heavy use of the module for comprehensive zone file management. Go to...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (95): DNS::Zone Download

Added: January 13, 2010 | Visits: 1.154

DNS::Config DNS::Config is a Perl module with DNS Configuration. SYNOPSIS use DNS::Config; my $config = new DNS::Config(); $config->debug(); ABSTRACT This class represents a configuration for a domain name service daemon (DNS). A domain name service daemon configuration knows about the zone...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (100): DNS::Config Download

Added: October 18, 2010 | Visits: 1.024

Net::DNS::ValueDomain::DDNS Net::DNS::ValueDomain::DDNS is a Perl module to update your Value-Domain (https://www.value-domain.com/) DynamicDNS records. SYNOPSIS use Net::DNS::ValueDomain::DDNS; # Normal usage my $ddns = Net::DNS::ValueDomain::DDNS->new; $ddns->update( domain => example.com, password => 1234,...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (114): Net::DNS::ValueDomain::DDNS Download

Added: July 20, 2010 | Visits: 1.686

DNS Flood Detector DNS Flood Detector was developed to detect abusive usage levels on high traffic nameservers and to enable quick response in halting (among other things) the use of ones nameserver to facilitate spam. DNS Flood Detector uses libpcap (in non-promiscuous mode) to monitor incoming dns queries to a...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (227): DNS Flood Detector Download

Added: February 24, 2010 | Visits: 1.288

DNS name parser 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"));...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (105): DNS name parser Download

Added: November 23, 2010 | Visits: 1.146

glibc-audit glibc-audit is a modified version of glibc for application developers who check their code with an automatic memory access checker such as valgrind, Insure++, or Purify. glibc-audit has been audited and cleaned up so that reports from the developers use of a memory access checker are more...


Platforms: *nix

License: Freeware Size: 4.2 MB Download (95): glibc-audit Download

Added: July 01, 2010 | Visits: 2.070

Net::DNS::ZoneFile Net::DNS::ZoneFile is a Perl extension to convert a zone file to a collection of RRs. SYNOPSIS use Net::DNS::ZoneFile; my $rrset = Net::DNS::ZoneFile->read($filename[, $root]); print $_->string . "n" for @$rrset; my $rrset = Net::DNS::ZoneFile->readfh($fh[, $root]); # OR my $rrset =...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (98): Net::DNS::ZoneFile Download

Added: May 11, 2010 | Visits: 1.117

POP3 DNS updater popdns is a small daemon that aims at simplifying the use of DHCP-configured machines by allowing them to dynamically update their DNS entry using (nearly) any POP3-capable e-mail tool. After having configured a new e-mail source (with the POP3 protocol), users are authenticated using their...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (97): POP3 DNS updater Download

Added: May 26, 2010 | Visits: 982

Net::DNS Net::DNS::RR::A is a DNS A resource record. Net::DNS is a DNS resolver implemented in Perl. It allows the programmer to perform nearly any type of DNS query from a Perl script. For details and examples, please read the Net::DNS manual page. To read about the latest features, see the Changes...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (111): Net::DNS Download

Added: February 16, 2010 | Visits: 1.399

Blahz-DNS Blahz-DNS is PHP/MySQL based DNS (BIND 9/tinydns) administration with support for primary and secondary zones, user authentication, User and Admin account types (with read-only versions), and restricted access for user accounts to certain primary and secondary zones. Whats New in This Release:...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (101): Blahz-DNS Download

Added: January 07, 2010 | Visits: 1.382

RIR to DNS converter RIR to DNS converter is a tool to convert Regional Internet Registry data to a DNS country lookup zone. You can use it to build your own DNS zone for looking up country codes from IP addresses. It uses data directly from RIPE, ARIN, APNIC, LACNIC, and AFRINIC. The data can be updated on a...


Platforms: *nix

License: Freeware Size: 614.4 KB Download (97): RIR to DNS converter Download

Added: October 03, 2010 | Visits: 874

Net::DNS::TestNS Net::DNS::TestNS is a Perl extension for simulating simple Nameservers. SYNOPSIS use Net::DNS::TestNS; ABSTRACT Class for setting up "simple DNS" servers. Class to setup a number of nameservers that respond to specific DNS queries (QNAME,QTYPE) by prespecified answers. This class is to...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (95): Net::DNS::TestNS Download

1 2 3 4 5 >