일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 To Do List
- Cookie
- privilege escalation
- active recon
- 파일 업로드 취약점
- access control
- Reconnaissance
- Authentication
- file upload
- BANDiT
- active reconnaissance
- FTZ
- Leviathan
- War Game
- overthewire
- Cryptography
- over the wire
- php login page
- THM
- php
- SQLi
- Server Side Request Forgery
- php file upload
- ssrf
- OS Command Injection
- php 로그인 페이지 만들기
- tryhackme
- Recon
- sql injection
- php 파일 업로드하기
Archives
- Today
- Total
목록LS (1)
R's Hacking Daily Log
ls command
[ ls ] : 현재 directory를 기준으로, 존재하는 file을 list : 결과로 file&directory가 출력 : 기본적으로 file name만 output으로 나옴 : ls command를 사용할 때, 많이 사용하는 option을 간단히 살펴보자. : 추가적인 option은 " ls --help " or " man ls " 로 확인해볼 수 있다. option ] : option을 사용하기 전에 ls command의 default output을 확인하자. [ ls ] 현재 directory에 있는 file or directory name이 출력된다. [ ls -a ] " . "으로 시작하는 이름의 file&directory를 포함해서 output을 출력 -a option을 사용하지 않았을 ..
Tool & Command
2023. 1. 13. 20:57