forked from ron190/jsql-injection
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix multi-params injection and various bugs
- Vendor MemSQL: change ending comment to empty - New i18n language: Korean (ko) - Add new payload paths - Joined UML class diagram - Change Chinese fonts to Ubuntu Regular - Change while:readLine() to while:read(buffer) to read page sources - Fix bug preventing multi-params injection (* erased) - Test ErrorStream for null before using it - Fix ron190#53774: null SimpleEntry parameters replaced by empty String - Fix ron190#53778: Catch any Exception on getSource() from a connection - Fix ron190#53776: Remove decoding character %xy in URL parameters - Fix ron190#54320: Update i18n for French - Fix ron190#53699, Fix ron190#53637, Fix ron190#53632: adding new items to Scan List using context menu 'New Value(s)' - Fix ron190#53736: ArrayIndexOutOfBoundsException on setText() - Fix ron190#54575: NullPointerException on setSelectedIndex() - Fix ron190#54573: NullPointerException on setText() - Fix ron190#54572: NullPointerException on setText()
- Loading branch information
Showing
55 changed files
with
522 additions
and
380 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
src/main/java/com/jsql/model/exception/IgnoreMessageException.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.