Code Monkey home page Code Monkey logo

detectdee's Introduction

DetectDee

*Disclaimer: This article and this tool are for technical discussion and sharing only. Illegal use is strictly prohibited.

DetectDee: Hunt down social media accounts by username, email or phone across social networks example.gif

Feat

  • Includes sites frequently used by CyberSecurity practitioners
  • Hunt down social media accounts by username, email or phone
  • Precise thread control and custom request headers are used to prevent WAF recognition
  • Extensible, simple, and easy-to-use template
  • Integration of mobile versions of social networking sites

Install

Download(recommend)

https://github.com/piaolin/DetectDee/releases

Compile

git clone https://github.com/piaolin/DetectDee.git
cd DetectDee
go mod tidy
go run .

Usage

English

中文文档

Detect

Usage:
  DetectDee detect [flags]

Flags:
  -c, --check          self-check
  -f, --file string    Site data file (default "data.json")
  -h, --help           help for detect
  -n, --name strings   name[s]
      --nsfw           Include checking of NSFW sites from default list.        
      --precisely      Check precisely
  -p, --proxy string   Make requests over a proxy. e.g. socks5://127.0.0.1:1080 
  -r, --retry int      Retry times after request failed (default 3)
  -s, --site strings   Limit analysis to just the listed sites. Add multiple options to specify more than one site.
  -t, --timeout int    Time (in seconds) to wait for response to requests (default 10)

Global Flags:
  -v, --verbose   verbose output

To search for only one user:

./DetectDee detect -n piaolin

To search for more than one user:

./DetectDee detect -n piaolin,blue

To search in specified site:

./DetectDee detect -n piaolin -s github,v2ex

Contributing

We would love to have you help us with the development of DetectDee. Each and every contribution is greatly valued!

Here are some things we would appreciate your help on:

  • Addition of new site support, You can notify me that a site has an interface available, or you can write JSON directly
  • Bringing back site support of sites that have been removed in the past due to false positives

Todo

  • Credential Stuffing for result
  • More site
  • Secret

Thanks

https://github.com/sherlock-project/sherlock

detectdee's People

Contributors

piaolin 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.