From 8ca03ba08ef64c6c0d0f90fd1110374a7966d3a4 Mon Sep 17 00:00:00 2001 From: shobikaramasubbarayalu Date: Thu, 17 Feb 2022 20:53:32 -0500 Subject: [PATCH 01/49] New change --- XSS/XSS_level3.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/XSS/XSS_level3.php b/XSS/XSS_level3.php index 44e2dfc..222cdd2 100644 --- a/XSS/XSS_level3.php +++ b/XSS/XSS_level3.php @@ -22,7 +22,5 @@ echo "Your name is "."$user"; } ?> - - From b8c40672fa5cf5df459e98c1e87af40f0431891e Mon Sep 17 00:00:00 2001 From: shobikaramasubbarayalu Date: Thu, 17 Feb 2022 21:01:03 -0500 Subject: [PATCH 02/49] New change --- XSS/XSS_level3.php | 1 + 1 file changed, 1 insertion(+) diff --git a/XSS/XSS_level3.php b/XSS/XSS_level3.php index 222cdd2..e7c6876 100644 --- a/XSS/XSS_level3.php +++ b/XSS/XSS_level3.php @@ -22,5 +22,6 @@ echo "Your name is "."$user"; } ?> + From 47aaae2624c4f06f3e9e2fe4d7ed2f81f73ae07f Mon Sep 17 00:00:00 2001 From: shobikaramasubbarayalu Date: Thu, 17 Feb 2022 21:05:17 -0500 Subject: [PATCH 03/49] New change --- Jenkinsfile | 11 +++++++++++ sonar-project.properties | 1 + 2 files changed, 12 insertions(+) create mode 100644 Jenkinsfile create mode 100644 sonar-project.properties diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 0000000..796c74a --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1,11 @@ +node { + stage('SCM') { + checkout scm + } + stage('SonarQube Analysis') { + def scannerHome = tool 'SonarScanner'; + withSonarQubeEnv() { + sh "${scannerHome}/bin/sonar-scanner" + } + } +} \ No newline at end of file diff --git a/sonar-project.properties b/sonar-project.properties new file mode 100644 index 0000000..2871088 --- /dev/null +++ b/sonar-project.properties @@ -0,0 +1 @@ +sonar.projectKey=VulnerableWebApp \ No newline at end of file From f46ac2219d73a2a7b63f31e1fd331ff5e0ab4cbf Mon Sep 17 00:00:00 2001 From: shobikaramasubbarayalu Date: Fri, 18 Feb 2022 13:12:47 -0500 Subject: [PATCH 04/49] New change --- XSS/XSS_level3.php | 1 + 1 file changed, 1 insertion(+) diff --git a/XSS/XSS_level3.php b/XSS/XSS_level3.php index e7c6876..44e2dfc 100644 --- a/XSS/XSS_level3.php +++ b/XSS/XSS_level3.php @@ -23,5 +23,6 @@ } ?> + From 37ef7920144086c4b7531d7ed9605c7e96e88d13 Mon Sep 17 00:00:00 2001 From: shobikaramasubbarayalu Date: Fri, 18 Feb 2022 13:23:22 -0500 Subject: [PATCH 05/49] New change --- Jenkinsfile | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 796c74a..38fa356 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,11 +1,21 @@ -node { - stage('SCM') { - checkout scm - } - stage('SonarQube Analysis') { - def scannerHome = tool 'SonarScanner'; - withSonarQubeEnv() { - sh "${scannerHome}/bin/sonar-scanner" +pipeline { + agent any + stages{ + stage('Checkout Code from GitHub Repository'){ + steps{ + git 'https://github.com/Shobika/Vulnerable-Web-Application.git' + } + } + stage('SonarQube Analysis') { + environment { + SCANNER_HOME = tool 'sonarscanner6' + } + steps { + withSonarQubeEnv('sonar6') { + sh "${SCANNER_HOME}/bin/sonar-scanner" + } + } + } + } } - } -} \ No newline at end of file + From aec3cf498a2d8da989e216382c1cb5d46b8a8341 Mon Sep 17 00:00:00 2001 From: shobikaramasubbarayalu Date: Fri, 18 Feb 2022 13:27:28 -0500 Subject: [PATCH 06/49] New change --- sonar-project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-project.properties b/sonar-project.properties index 2871088..915fc82 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1 +1 @@ -sonar.projectKey=VulnerableWebApp \ No newline at end of file +sonar.projectKey=VulnWebApp \ No newline at end of file From ae1f69716820065ca4aefd13d27af1fba3699743 Mon Sep 17 00:00:00 2001 From: shobikaramasubbarayalu Date: Fri, 18 Feb 2022 14:11:20 -0500 Subject: [PATCH 07/49] New change --- XSS/XSS_level3.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XSS/XSS_level3.php b/XSS/XSS_level3.php index 44e2dfc..da7fe77 100644 --- a/XSS/XSS_level3.php +++ b/XSS/XSS_level3.php @@ -23,6 +23,6 @@ } ?> - + From 655c539ca02fea51b1bec1d59e50f4e2152d8c80 Mon Sep 17 00:00:00 2001 From: shobikaramasubbarayalu Date: Fri, 18 Feb 2022 14:53:17 -0500 Subject: [PATCH 08/49] New change --- XSS/XSS_level3.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XSS/XSS_level3.php b/XSS/XSS_level3.php index da7fe77..44e2dfc 100644 --- a/XSS/XSS_level3.php +++ b/XSS/XSS_level3.php @@ -23,6 +23,6 @@ } ?> - + From 75241f3436ba58cc90354a98a39abd37765d01d3 Mon Sep 17 00:00:00 2001 From: shobikaramasubbarayalu Date: Fri, 18 Feb 2022 15:14:50 -0500 Subject: [PATCH 09/49] New change --- .github/workflows/build.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/build.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..1f8c3ef --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,23 @@ +on: + # Trigger analysis when pushing in master or pull requests, and when creating + # a pull request. + push: + branches: + - master + pull_request: + types: [opened, synchronize, reopened] + +name: Main Workflow +jobs: + sonarqube: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + with: + # Disabling shallow clone is recommended for improving relevancy of reporting + fetch-depth: 0 + - name: SonarQube Scan + uses: sonarsource/sonarqube-scan-action@master + env: + SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} + SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} \ No newline at end of file From fc386c6da789020b10b25df64b47c9caa931070e Mon Sep 17 00:00:00 2001 From: shobikaramasubbarayalu Date: Fri, 18 Feb 2022 15:27:46 -0500 Subject: [PATCH 10/49] New change --- .github/workflows/build.yml | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1f8c3ef..b94f697 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,23 +1,26 @@ +name: Build on: - # Trigger analysis when pushing in master or pull requests, and when creating - # a pull request. push: branches: - - master - pull_request: - types: [opened, synchronize, reopened] + - master # or the name of your main branch + pull_request: + types: [opened, synchronize, reopened] -name: Main Workflow jobs: - sonarqube: + build: + name: Build runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: - # Disabling shallow clone is recommended for improving relevancy of reporting fetch-depth: 0 - - name: SonarQube Scan - uses: sonarsource/sonarqube-scan-action@master + - uses: sonarsource/sonarqube-scan-action@master env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} \ No newline at end of file + SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} + # If you wish to fail your job when the Quality Gate is red, uncomment the + # following lines. This would typically be used to fail a deployment. + - uses: sonarsource/sonarqube-quality-gate-action@master + timeout-minutes: 5 + env: + SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} \ No newline at end of file From 08a76b699214a13444831bd3391a466892d04d29 Mon Sep 17 00:00:00 2001 From: shobikaramasubbarayalu Date: Fri, 18 Feb 2022 15:28:08 -0500 Subject: [PATCH 11/49] New change --- sonar-project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-project.properties b/sonar-project.properties index 915fc82..52d35d4 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1 +1 @@ -sonar.projectKey=VulnWebApp \ No newline at end of file +sonar.projectKey=VulnAppStatusCheck \ No newline at end of file From 5594e1a1df6ecc75cf9a459b3fca9d6ee0c5a2ac Mon Sep 17 00:00:00 2001 From: shobikaramasubbarayalu Date: Fri, 18 Feb 2022 15:29:26 -0500 Subject: [PATCH 12/49] New change --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b94f697..ef9be23 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,3 @@ -name: Build on: push: branches: From b712c0f8b602f8f3f24ce4c9c6c56001f4be4495 Mon Sep 17 00:00:00 2001 From: shobikaramasubbarayalu Date: Fri, 18 Feb 2022 15:37:33 -0500 Subject: [PATCH 13/49] New change --- .github/workflows/build.yml | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ef9be23..1144cf6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,25 +1,27 @@ on: + # Trigger analysis when pushing in master or pull requests, and when creating + # a pull request. push: branches: - - master # or the name of your main branch - pull_request: - types: [opened, synchronize, reopened] + - master + pull_request: + types: [opened, synchronize, reopened] +name: Main Workflow jobs: - build: - name: Build + sonarqube: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: + # Disabling shallow clone is recommended for improving relevancy of reporting fetch-depth: 0 - - uses: sonarsource/sonarqube-scan-action@master + - name: SonarQube Scan + uses: sonarsource/sonarqube-scan-action@master env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} - # If you wish to fail your job when the Quality Gate is red, uncomment the - # following lines. This would typically be used to fail a deployment. - - uses: sonarsource/sonarqube-quality-gate-action@master - timeout-minutes: 5 - env: - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} \ No newline at end of file + - uses: sonarsource/sonarqube-quality-gate-action@master + timeout-minutes: 5 + env: + SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} \ No newline at end of file From dcdea7d4e6cba3a702743ec6931e1692ae013f40 Mon Sep 17 00:00:00 2001 From: shobikaramasubbarayalu Date: Fri, 18 Feb 2022 15:40:24 -0500 Subject: [PATCH 14/49] New change --- .github/workflows/build.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1144cf6..1f8c3ef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,8 +20,4 @@ jobs: uses: sonarsource/sonarqube-scan-action@master env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} - - uses: sonarsource/sonarqube-quality-gate-action@master - timeout-minutes: 5 - env: - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} \ No newline at end of file + SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} \ No newline at end of file From b02376c742fea943feefcb694c5a2e699e638244 Mon Sep 17 00:00:00 2001 From: shobikaramasubbarayalu Date: Fri, 18 Feb 2022 15:44:11 -0500 Subject: [PATCH 15/49] New change --- .github/workflows/build.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1f8c3ef..1aee984 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,4 +20,9 @@ jobs: uses: sonarsource/sonarqube-scan-action@master env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} \ No newline at end of file + SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} + - name: SonarQube Quality Gate check + uses: sonarsource/sonarqube-quality-gate-action@master + env: + SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} + \ No newline at end of file From 5ed361ac22276b42629fefd5958682610e8abfb7 Mon Sep 17 00:00:00 2001 From: shobikaramasubbarayalu Date: Fri, 18 Feb 2022 15:45:37 -0500 Subject: [PATCH 16/49] New change --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1aee984..778785e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,6 +23,5 @@ jobs: SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} - name: SonarQube Quality Gate check uses: sonarsource/sonarqube-quality-gate-action@master - env: + env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - \ No newline at end of file From 6a6a91bccfd0dbfdc8079e20f856f7ffdb987d90 Mon Sep 17 00:00:00 2001 From: shobikaramasubbarayalu Date: Tue, 22 Feb 2022 10:38:30 -0500 Subject: [PATCH 17/49] New change --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 778785e..a36b8cd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,3 +25,4 @@ jobs: uses: sonarsource/sonarqube-quality-gate-action@master env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} + From 6106f907409fc97eb127c3488f8443b6dd38675f Mon Sep 17 00:00:00 2001 From: shobikaramasubbarayalu Date: Tue, 22 Feb 2022 10:46:43 -0500 Subject: [PATCH 18/49] New change --- .github/workflows/build.yml | 24 ++++++++---------------- sonar-project.properties | 3 ++- 2 files changed, 10 insertions(+), 17 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a36b8cd..43d8350 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,28 +1,20 @@ +name: Build on: - # Trigger analysis when pushing in master or pull requests, and when creating - # a pull request. push: branches: - master pull_request: types: [opened, synchronize, reopened] - -name: Main Workflow jobs: - sonarqube: + sonarcloud: + name: SonarCloud runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: - # Disabling shallow clone is recommended for improving relevancy of reporting - fetch-depth: 0 - - name: SonarQube Scan - uses: sonarsource/sonarqube-scan-action@master + fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis + - name: SonarCloud Scan + uses: SonarSource/sonarcloud-github-action@master env: - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} - - name: SonarQube Quality Gate check - uses: sonarsource/sonarqube-quality-gate-action@master - env: - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any + SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} \ No newline at end of file diff --git a/sonar-project.properties b/sonar-project.properties index 52d35d4..a66f6b3 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1 +1,2 @@ -sonar.projectKey=VulnAppStatusCheck \ No newline at end of file +sonar.projectKey=Shobika_Vulnerable-Web-Application +sonar.organization=shobika \ No newline at end of file From a6976369dfaeebcb21cba5485c7a2f3f5def849d Mon Sep 17 00:00:00 2001 From: shobikaramasubbarayalu Date: Tue, 22 Feb 2022 10:48:16 -0500 Subject: [PATCH 19/49] New change --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 43d8350..dacde6c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,8 @@ name: Build on: push: branches: - - master + - master + - test pull_request: types: [opened, synchronize, reopened] jobs: From 762193c3d9148708f89ea8a6ed3503d6cdde7935 Mon Sep 17 00:00:00 2001 From: shobikaramasubbarayalu Date: Tue, 22 Feb 2022 10:57:15 -0500 Subject: [PATCH 20/49] New change --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dacde6c..491cab6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,7 @@ name: Build on: push: branches: - - master + - master - test pull_request: types: [opened, synchronize, reopened] @@ -18,4 +18,5 @@ jobs: uses: SonarSource/sonarcloud-github-action@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} \ No newline at end of file + SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} + From 887283b8af346569e5decef4e554fbd884e1fe5f Mon Sep 17 00:00:00 2001 From: shobikaramasubbarayalu Date: Tue, 22 Feb 2022 11:07:20 -0500 Subject: [PATCH 21/49] New change --- .github/workflows/build.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 491cab6..17e8096 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,4 +19,19 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} + - name: SonarCloud Quality Gate + uses: SonarSource/sonarqube-quality-gate-action@master + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any + SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} + - name: SonarCloud Scan + uses: SonarSource/sonarcloud-github-action@test + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any + SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} + - name: SonarCloud Quality Gate + uses: SonarSource/sonarqube-quality-gate-action@test + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any + SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} From a1c25786670f107725427fce5f1b9efbcd9eb69b Mon Sep 17 00:00:00 2001 From: shobikaramasubbarayalu Date: Tue, 22 Feb 2022 11:09:53 -0500 Subject: [PATCH 22/49] New change --- .github/workflows/build.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 17e8096..06730e7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,14 +24,5 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - - name: SonarCloud Scan - uses: SonarSource/sonarcloud-github-action@test - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - - name: SonarCloud Quality Gate - uses: SonarSource/sonarqube-quality-gate-action@test - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} + From 657fb16d94683320a1b0878593b208f936ed7e2b Mon Sep 17 00:00:00 2001 From: shobikaramasubbarayalu Date: Tue, 22 Feb 2022 11:18:39 -0500 Subject: [PATCH 23/49] New change --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 06730e7..43cb102 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,3 +26,5 @@ jobs: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} + + From bde765af185bc39f3a982f43e64d78e9be409082 Mon Sep 17 00:00:00 2001 From: shobikaramasubbarayalu Date: Tue, 22 Feb 2022 11:25:39 -0500 Subject: [PATCH 24/49] New change --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 43cb102..11b12a3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,3 +28,6 @@ jobs: + + + From 84b5497ad92bd37e6f01b58ebb64af5fbe8df654 Mon Sep 17 00:00:00 2001 From: shobikaramasubbarayalu Date: Tue, 22 Feb 2022 11:30:27 -0500 Subject: [PATCH 25/49] New change --- SQL/sql1.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQL/sql1.php b/SQL/sql1.php index 57f60ec..cf390e4 100644 --- a/SQL/sql1.php +++ b/SQL/sql1.php @@ -37,7 +37,7 @@ if(isset($_POST["submit"])){ $firstname = $_POST["firstname"]; - $sql = "SELECT lastname FROM users WHERE firstname='$firstname'";//String + $sql = "SELECT username FROM admin WHERE username = '$user_name' AND password = '$pass'"; $result = mysqli_query($conn,$sql); if (mysqli_num_rows($result) > 0) { From 5c0837d32b210f3827c1c522c52ae05bf71696ec Mon Sep 17 00:00:00 2001 From: shobikaramasubbarayalu Date: Tue, 22 Feb 2022 11:34:14 -0500 Subject: [PATCH 26/49] New change --- SQL/sql1.php | 1 + 1 file changed, 1 insertion(+) diff --git a/SQL/sql1.php b/SQL/sql1.php index cf390e4..be702b7 100644 --- a/SQL/sql1.php +++ b/SQL/sql1.php @@ -28,6 +28,7 @@ // Create connection $conn = mysqli_connect($servername,$username,$password,$db); + $conn = mysqli_connect($servername,$username,$password,$db); // Check connection if (!$conn) { From b0bda8ae7fc494a592aad5cb9f4528de6ccf181c Mon Sep 17 00:00:00 2001 From: shobikaramasubbarayalu Date: Tue, 22 Feb 2022 11:43:06 -0500 Subject: [PATCH 27/49] New change --- SQL/sql1.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQL/sql1.php b/SQL/sql1.php index be702b7..4d78ef8 100644 --- a/SQL/sql1.php +++ b/SQL/sql1.php @@ -28,7 +28,7 @@ // Create connection $conn = mysqli_connect($servername,$username,$password,$db); - $conn = mysqli_connect($servername,$username,$password,$db); + $conn = mysqli_connect($servername,$username,$password,$db); // Check connection if (!$conn) { From a3cf13aefa75f3c4f969875b5a3f4ca66e4b38f6 Mon Sep 17 00:00:00 2001 From: shobikaramasubbarayalu Date: Tue, 22 Feb 2022 11:55:24 -0500 Subject: [PATCH 28/49] New change --- .github/workflows/build.yml | 1 + SQL/sql1.php | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 11b12a3..6cd2c47 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,6 +4,7 @@ on: branches: - master - test + - release-* pull_request: types: [opened, synchronize, reopened] jobs: diff --git a/SQL/sql1.php b/SQL/sql1.php index 4d78ef8..8308634 100644 --- a/SQL/sql1.php +++ b/SQL/sql1.php @@ -30,6 +30,7 @@ $conn = mysqli_connect($servername,$username,$password,$db); $conn = mysqli_connect($servername,$username,$password,$db); + // Check connection if (!$conn) { die("Connection failed: " . mysqli_connect_error()); From 8c5b5039bb37c4ea7c70d4d254b1d159168f1259 Mon Sep 17 00:00:00 2001 From: iamdhil Date: Tue, 22 Feb 2022 12:20:11 -0500 Subject: [PATCH 29/49] added change --- SQL/sql2.php | 1 + 1 file changed, 1 insertion(+) diff --git a/SQL/sql2.php b/SQL/sql2.php index 0023712..d01c76c 100644 --- a/SQL/sql2.php +++ b/SQL/sql2.php @@ -28,6 +28,7 @@ // Create connection $conn = new mysqli($servername, $username, $password,$db); + // Check connection if ($conn->connect_error) { die("Connection failed: " . $conn->connect_error); From a8ea5abb08ee1ad1bc6629a7181bf7efadb7a33d Mon Sep 17 00:00:00 2001 From: iamdhil Date: Tue, 22 Feb 2022 12:28:23 -0500 Subject: [PATCH 30/49] added change --- .idea/.gitignore | 3 +++ .idea/Vulnerable-Web-Application.iml | 9 +++++++++ .idea/misc.xml | 6 ++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ SQL/sql3.php | 2 ++ 6 files changed, 34 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/Vulnerable-Web-Application.iml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/Vulnerable-Web-Application.iml b/.idea/Vulnerable-Web-Application.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/.idea/Vulnerable-Web-Application.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..639900d --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..2882444 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/SQL/sql3.php b/SQL/sql3.php index 773619f..d73dba7 100644 --- a/SQL/sql3.php +++ b/SQL/sql3.php @@ -20,6 +20,8 @@ + + Date: Tue, 22 Feb 2022 12:34:00 -0500 Subject: [PATCH 31/49] added change --- SQL/sql2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQL/sql2.php b/SQL/sql2.php index d01c76c..f844b93 100644 --- a/SQL/sql2.php +++ b/SQL/sql2.php @@ -27,7 +27,7 @@ // Create connection $conn = new mysqli($servername, $username, $password,$db); - + $conn = mysqli_connect($servername,$username,$password,$db); // Check connection if ($conn->connect_error) { From 91935c07afdcaf25ad85a4fbde6970cbbfb67f7e Mon Sep 17 00:00:00 2001 From: shobikaramasubbarayalu Date: Tue, 22 Feb 2022 12:46:33 -0500 Subject: [PATCH 32/49] New change --- SQL/sql6.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SQL/sql6.php b/SQL/sql6.php index 26a2292..b723583 100644 --- a/SQL/sql6.php +++ b/SQL/sql6.php @@ -16,7 +16,7 @@ - + connect_error) { die("Connection failed: " . $conn->connect_error); - } + } //echo "Connected successfully"; $source = ""; if(isset($_GET["submit"])){ @@ -44,6 +44,6 @@ } } -?> +?> From c5b1dc090e729d2069eaeed07021b3eaa35ddd79 Mon Sep 17 00:00:00 2001 From: shobikaramasubbarayalu Date: Tue, 22 Feb 2022 12:47:09 -0500 Subject: [PATCH 33/49] New change --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..b1db492 --- /dev/null +++ b/composer.json @@ -0,0 +1,5 @@ +{ + "require": { + "phpunit/phpunit": "4.3.*" + } +} \ No newline at end of file From b12f101d91e4cda3dde57e4469db7df70ab7dacc Mon Sep 17 00:00:00 2001 From: shobikaramasubbarayalu Date: Tue, 22 Feb 2022 12:49:05 -0500 Subject: [PATCH 34/49] New change --- SQL/sql6.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQL/sql6.php b/SQL/sql6.php index b723583..f666560 100644 --- a/SQL/sql6.php +++ b/SQL/sql6.php @@ -16,7 +16,7 @@ - + Date: Tue, 22 Feb 2022 12:49:30 -0500 Subject: [PATCH 35/49] New change --- .idea/Vulnerable-Web-Application.iml | 9 + .idea/modules.xml | 8 + .idea/vcs.xml | 6 + .idea/workspace.xml | 278 +++++++++++++++++++++++++++ 4 files changed, 301 insertions(+) create mode 100644 .idea/Vulnerable-Web-Application.iml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml diff --git a/.idea/Vulnerable-Web-Application.iml b/.idea/Vulnerable-Web-Application.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/.idea/Vulnerable-Web-Application.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..2882444 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..ae7a367 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,278 @@ + + + + + + + + + + + + + + + + + + + + + + + + + 1645149159021 + + + 1645149212473 + + + 1645149663335 + + + 1645149917618 + + + 1645207967412 + + + 1645208602592 + + + 1645208848636 + + + 1645211480802 + + + 1645213997297 + + + 1645215290283 + + + 1645216066659 + + + 1645216088872 + + + 1645216166909 + + + 1645216653317 + + + 1645216824768 + + + 1645217051424 + + + 1645544310739 + + + 1645544803941 + + + 1645544896484 + + + 1645545435448 + + + 1645546040245 + + + 1645546194007 + + + 1645546719917 + + + 1645547139336 + + + 1645547427177 + + + 1645547654309 + + + 1645548186657 + + + 1645548924931 + + + 1645551993758 + + + 1645552029033 + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file From 70ecab162c86efe7f441719d9afce7be091a2718 Mon Sep 17 00:00:00 2001 From: shobikaramasubbarayalu Date: Tue, 22 Feb 2022 13:00:21 -0500 Subject: [PATCH 36/49] New change --- .idea/workspace.xml | 33 +++++++++++++++++++++++++-------- composer.json | 3 ++- 2 files changed, 27 insertions(+), 9 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index ae7a367..a4aa617 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,7 +1,10 @@ - + + + + @@ -258,21 +275,21 @@ - + - + - + - + - + - + \ No newline at end of file diff --git a/composer.json b/composer.json index b1db492..fd298e5 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,6 @@ { "require": { - "phpunit/phpunit": "4.3.*" + "phpunit/phpunit": "4.3.*", + "monolog/monolog": "2.0.*" } } \ No newline at end of file From 31e3ba20cec1dc78f30be093ffe07c5e89e0feba Mon Sep 17 00:00:00 2001 From: shobikaramasubbarayalu Date: Tue, 22 Feb 2022 13:24:46 -0500 Subject: [PATCH 37/49] New change --- .idea/workspace.xml | 39 ++++++++++-- vulnerable-web-application.properties | 3 + vulnerable-web-application.xml | 87 +++++++++++++++++++++++++++ 3 files changed, 123 insertions(+), 6 deletions(-) create mode 100644 vulnerable-web-application.properties create mode 100644 vulnerable-web-application.xml diff --git a/.idea/workspace.xml b/.idea/workspace.xml index a4aa617..76d1865 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,8 +2,9 @@ + + - + + + + + + + + + + @@ -267,24 +278,40 @@ + - + - + + + + + - + + + + + - + diff --git a/vulnerable-web-application.properties b/vulnerable-web-application.properties new file mode 100644 index 0000000..ef0b934 --- /dev/null +++ b/vulnerable-web-application.properties @@ -0,0 +1,3 @@ +path.variable.kotlin_bundled=/Applications/IntelliJ IDEA CE.app/Contents/plugins/Kotlin/kotlinc +path.variable.maven_repository=/Users/shobikaramasubbarayalu/.m2/repository +javac2.instrumentation.includeJavaRuntime=false \ No newline at end of file diff --git a/vulnerable-web-application.xml b/vulnerable-web-application.xml new file mode 100644 index 0000000..1ac3a71 --- /dev/null +++ b/vulnerable-web-application.xml @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file From a9b2682cdeca437106294e878f799328f9b35314 Mon Sep 17 00:00:00 2001 From: shobikaramasubbarayalu Date: Tue, 22 Feb 2022 13:26:48 -0500 Subject: [PATCH 38/49] New change --- .idea/workspace.xml | 4 ++-- SQL/sql6.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 76d1865..c9f442a 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -298,10 +298,10 @@ - + - + diff --git a/SQL/sql6.php b/SQL/sql6.php index f666560..b723583 100644 --- a/SQL/sql6.php +++ b/SQL/sql6.php @@ -16,7 +16,7 @@ - + Date: Tue, 22 Feb 2022 13:51:28 -0500 Subject: [PATCH 39/49] New change --- SQL/sql6.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQL/sql6.php b/SQL/sql6.php index b723583..6fe1369 100644 --- a/SQL/sql6.php +++ b/SQL/sql6.php @@ -23,7 +23,7 @@ $password = ""; $db = "1ccb8097d0e9ce9f154608be60224c7c"; // Create connection - $conn = new mysqli($servername, $username, $password,$db); + //$conn = new mysqli($servername, $username, $password,$db); // Check connection if ($conn->connect_error) { From 7173b5c2b4459ab409ada721e488f797b40ec208 Mon Sep 17 00:00:00 2001 From: shobikaramasubbarayalu Date: Mon, 28 Feb 2022 13:41:49 -0500 Subject: [PATCH 40/49] New change --- .idea/workspace.xml | 37 ++++++++++++++++++++++++++++++------- SQL/sql6.php | 2 +- 2 files changed, 31 insertions(+), 8 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index c9f442a..0efb00c 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,8 +2,6 @@ - - @@ -298,22 +317,26 @@ - + - + - + - + + + + + diff --git a/SQL/sql6.php b/SQL/sql6.php index 6fe1369..b723583 100644 --- a/SQL/sql6.php +++ b/SQL/sql6.php @@ -23,7 +23,7 @@ $password = ""; $db = "1ccb8097d0e9ce9f154608be60224c7c"; // Create connection - //$conn = new mysqli($servername, $username, $password,$db); + $conn = new mysqli($servername, $username, $password,$db); // Check connection if ($conn->connect_error) { From eb2f2ed128f0b9e183b2376c104687d6c38ed8e2 Mon Sep 17 00:00:00 2001 From: shobikaramasubbarayalu Date: Mon, 28 Feb 2022 13:47:49 -0500 Subject: [PATCH 41/49] New change --- SQL/sql6.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQL/sql6.php b/SQL/sql6.php index b723583..6fe1369 100644 --- a/SQL/sql6.php +++ b/SQL/sql6.php @@ -23,7 +23,7 @@ $password = ""; $db = "1ccb8097d0e9ce9f154608be60224c7c"; // Create connection - $conn = new mysqli($servername, $username, $password,$db); + //$conn = new mysqli($servername, $username, $password,$db); // Check connection if ($conn->connect_error) { From d0ac1c12c4c3be05b396f5b79dbc7e40bff4e21f Mon Sep 17 00:00:00 2001 From: shobikaramasubbarayalu Date: Mon, 28 Feb 2022 14:07:53 -0500 Subject: [PATCH 42/49] New change --- .idea/workspace.xml | 30 ++++++++++++++++++++++-------- SQL/sql6.php | 2 +- 2 files changed, 23 insertions(+), 9 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 0efb00c..00c573d 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,7 +1,7 @@ - + @@ -317,29 +331,29 @@ - + - + - + - + - + - + \ No newline at end of file diff --git a/SQL/sql6.php b/SQL/sql6.php index 6fe1369..b723583 100644 --- a/SQL/sql6.php +++ b/SQL/sql6.php @@ -23,7 +23,7 @@ $password = ""; $db = "1ccb8097d0e9ce9f154608be60224c7c"; // Create connection - //$conn = new mysqli($servername, $username, $password,$db); + $conn = new mysqli($servername, $username, $password,$db); // Check connection if ($conn->connect_error) { From 6343e9a3b9c4f4cae1e331021080d52061579520 Mon Sep 17 00:00:00 2001 From: shobikaramasubbarayalu Date: Mon, 28 Feb 2022 14:08:37 -0500 Subject: [PATCH 43/49] New change --- .idea/workspace.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 00c573d..acfa4f3 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -331,22 +331,22 @@ - - + + - + - - + + - + From 590973666824fb24ba6c9a13e7a1e5da0550ed7f Mon Sep 17 00:00:00 2001 From: shobikaramasubbarayalu Date: Mon, 28 Feb 2022 14:10:27 -0500 Subject: [PATCH 44/49] New change --- .idea/workspace.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index acfa4f3..43602ff 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -331,29 +331,30 @@ - + - + - + - + - - + + + \ No newline at end of file From 60ec5046d94239722a1d91380d4a6abb88e5cf9f Mon Sep 17 00:00:00 2001 From: shobikaramasubbarayalu Date: Mon, 28 Feb 2022 14:13:33 -0500 Subject: [PATCH 45/49] New change --- SQL/sql6.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQL/sql6.php b/SQL/sql6.php index b723583..6fe1369 100644 --- a/SQL/sql6.php +++ b/SQL/sql6.php @@ -23,7 +23,7 @@ $password = ""; $db = "1ccb8097d0e9ce9f154608be60224c7c"; // Create connection - $conn = new mysqli($servername, $username, $password,$db); + //$conn = new mysqli($servername, $username, $password,$db); // Check connection if ($conn->connect_error) { From b6fdfeb3773ff5d94a6fa483a77cd1da9028ecdc Mon Sep 17 00:00:00 2001 From: shobikaramasubbarayalu Date: Mon, 28 Feb 2022 14:15:53 -0500 Subject: [PATCH 46/49] New change --- .idea/workspace.xml | 45 +++++++++++++++++++++++++++++++++++++-------- SQL/sql6.php | 2 +- 2 files changed, 38 insertions(+), 9 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 43602ff..e2e4b79 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,8 +1,9 @@ - + + @@ -331,30 +360,30 @@ - + - + - + - + - + - + \ No newline at end of file diff --git a/SQL/sql6.php b/SQL/sql6.php index 6fe1369..b723583 100644 --- a/SQL/sql6.php +++ b/SQL/sql6.php @@ -23,7 +23,7 @@ $password = ""; $db = "1ccb8097d0e9ce9f154608be60224c7c"; // Create connection - //$conn = new mysqli($servername, $username, $password,$db); + $conn = new mysqli($servername, $username, $password,$db); // Check connection if ($conn->connect_error) { From d277c755f82d55d7f242e7be013e65c5188589a8 Mon Sep 17 00:00:00 2001 From: shobikaramasubbarayalu Date: Tue, 1 Mar 2022 14:07:03 -0500 Subject: [PATCH 47/49] New change --- .idea/workspace.xml | 12 ++++++------ SQL/sql6.php | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index e2e4b79..d7273a8 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -360,26 +360,26 @@ - + - + - + - - + + - + diff --git a/SQL/sql6.php b/SQL/sql6.php index b723583..6fe1369 100644 --- a/SQL/sql6.php +++ b/SQL/sql6.php @@ -23,7 +23,7 @@ $password = ""; $db = "1ccb8097d0e9ce9f154608be60224c7c"; // Create connection - $conn = new mysqli($servername, $username, $password,$db); + //$conn = new mysqli($servername, $username, $password,$db); // Check connection if ($conn->connect_error) { From 087e26b545f149608019d712460c4030c3325beb Mon Sep 17 00:00:00 2001 From: shobikaramasubbarayalu Date: Tue, 1 Mar 2022 14:17:08 -0500 Subject: [PATCH 48/49] New change --- .idea/workspace.xml | 21 ++++++++++++++------- SQL/sql6.php | 2 +- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index d7273a8..ecf4037 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -347,7 +347,14 @@ - - + + - + - - + + - + diff --git a/SQL/sql6.php b/SQL/sql6.php index 6fe1369..b723583 100644 --- a/SQL/sql6.php +++ b/SQL/sql6.php @@ -23,7 +23,7 @@ $password = ""; $db = "1ccb8097d0e9ce9f154608be60224c7c"; // Create connection - //$conn = new mysqli($servername, $username, $password,$db); + $conn = new mysqli($servername, $username, $password,$db); // Check connection if ($conn->connect_error) { From 9dbfe882bbcb21c99972696a9c44df13127422c2 Mon Sep 17 00:00:00 2001 From: shobikaramasubbarayalu Date: Tue, 1 Mar 2022 14:21:02 -0500 Subject: [PATCH 49/49] New change --- .idea/workspace.xml | 8 ++++---- SQL/sql6.php | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index ecf4037..3305c2b 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -367,20 +367,20 @@ - + - + - + - + diff --git a/SQL/sql6.php b/SQL/sql6.php index b723583..6fe1369 100644 --- a/SQL/sql6.php +++ b/SQL/sql6.php @@ -23,7 +23,7 @@ $password = ""; $db = "1ccb8097d0e9ce9f154608be60224c7c"; // Create connection - $conn = new mysqli($servername, $username, $password,$db); + //$conn = new mysqli($servername, $username, $password,$db); // Check connection if ($conn->connect_error) {