일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 파일 업로드 취약점
- file upload
- php 로그인 페이지 만들기
- sql injection
- BANDiT
- over the wire
- Cookie
- Reconnaissance
- access control
- Cryptography
- War Game
- Authentication
- SQLi
- privilege escalation
- tryhackme
- Leviathan
- php
- php file upload
- FTZ
- php To Do List
- Server Side Request Forgery
- php login page
- php 파일 업로드하기
- OS Command Injection
- active reconnaissance
- active recon
- Recon
- THM
- overthewire
- ssrf
Archives
- Today
- Total
목록php로 세션 만들기 (1)
R's Hacking Daily Log
php Session
Step :: Session Session에 대한 개념적인 내용은 여기서 다루지 않을 것이다. php 상에서 Session & Cookie를 어떻게 생성하고 값을 할당할 수 있는지에 대해서만 간단히 살펴보자. Session Example ~세션 만들기~ 세션 값은 여기서 확인!; 세션 mySession에 "Ryu"라는 값을 할당하는 php 코드를 작성했다. 여기서 생성한 mySession 값을 확인하기 위해서는 result_session.php로 이동한다. [result_session.php] Session Example 세션 값은 : 다른 php file에서 세션을 만들었지만 글로벌 변수이기 때문에 코드 상단에 session_start 함수만 기재를 한다면 세션을 사용하는 데에는 지장이 없다는 걸 확인..
PHP
2023. 7. 21. 15:39