일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- php 로그인 페이지 만들기
- php login page
- privilege escalation
- THM
- 파일 업로드 취약점
- active reconnaissance
- Leviathan
- access control
- file upload
- War Game
- php
- php file upload
- Cryptography
- BANDiT
- Server Side Request Forgery
- OS Command Injection
- sql injection
- SQLi
- php 파일 업로드하기
- Recon
- Cookie
- ssrf
- FTZ
- tryhackme
- Reconnaissance
- active recon
- over the wire
- Authentication
- php To Do List
- overthewire
Archives
- Today
- Total
목록chmod (1)
R's Hacking Daily Log
Chmod command
[ Chmod ] : Change mode : file system에 대한 권한[ permission ]을 다루는 command : r [read], w [write], x [execute] permission을 설정 총 10개의 " - " [하이픈]으로 file이나 directory에 대한 권한 정보를 나타낸다. - - - - - - - - - - file / directory own User Group Others read write execute read write execute read write execute 400 200 100 40 20 10 4 2 1 first ] " - " 이면 file, " d "면 directory임을 나타낸다. 각 대상에 대한 3개의 하이픈 ] " - "이면 해당 ..
Tool & Command
2023. 1. 13. 15:36