일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 코드게이트 주니어
- BLUETOOTH
- shellcraft
- node
- 도메인 https
- CVE
- pwnable
- 노드 엑셀
- codegate2017
- doorlock
- CODEGATE2018
- blueborne
- pwntools
- 코드게이트
- https
- Branch
- gogs
- Hacking
- module
- https설정
- 코드게이트2017
- lob
- npm
- NGINX
- Codegate
- openctf
- gogs private git
- xlsx
- Git
- node.js
- Today
- Total
목록etc (18)
고졸백수해킹일기
보호되어 있는 글입니다.
보호되어 있는 글입니다.
https://www.inpixio.com/remove-background/ Remove Background from Images | InPixio Remove BG Tool www.inpixio.com https://pixlr.com/kr/remove-background/ 배경 제거 : pixlr.com 무료 이미지 배경 오리기 툴 PIXLR의 AI 인공지능 툴을 통해 빠르게 배경을 제거하세요 pixlr.com
/etc/network/interfaces auto eth0 #interfaceiface eth0 inet static #interfaceaddress 0.0.0.0 #ipnetwork 0.0.0.0 #network domainnetmask 255.255.255.128 #subnet maskgateway 0.0.0.0 #gatewaybroadcast 0.0.0.0 # broadcast auto eth0 iface eth0 inet static address network netmask 255.255.255.128 gateway 218.50.155.129 broadcast 210.94.0.73
mount -t tmpfs -o size=1G tmpfs /this/디렉터리 이름 mount명령어로 확인해보면 램으로 할당된 것을 확인가능
server { listen 443 ssl; server_name domain; ssl_certificate /etc/letsencrypt/live/domain/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/domain/privkey.pem; location / { proxy_pass http://domain:8080; }} 주의. nginx는 default설정이 기본 설정이 아니라 리스팅 되는 가장 첫번째 파일이 베이스로 시작된다.nginx는 proxy_pass와 http를 바로 https로 적용해 주는 메리트가 정말 큰 것 같다.
cmd에서 명령어를 쳐야할 경우 환경변수가 설정되어 있지 않으면, 그 프로그램이 있는 경로까지 직접 찾아가야 한다. 예시로 ADB를 환경변수로 설정하는 법을 알아보도록 하자. 환경변수 설정 탭 검색 환경변수 탭 열기 Path 클릭 후 편집 새로만들기 클릭 adb경로 복사 한뒤 위에 새로만들기 클릭한 곳에 붙여넣기 adb 실행가능
보호되어 있는 글입니다.
보호되어 있는 글입니다.