-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
12 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
*.zip | ||
*.csv | ||
.env.* | ||
.env.* | ||
.DS_Store |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
SQL injection går ut på å sende inn SQL kode i input-felt, som så kjøres på databasen. | ||
SQL injection går ut på å sende inn SQL kode i input-felt, som så kjøres i databasen. | ||
|
||
Et tips hvis man leter etter SQL injection sårbarheter er å sende inn forskjellig SQL syntax inn i input-felt (for eksempel en enkelt fnutt `'`, og se om applikasjonen reagerer på en rar måte. Kan man til og med får tilbake informasjon om databasen i en feilmelding. | ||
Et tips hvis man leter etter SQL injection sårbarheter er å sende inn forskjellig SQL syntax inn i input-felt (for eksempel en enkelt fnutt `'`, og se om applikasjonen reagerer på en rar måte. Kanskje man til og med får tilbake informasjon om databasen i en feilmelding. | ||
|
||
Her har dere noen gode tips for å komme i gang! | ||
https://portswigger.net/web-security/sql-injection#how-to-detect-sql-injection-vulnerabilities |
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