dooked icon indicating copy to clipboard operation
dooked copied to clipboard

DNS and Target HTTP History Local Storage and Search

dooked

DNS and Target HTTP History Local Storage and Search

License Twitter

Installation

  • Download Boost Library from the official website
  • Extract the library into any directory
  • Set the environment variable BOOST_ROOT to the location of Boost

For example:

wget "https://dl.bintray.com/boostorg/release/1.75.0/source/boost_1_75_0.tar.gz" -o "/usr/home/boost_1_75_0.tar.gz"
tar -xzvf /usr/home/boost_1_75_0.tar.gz
export BOOST_ROOT="/usr/home/boost_1_75_0/"
printenv | grep BOOST_ROOT

Alternatively, you can add the boost library via various apt respositorys.

Then clone dooked and compile it, as follows:

git clone "https://github.com/codingo/dooked.git"
cd dooked
git submodule update --init
cd dooked/CLI11 && git checkout tags/v1.9.1
cd ../
cmake .
make

Requirements

  • Boost C++ library
  • cmake
  • any C++ compiler (supporting C++17) or MSVC(for Windows).

Usage

For comprehensive help, use dooked --help