Giter Club home page Giter Club logo

docker_nowhere2hide's Introduction

Docker_NoWhere2Hide

This repo contains docker files to spin up an instance of NoWhere2Hide by C2Links.

Starting Up

First create a .env file containing the following entries:

POSTGRES_USER: nowhere2hide
POSTGRES_PWD: nowhere2hide
CENSYS_API_ID: 
CENSYS_SECRET: 
SHODAN: 
HUNTIO: 

Make sure to add your censys, shodan, and huntio keys to gain the full benefit of NoWhere2Hide.

To run execute:

sudo docker compose up -d

Open a browser and go to localhost:6332

Auth Token

The auth key gets printed to a special log. To read that log, do the following:

  • sudo docker volume ls

Pick the volume that ends with log should look something like: dockernowhere2hide_logs

Get the location of the log file

  • sudo docker volume inspect dockernowhere2hide_logs

The mount point should be listed out. Use the mount and run the following:

  • sudo cat $MOUNTPOINT/auth.log

Make sure to replace $MOUNTPOINT with the mount point shown via the docker volume inspect command

Signature Directory

The signature directory is also exposed via a volume. To get the mount point, do the following:

  • sudo docker volume ls

Pick the volume that ends with sigs should look something like: dockernowhere2hide_sigs

docker_nowhere2hide's People

Contributors

xorhex avatar

Stargazers

 avatar Giacomo Giallombardo avatar

Watchers

 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.