Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 여행
- 불법유통근절
- HTML
- codeup
- 화학물질불법유통온라인감시단
- MITRE ATT&CK
- 기타정보
- 국가기록원
- UKPT
- 12기
- 연구모임
- 정보보안
- 화학물질안전원
- nurisec
- webhacking
- 도구모음
- PHP
- 국가정보원
- suninatas
- 화학물질
- 파이썬
- 대외활동
- Los
- 국정원
- 웹 해킹 입문
- 불법유통
- 경기팀
- 프로젝트
- Service
- UKPT level
Archives
- Today
- Total
목록2024/09/18 (2)
agencies
ubuntu 리눅스 vboxuser 기본 패스워드
분명 건너뛴 것 같은데 자동으로 무인 설치가 진행되었습니다. linuxrootpassword등.... 안되었습니다... ;;; 어쩔 수 없이 새로 만들기를 클릭한 후 무인설치 패스워드를 확인해봤습니다. 네 vboxuser의 기본 패스워드는 changeme 입니다. 패스워드 : changeme
Ⅳ. 기타
2024. 9. 18. 21:54
exploit-db 검색 및 파싱
오늘은 특정 키워드를 exploit-db에 검색하고,도출된 검색 결과를 가져오는 파이썬 프로그래밍을 진행했습니다. ※ pip 설치 내용1. selenium2. beautifulsoup43. requests 소스코드#버전 0.2from selenium import webdriverfrom selenium.webdriver.common.keys import Keysfrom selenium.webdriver.chrome.service import Servicefrom selenium.webdriver.common.by import Byfrom selenium.webdriver.chrome.options import Optionsfrom selenium.webdriver.support.ui import WebD..
Ⅰ. 프로그래밍
2024. 9. 18. 21:23