Git Product home page Git Product logo

blackstar's Introduction

Blackstar

An asynchronous and lightweight open-source intelligence tool which searches for usernames across common social networking platforms.

                          ______  _              _                            
             ,d8         (____  \| |            | |           _               
          ,d888" ,d       ____)  ) | _____  ____| |  _  ___ _| |_ _____  ____ 
      888888888,d88      |  __  (| |(____ |/ ___) |_/ )/___|_   _|____ |/ ___)
 =888888888888888K       | |__)  ) |/ ___ ( (___|  _ (|___ | | |_/ ___ | |    
      888888888"Y88      |______/ \_)_____|\____)_| \_|___/   \__)_____|_|    
          "Y888, "Y      
             "Y8         An open-source intelligence tool for blazing-fast
                         username enumeration.

Disclaimer

This tool was made for educational purposes only.

Prerequisites

  • Python
  • Poetry (or the pip package management tool.)

Installation

  1. Clone the repository:
git clone https://github.com/tarranprior/blackstar
  1. Change the directory:
cd blackstar
  1. Install the dependencies:
# Install using Poetry:
poetry install

# Install using pip:
pip install -r requirements.txt

Usage

blackstar.py [-h] [-u USERNAME] [-t TIMEOUT] [--show-all]

Results.json - Example

{
    "parameters": {
        "username": "example",
        "date": "01/01/2001 00:00:00",
        "total_sites": 100,
        "search_duration": "3.02s"
    },
    "results": [
        {
            "site": "9GAG",
            "url": "https://9gag.com/u/example",
            "response_status": "200 OK",
            "success": true
        },
        {
            "site": "About.me",
            "url": "https://about.me/example",
            "response_status": "404 Not Found",
            "success": false
        },
        {
            "site": "AskFM",
            "url": "https://ask.fm/example",
            "response_status": "200 OK",
            "success": true
        },
    ]
}

License

This project is licensed under the MIT License.

blackstar's People

Contributors

tarranprior avatar

Stargazers

 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.