Giter Club home page Giter Club logo

dnslocate's Introduction

dnslocate

dns locater useing dnsrecon

git clone https://github.com/Hackingariseofficial/dnslocate.git

cd dnslocate

chmod +x dnslocate.sh

./dnslocate.sh

Installation Instructions Ubuntu / Debian / Backtrack Installation instructions for Ubuntu 10.10 they should work with little to no modification on previous versions. Install needed packages, for Backtrack you only need to install git-core:

$ sudo apt-get install libavahi-compat-libdnssd1 git-core $ sudo apt-get install python-setuptools Once those packages are installed we will install the supporting libraries for python to be able to run the script:

$ sudo easy_install netaddr $ sudo easy_install dnspython Navigate to the folder you want to install the DNSRecon script and run the following command to download the script and files:

$ git clone git://github.com/darkoperator/dnsrecon.git To keep the script and associated files updated just navigate into the dnsrecon folder and run:

$ git pull CentOS CentOS 5 .x is the open source version of Red Hat Enterprise Linux and as any enterprise product their main focus is for stability than to have the latest version of the packages out there. Since we will need a version of python 2.5 or above we will have to install Python and configure it to be in parallel with the current version included with the distribution (2.4). Let start by changing to the root account:

$ su - Once in root mode python is downloaded, configured to be installed in an alternate so as to not conflict with the version included with the distribution:

tar xvzf ./Python-2.7.1.tgz

cd Python-2.7.1

./configure --prefix=/opt/python2.7 --with-threads --enable-shared --with-zlib=/usr/include

make

make install

cd ~

After it is installed, next step is to link all the necessary libraries and check that we can run the new installed version without any problems:

ln -s /opt/python2.7/lib/libpython2.7.so /usr/lib

ln -s /opt/python2.7/lib/libpython2.7.so.1.0 /usr/lib

ln -s /opt/python2.7/bin/python /usr/local/bin/python

ln -s /opt/python2.7/bin/python /usr/bin/python2.7

ln -s /opt/python2.7/lib/python2.7.so /opt/python2.7/lib/python2.7/config/

/sbin/ldconfig -v

env python -V

Once it has been confirmed that the version of Python being showed is 2.7 the next step is to install easy install on the machine to be able to manage the Python libraries:

sh setuptools-0.6c11-py2.7.egg --prefix=/opt/python2.7

ln -s /opt/python2.7/bin/easy_install /usr/local/bin/easy_install

The next step is to use easy_install to install the latest versions of the necessary libraries for the script:

easy_install netaddr

easy_install dnspython

Once the libraries are install the next step is to install git so as to download the latest version of the script and keep it updated, since we will be using an alternate repository for the packages:

rpm -ivh http://repo.webtatic.com/yum/centos/5/`uname -i`/webtatic-release-5-1.noarch.rpm

yum install --enablerepo=webtatic git

Use Git to mirror the script project:

git clone git://github.com/darkoperator/dnsrecon.git

To keep the script and associated files updated just navigate into the dnsrecon folder and run:

git pull

Fedora Requirements installed with:

$ sudo yum install python-dns python-netaddr Navigate to the folder you want to install the DNSRecon script and run the following command to download the script and files:

$ git clone git://github.com/darkoperator/dnsrecon.git To keep the script and associated files updated just navigate into the dnsrecon folder and run:

$ git pull Tested on Fedora 16.

credits to https://github.com/darkoperator/dnsrecon/wiki/Installation-Instructions

dnslocate's People

Contributors

hackingariseofficial avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.