Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codingo/dooked
DNS and Target HTTP History Local Storage and Search
https://github.com/codingo/dooked
bounties bug bugbounty bugbounty-tool infosec reconnaissance security security-tools
Last synced: about 2 months ago
JSON representation
DNS and Target HTTP History Local Storage and Search
- Host: GitHub
- URL: https://github.com/codingo/dooked
- Owner: codingo
- License: gpl-3.0
- Created: 2021-02-13T10:24:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-14T22:42:56.000Z (almost 4 years ago)
- Last Synced: 2024-10-09T13:03:24.491Z (2 months ago)
- Topics: bounties, bug, bugbounty, bugbounty-tool, infosec, reconnaissance, security, security-tools
- Language: C++
- Homepage: https://codingo.io
- Size: 54.7 KB
- Stars: 63
- Watchers: 6
- Forks: 14
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - codingo/dooked - DNS and Target HTTP History Local Storage and Search (C++)
README
# dooked
DNS and Target HTTP History Local Storage and Search[![License](https://img.shields.io/badge/license-GPL3-_red.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html) [![Twitter](https://img.shields.io/badge/twitter-@codingo__-blue.svg)](https://twitter.com/codingo_)
## Installation
- Download Boost Library from the [official website](https://www.boost.org/users/download/)
- Extract the library into any directory
- Set the environment variable BOOST_ROOT to the location of BoostFor 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`