Git Product home page Git Product logo

bluebox's Introduction

Hello, I like to connect things.

When I am not building Trebellar, I enjoy writing free software, specially cyber security tools.

Study hard what interests you the most in the most undisciplined, irreverent and original manner possible (Richard Feynman)

LinkedIn

bluebox's People

Contributors

aancw avatar ancahy avatar jesusprubio avatar sergiogr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bluebox's Issues

Client

We need a cli which should require all modules and all of them could be used with the same interface (console: command line or interactive, GUI, etc.). For now I've adapted the Bluebox one (https://github.com/assaultjs/assaultjs/blob/master/bin/client.js) with some improvements, it's only interactive. Some options to reimplement it:

Emit events instead print at the end of the chain.

We need the library to emitting events to communicate partial information (ie: one IP correctly scanned in a domain scanning).

Now we're printing directly in the modules, which has no sense for a library.

Rewrite the whole code to use promises

IMHO they are clearer than the library "async". In the other hand generators are very complicated to JS newcomers and we want a lot of people involved in the project.

About dirscan-node

  • It is located in "external" directory for now.
  • We should contribute to the project:
    • Create a npm package to easily include it like the rest of external node tools.
    • Add a wordlist with common VoIP web panels paths.
    • Filter only important info of the response.

Performance

For now we're only doing async in the scans and it hardcoded to make 10 requests in parallel, to avoid problems (ie: open too much sockets). We have to research on it, implement a timer in the modules and compare it with Nmap, SIPVicious and MassCan.

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.