티스토리 뷰
set Execute policy
powershell 은 기본적으로 외부 스크립트(ps1) 파일에 대한 실행 못하게 되어있습니다.
왜냐하면 executepolicy 가 Restricted로 설정되어 있기 때문입니다.
executepolicy에는 총 4가지 종류가 있습니다.
- Restricted : Command line을 제외하고 어떠한 스크립트도 허용하지 않는다.
- AllSigned : 디지털 사인이 되어있는 스크립트만 허용한다.
- RemoteSigned : 다운로드된 스크립트에 대해 사인이 있어야 허용한다.
- Unrestricted : 모든 스크립트를 허용한다.
설정을 바꾸려면 관리자 권한으로 powershell을 열고
set-executepolicy 권한
'Programming > Python' 카테고리의 다른 글
python 파일 입출력 (0) | 2017.04.17 |
---|---|
python string (0) | 2017.04.09 |
pwntool gdb 연동 (0) | 2017.02.14 |
python ctypes (0) | 2017.02.10 |
python pwntool exploit script 작성팁 (0) | 2017.01.15 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 드라이버
- backdoor
- LKM
- vmware cannot connect to the virtual machine
- 레거시 드라이버
- gdb intel 변환
- 모듈
- BP
- 백도어
- breakpoint
- VMware
- gdb 명령어
- PNP 드라이버
- rootkit
- GDB
- Intel
- gdb intel
- 디바이스
- 변환
- 루트킷
- module
- gdb명령어
- 리눅스 모듈
- vmware 오류
- DriverEntry
- IRP
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함