Package com.jsql.util.bruter
Class Bruter
java.lang.Object
com.jsql.util.bruter.Bruter
- Direct Known Subclasses:
HashBruter
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
int
int
int
long
int
long
boolean
isDone()
boolean
isFound()
boolean
isPaused()
void
setEndtime
(long endtime) void
setFound
(boolean found) void
void
setMaxLength
(int maxLength) void
setMinLength
(int minLength) void
setPaused
(boolean paused)
-
Field Details
-
characters
-
found
protected boolean found -
maxLength
protected int maxLength -
minLength
protected int minLength -
count
protected int count -
starttime
protected long starttime -
endtime
protected long endtime -
done
protected boolean done -
paused
protected boolean paused
-
-
Constructor Details
-
Bruter
public Bruter()
-
-
Method Details
-
getRemainder
public long getRemainder() -
getNumberOfPossibilities
public long getNumberOfPossibilities() -
addLowerCaseLetters
public void addLowerCaseLetters() -
addDigits
public void addDigits() -
addUpperCaseLetters
public void addUpperCaseLetters() -
addSpecialCharacters
public void addSpecialCharacters() -
excludeChars
-
getPerSecond
public int getPerSecond() -
calculateTimeElapsed
-
setEndtime
public void setEndtime(long endtime) -
setMaxLength
public void setMaxLength(int maxLength) -
setMinLength
public void setMinLength(int minLength) -
isFound
public boolean isFound() -
setPaused
public void setPaused(boolean paused) -
isPaused
public boolean isPaused() -
setFound
public void setFound(boolean found) -
getCounter
public int getCounter() -
getMaxLength
public int getMaxLength() -
getMinLength
public int getMinLength() -
setIsDone
-
isDone
public boolean isDone()
-