Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
YusukeKato committed Sep 8, 2024
1 parent 5bd022b commit ca6a5d6
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions markdown/2024/0908.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,30 +109,6 @@ print(response.status_code)
print(response.text)
```

返ってきた内容↓
```
200
<!DOCTYPE html>
<html>
<head>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.classless.min.css"
/>
<title>Simple Login</title>
</head>
<body>
<main>
<h1>Simple Login</h1>
<p>Hello, admin</p>
<marquee scrollamount="16" direction="right">
Logged in successfully🎉
</marquee>
</main>
</body>
</html>
```

### SQLインジェクションの試み
SQLへの操作を行う一文では`username``password`をそのまま入れ込んでいるので、ここでいい感じにSQLインジェクションを行いたいです。
ChatGPTにSQLインジェクションについて質問したところ、シングルクウォートを`username``password`に入れて予期せぬ操作を行うのが基本らしいです。
Expand Down

0 comments on commit ca6a5d6

Please sign in to comment.