일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- overthewire
- OS Command Injection
- Authentication
- Cryptography
- php 로그인 페이지 만들기
- War Game
- php To Do List
- php file upload
- sql injection
- file upload
- Cookie
- SQLi
- over the wire
- FTZ
- php 파일 업로드하기
- THM
- 파일 업로드 취약점
- privilege escalation
- php login page
- active recon
- active reconnaissance
- Server Side Request Forgery
- tryhackme
- Recon
- Reconnaissance
- access control
- ssrf
- BANDiT
- Leviathan
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