Results 1 to 1 of 1
-
16th Jun 2014, 12:58 PM #1
How to Hide Bind Version cPanel/WHM
What is BIND?
BIND (Berkeley Internet Name Domain) is an implementation of the Domain Name System (DNS) protocols and provides an openly redistributable reference implementation of the major components of the Domain Name System, including:
- a Domain Name System server (named)
- a Domain Name System resolver library
- tools for verifying the proper operation of the DNS server
The BIND DNS Server is used on the vast majority of name serving machines on the Internet, providing a robust and stable architecture on top of which an organization's naming architecture can be built. The resolver library included in the BIND distribution provides the standard APIs for translation between domain names and Internet addresses and is intended to be linked with applications requiring name service.
Why hide the BIND version number?
Although hiding the BIND version number will not prevent automated cracking tools from exploiting vulnerable nameservers, you should prevent "banner grabbing," or allowing others to gather version information about services running on your machines. This is no substitute for keeping your BIND version updated. You must keep your server updated to be protected from the latest security threats and exploits. If a hacker runs an exploit on your outdated version of BIND, even if you hide the version number, you will get hacked into.
Hiding BIND version
Login to your server through SSH and su to root.
1) pico -w /etc/named.conf
2) add this line:
version "surely you must be joking";
after:
query-source address * port 53;
Ctrl+x then y
4) Restart your BIND service.
Code:service named restart or /etc/init.d/named restart
Code:dig ns1.yourserver.com
Areon Reviewed by Areon on . How to Hide Bind Version cPanel/WHM What is BIND? BIND (Berkeley Internet Name Domain) is an implementation of the Domain Name System (DNS) protocols and provides an openly redistributable reference implementation of the major components of the Domain Name System, including: - a Domain Name System server (named) - a Domain Name System resolver library - tools for verifying the proper operation of the DNS server The BIND DNS Server is used on the vast majority of name serving machines on the Internet, providing a robust Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Goddamn, how to hide facebook Email
By Paul in forum General DiscussionReplies: 0Last Post: 31st Mar 2010, 01:14 AM -
how to setup cron in cpanel?
By pirateaccess in forum Server ManagementReplies: 5Last Post: 26th Oct 2009, 07:26 PM -
How to hide the nameserver
By Babu in forum Webmaster DiscussionReplies: 2Last Post: 13th Mar 2009, 10:34 PM -
How to use backups in cpanel?
By TinTin in forum Server ManagementReplies: 2Last Post: 20th Feb 2009, 11:42 AM -
How To hide Statistics, Who is online and no. of posts and threads.
By arunkumar2006 in forum phpBBReplies: 0Last Post: 30th May 2008, 02:44 AM
themaCreator - create posts from...
Version 3.22 released. Open older version (or...