Skip to content

malwarework/pdns

Repository files navigation

Passive DNS

Build Status

Requirements

  1. C++11 and higher
  2. Make
  3. pcap libpcap-dev
  4. G++
  5. Python headers python-dev
  6. ZLIBzlib1g-dev
  7. CMake(greater or equal 3.14)
  8. openssl libssl-dev

Parameters

  • -h [--help] show info
  • -c [--config] path to config file by default /etc/passivedns/passivedns.conf
  • -s [--ssl] enable ssl support
  • -d [--daemon] run as daemon

Running

  1. Configure /etc/passivedns/passivedns.conf
  2. Execute as daemonpassivedns -d
  3. Execute with ssl support passivedns -s

Compiling

  1. mkdir build
  2. cd build
  3. cmake ..
  4. make
  5. make install
  6. ldconfig

Installation

  • In case if Ubuntu

    Run as root dpkg -i passivedns-*.deb

    Run as root sudo apt-get install -f

  • In case if Centos

    Run rpm -ivh passivedns-*.rpm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages