Uses of Class
com.jsql.model.injection.strategy.blind.callable.AbstractCallableBit
Packages that use AbstractCallableBit
Package
Description
-
Uses of AbstractCallableBit in com.jsql.model
Methods in com.jsql.model with parameters of type AbstractCallableBitModifier and TypeMethodDescriptionAbstractModelObservable.getReportWithoutIndex(String dataInjection, String metadataInjectionProcess, AbstractCallableBit<?> callableBoolean) abstract StringAbstractModelObservable.inject(String dataInjection, boolean isUsingIndex, String metadataInjectionProcess, AbstractCallableBit<?> callableBoolean, boolean isReport) Function header for the inject() methods, definition needed by call(), dataInjection: SQL query, responseHeader unused, useVisibleIndex false if injection indexes aren't needed, return source page after the HTTP call.InjectionModel.inject(String dataInjection, boolean isUsingIndex, String metadataInjectionProcess, AbstractCallableBit<?> callableBoolean, boolean isReport) Run an HTTP connection to the web server.AbstractModelObservable.injectWithoutIndex(String dataInjection, String metadataInjectionProcess, AbstractCallableBit<?> callableBoolean) -
Uses of AbstractCallableBit in com.jsql.model.injection.strategy.blind
Classes in com.jsql.model.injection.strategy.blind with type parameters of type AbstractCallableBitModifier and TypeClassDescriptionclassAbstractInjectionBit<T extends AbstractCallableBit<T>>classAbstractInjectionMonobit<T extends AbstractCallableBit<T>>Methods in com.jsql.model.injection.strategy.blind with parameters of type AbstractCallableBitModifier and TypeMethodDescriptionAbstractInjectionBit.callUrl(String urlString, String metadataInjectionProcess, AbstractCallableBit<?> callableBoolean) InjectionCharInsertion.callUrl(String urlString, String metadataInjectionProcess, AbstractCallableBit<?> callableBoolean) InjectionVendor.callUrl(String urlString, String metadataInjectionProcess, AbstractCallableBit<?> callableBoolean) -
Uses of AbstractCallableBit in com.jsql.model.injection.strategy.blind.callable
Classes in com.jsql.model.injection.strategy.blind.callable with type parameters of type AbstractCallableBitModifier and TypeClassDescriptionclassAbstractCallableBit<T extends AbstractCallableBit<T>>Callable used to read blind/time database information.Subclasses of AbstractCallableBit in com.jsql.model.injection.strategy.blind.callableModifier and TypeClassDescriptionclassDefine a call HTTP to the server, require the associated url, character position and bit.classDefine a call HTTP to the server, require the associated url, character position and bit.classDefine a call HTTP to the server, require the associated url, character position and bit.classclassDefine a call HTTP to the server, require the associated url, character position and bit.class