GithubHelp home page GithubHelp logo

scyll4's Introduction

Scyll4

Small python script to use Scyll4 API

Usage

usage: scylla.py [-h] [-c COUNT] [-o OFFSET] [-t TYPE] [-q QUERY] [-C] [-b] [-s SAVE]

Python script to use Scyll4 API

optional arguments:
  -h, --help            show this help message and exit
  -c COUNT, --count COUNT
                        number of records to retrieve (default is 500)
  -o OFFSET, --offset OFFSET
                        record start offset value (default is 0)
  -t TYPE, --type TYPE  Type of record data to search for (email, user_id, username, name, ip, pass_hash, password, pass_salt, domain)
  -q QUERY, --query QUERY
                        query to search
  -C, --combo           Combo output username|email:pass only
  -b, --beautify        Beautify json
  -s SAVE, --save SAVE  Save Scylla results to output file

Examples

$ python3 scylla.py -t "username" -q "admin" -b -c 1 -o 9 
[
    {
        "id": "08e7105b287bb60f70d245c9910f3a78",
        "fields": {
            "username": "Admin",
            "domain": "hostinger.com",
            "ip": "79.102.128.13",
            "password": "lt184577770",
            "email": "[email protected]"
        }
    }
]
$ python3 scylla.py -t "name" -q "John Doe" --beautify --count 1 --offset 40 
[
    {
        "id": "028da885127160204e848656e311288e",
        "fields": {
            "domain": "000webhost.com",
            "name": "john doe",
            "ip": "12.48.220.131",
            "password": "18jam93",
            "email": "[email protected]"
        }
    }
]
$ python3 scylla.py -t "email" -q "*JohnDoe*" --count 2 --offset 2 --combo
[email protected]:sprite
[email protected]:combsoma47

scyll4's People

Contributors

vedza avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

masterscott

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.