분류 전체보기257 파워쉘 기본 문법 [실행 정책 -관리자 권한 필요] get-executionpolicy set-executionpolicy bypass Get-Process - 프로세스 정보 확인 [원하는 명령어 찾기 및 실행하기] Get-Help , Get-Command 명령어 사용 Get-Help (명령어 사용법을 확인) :Get-Help Get-Process (-examples) :Get-Help Get-* get-help get-process -full -detailed //더 자세한 정보 출력 -examples 옵션은 해당 예제 코드를 출력 Get-Command (명령어에 대한 기본 정보 확인) :Get-Command -verb set :Get-Command -noun process_name :Get-Command -Module.. 2023. 12. 28. 파워쉘 개요 파워쉘이란 - 윈도우 기반 쉘 스크립트 언어로 시스템 관리를 수행 쉽게 정보를 조회하고 원격 관리에 용이하다. .NET .COM 등의 파일과 호환이 가능하여 호환성이 좋고 편리하게 데이터를 관리한다. 윈도우 관리 자동화에 가장 잘 쓰인다 1. 파워쉘은 다양한 운영체제를 지원 WMI,COM, .NET Framework 등 다양한 형식을 지원 WMI - Window management Instrumentation 으로 윈도우 관리용 수단 (리소스 액세스 등) COM - Component Object Model로 개발언어 및 개발 툴 등 개발용으로 사용하는 수단 .NET Framework - 닷넷 프레임워크로 자바 환경과 같이 윈도우 프로그램 개발 및 실행 환경 2. 보안에서의 활용 보안 관리 - 서버보안 체.. 2023. 12. 28. 메타스플로잇 auxiliary 모듈 [FTP 스캐너] FTP 스캐너를 만들어 보는 실습 auxiliary 파일에 직접 만든 스캐닝 모듈 파일을 넣고 victim 컴퓨터에 freeFTPd으로 ftp 21번 포트를 열어준 뒤 스캐닝 하는 실습 auxiliary 위치 - /usr/share/metasploit-framework/modules/auxiliary/ auxiliary에 여러 모듈이 있는데 그중에서 dos와 scanner 모듈을 많이 사용한다. auxiliary에 모듈 추가 시 auxiliary 폴더 안에 예시로 mkdir dev 로 dev 폴더 생성 후 auxiliary .rb 파일을 dev로 옮긴다. victim 컴퓨터에서 freeFTPd으로 FTP 서버를 열어준다. netstat -an 명령으로 21번 포트 열렸는지 확인 그 후 Auxiliary .. 2023. 12. 28. 모의해킹 수행 표준 및 메타스플로잇 데이터베이스 http://www.pentest-standard.org/index.php/Main_Page The Penetration Testing Execution Standard High Level Organization of the Standard The penetration testing execution standard consists of seven (7) main sections. These cover everything related to a penetration test - from the initial communication and reasoning behind a pentest, through the intell www.pentest-standard.org 메타스플로잇 데이터베이스) MSF에서는.. 2023. 12. 28. 이전 1 ··· 9 10 11 12 13 14 15 ··· 65 다음