Wildcards Spare tricks
Last updated
Last updated
Learn & practice AWS Hacking:HackTricks Training AWS Red Team Expert (ARTE) Learn & practice GCP Hacking: HackTricks Training GCP Red Team Expert (GRTE)
당신은 나머지 파일에 대해 복사하고 싶은 파일 소유자와 권한을 지정할 수 있습니다.
You can exploit this using https://github.com/localh0t/wildpwn/blob/master/wildpwn.py (combined attack) 자세한 정보는 https://www.exploit-db.com/papers/33930에서 확인하세요.
임의의 명령 실행:
You can exploit this using https://github.com/localh0t/wildpwn/blob/master/wildpwn.py (tar 공격) 자세한 내용은 https://www.exploit-db.com/papers/33930에서 확인하세요.
임의의 명령 실행:
You can exploit this using https://github.com/localh0t/wildpwn/blob/master/wildpwn.py _(_rsync attack) More info in https://www.exploit-db.com/papers/33930
7z에서는 --
를 *
앞에 사용하더라도(--
는 다음 입력이 매개변수로 처리될 수 없음을 의미하므로 이 경우 파일 경로만 해당됨) 임의의 오류를 발생시켜 파일을 읽을 수 있습니다. 따라서 다음과 같은 명령이 root에 의해 실행되고 있다면:
그리고 이 명령이 실행되는 폴더에 파일을 생성할 수 있으며, @root.txt
파일과 읽고 싶은 파일에 대한 symlink인 root.txt
파일을 생성할 수 있습니다:
그럼, 7z가 실행되면 root.txt
를 압축해야 할 파일 목록이 포함된 파일로 처리합니다 (이것이 @root.txt
의 존재가 나타내는 것입니다) 그리고 7z가 root.txt
를 읽을 때 /file/you/want/to/read
를 읽게 되며 이 파일의 내용이 파일 목록이 아니기 때문에 오류를 발생시킵니다 내용이 표시됩니다.
더 많은 정보는 HackTheBox의 CTF 박스 Write-ups에서 확인하세요.
임의의 명령 실행:
AWS 해킹 배우기 및 연습하기:HackTricks Training AWS Red Team Expert (ARTE) GCP 해킹 배우기 및 연습하기: HackTricks Training GCP Red Team Expert (GRTE)