Skip to content

Commit

Permalink
Merge remote-tracking branch 'github/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
ron190 committed Sep 29, 2024
2 parents 6fb7ceb + c4cfcfd commit 5b4d501
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ Read about jSQL [features](https://github.com/ron190/jsql-injection/wiki/Feature
For programmers, access the generated [Maven reports](https://ron190.github.io/jsql-injection/site/) and [Sonar analysis](https://sonarcloud.io/dashboard?id=ron190%3Ajsql-injection) to analyze internal metrics, and open the [programming section](https://github.com/ron190/jsql-injection/wiki/Programming-jSQL) in the wiki for more details.

## Install
First, install :coffee: [Java](http://java.com) 11 or up to version 22, then download the latest jSQL [release](https://github.com/ron190/jsql-injection/releases/) and double-click on the file `jsql-injection-v0.100.jar` to run the software.
First, install :coffee: [Java](http://java.com) 11 or up to version 22, then download the latest jSQL [release](https://github.com/ron190/jsql-injection/releases/) and double-click on the file `jsql-injection-v0.101.jar` to run the software.

You can also type `java -jar jsql-injection-v0.100.jar` in your terminal to start the program.
You can also type `java -jar jsql-injection-v0.101.jar` in your terminal to start the program.

If you are using Kali Linux then get the latest version using command `sudo apt-get -f install jsql`, or make a system full upgrade with `apt update` then `apt full-upgrade`.

> [!NOTE]
> Download the latest version from GitHub: [jsql-injection-v0.100.jar](https://github.com/ron190/jsql-injection/releases/download/v0.100/jsql-injection-v0.100.jar)
> Download the latest version from GitHub: [jsql-injection-v0.101.jar](https://github.com/ron190/jsql-injection/releases/download/v0.101/jsql-injection-v0.101.jar)
___
## Screenshots
[![Database](https://github.com/ron190/jsql-injection/raw/master/web/images/v0.75/database-mini.png "Database")](https://github.com/ron190/jsql-injection/raw/master/web/images/v0.75/database.png)
Expand Down
2 changes: 1 addition & 1 deletion model/src/main/resources/config.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jsql.version = 0.100
jsql.version = 0.101

github.webservice.url = https://raw.githubusercontent.com/ron190/jsql-injection/master/web/services/jsql-injection.json

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</modules>

<properties>
<revision>v0.100</revision>
<revision>v0.101</revision>
<project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>

<maven.compiler.source>11</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion web/services/jsql-injection.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.100",
"version": "0.101",
"news": [
"[Pinned] You use jSQL for CTFs, university study, or security research? Please consider adding a Star to GitHub at https://github.com/ron190/jsql-injection",
"[Contribute] Injection strategies can be missing or improved even for common engines like SQLite, share your knowledge to improve jSQL",
Expand Down

0 comments on commit 5b4d501

Please sign in to comment.