썬톨/톨

· 썬톨/톨
윈도우에 있는 text.txt 파일을 가상머신의 ubuntu에 옮기려고 한다. 1. 윈도우 터미널에서 다음과 같이 입력 python3 -m http.server 2. 윈도우 아이피 확인 후 우분투에서 다음과 같이 입력 3. 전송 성공
· 썬톨/톨
구름 교육 과정 중 AWS에서 허니팟 플랫폼 중 하나인 T-Pot을 설치한 과정을 정리했다. * 참고자료에서의 깃 주소, 와이파이 설정 등 다른 부분들과 설명되지 않은 부분들을 추가함 1. EC2 instance 생성 우선, AWS 계정 생성(또는 로그인) 후 지역은 서울로 설정하여 진행했다. `인스턴트 시작`을 눌러 인스턴스를 생성하면 된다. 인스턴스 이름 설정해주고 OS는 Debian 11 64bit로 설정했다. 저기에 "Debian" 검색하면 나옴 인스턴스 유형은 t3.large로, 키 페어는 새로 생성해주었다. 설치 후 확인해보니 내장 기능 중 attack map이 작동하지 않음 xlarge 이상으로 하는 걸 추천함 키페어 이름은 honeypot, 형식은 pem으로 해서 받음 받은 .pem파일은 ..
· 썬톨/톨
tomcat에서 8443포트(https) 쓰려고 발급함 tomcat 8 이하 버전과 8.5 이상 버전의 server.xml 내 SSL 구성이 다름 주의 환경 Windows10 tomcat9 SSL 인증서 발급 1. https://sourceforge.net/projects/openssl/files/latest/download?source=typ_redirect%EF%BB%BF 에서 openssl.exe 다운로드 2. cmd에서 openssl.exe 실행 3. 자가 서명, CA인증서 생성, 비번 설정 없이 진행 genrsa -out [private_key_name] 2048 4.CSR 인증요청서 만들기 req -new -key [private_key_name] -out [csr_name].csr 5. 자가..
· 썬톨/톨
보호되어 있는 글입니다.
· 썬톨/톨
보호되어 있는 글입니다.
· 썬톨/톨
1. 도커 설치 Home - Docker With over 50 sessions for developers by developers, watch the latest developer news, trends, and announcements from DockerCon 2022. From the keynote to www.docker.com Windows 버전으로 다운 Docker Desktop을 실행하면 WSL 관련 경고가 뜨는데 안내받은 링크로 이동해 아래의 WSL2 Linux 커널 업데이트 패키지를 다운받아준다. 무시하고 그냥 cmd에서 진행하려고 하면 이런 에러가 뜬다. 2. 도커 이미지 가져오기 cmd에서 아래 명령어를 입력한다. docker pull mysql 3. MySQL 컨테이너 실행 doc..
· 썬톨/톨
보호되어 있는 글입니다.
· 썬톨/톨
https://hacker.house/free-trial/ Try Hacker House Hacker House are absolutely amazing, I completed the Hands-on-Hacking course run by Matthew and it was absolutely fantastic! Matthew was such an amazing, patient instructor and I learnt absolutely tonnes from it... SOPHIA MCALL 2017 Alumni, New York City hacker.house 평가판(e-mail attack) 누가 550달러 줬으면 좋겠다
· 썬톨/톨
관련 플랫폼 www.bugcrowd.com www.hackerone.com HackerOne | Hacker-Powered Security, Bug Bounties, and Pentests Get the latest news and insights beamed directly to you. www.hackerone.com hacker101 - CTF - web security 학습 가능 hacktivity(https://hackerone.com/hacktivity)
· 썬톨/톨
Information Systems Security Assessment Framework, ISSAF Penetration Testing Execution Standard, PTES (http://www.pentest-standard.org/index.php/Main_Page) Penetration Testing Guidance; Payment Card Industry Data Security Standard 일부 Open Source Security Testing Methodology Manual, OSSTMM (https://www.isecom.org/research.html#content5-9d) OWASP - testing framewark MITRE ATT&CK
suntall
'썬톨/톨' 카테고리의 글 목록