Package com.jsql.model


package com.jsql.model
  • Classes
    Class
    Description
    Define the features of the injection model :
    - stop the preparation of injection,
    - Callable for parallelize HTTP tasks,
    - communication with view, via Observable.
    Model class of MVC pattern for processing SQL injection automatically.
    Different views can be attached to this observable, like Swing or command line, in order to separate the functional job from the graphical processing.
    The Model has a specific database vendor and strategy which run an automatic injection to get name of databases, tables, columns and values, and it can also retrieve resources like files and shell.
    Tasks are run in multi-threads in general to speed the process.