Coder Social home page Coder Social logo

madusec / dooked Goto Github PK

View Code? Open in Web Editor NEW

This project forked from codingo/dooked

0.0 1.0 0.0 56 KB

DNS and Target HTTP History Local Storage and Search

Home Page: https://codingo.io

License: GNU General Public License v3.0

CMake 3.19% C++ 96.81%

dooked's Introduction

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

dooked's People

Contributors

codingo avatar

Watchers

James Cloos 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.