Class CallableBlindBit

java.lang.Object
com.jsql.model.injection.strategy.blind.callable.AbstractCallableBit<CallableBlindBit>
com.jsql.model.injection.strategy.blind.callable.CallableBlindBit
All Implemented Interfaces:
Callable<CallableBlindBit>

public class CallableBlindBit extends AbstractCallableBit<CallableBlindBit>
Define a call HTTP to the server, require the associated url, character position and bit. Diffs represent the differences between the reference page, and the current page.
  • Constructor Details

  • Method Details

    • isTrue

      public boolean isTrue()
      Check if a result page means the SQL query is true, confirm that nothing in the resulting page is also defined in the pages from every FALSE SQL queries.
      Specified by:
      isTrue in class AbstractCallableBit<CallableBlindBit>
      Returns:
      true if the current SQL query is true
    • call

      public CallableBlindBit call()
      Process the URL HTTP call, use function inject() from the model. Build the list of differences found between TRUE and the current page.
      Returns:
      Functional Blind Callable
    • getDiffsWithReference

      public List<name.fraser.neil.plaintext.diff_match_patch.Diff> getDiffsWithReference()