일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- hackingcamp ctf writeup
- backdoorctf 2023 web
- Web
- WarGame
- hackctf
- Web Hacking
- thinkPHP
- 웹 해킹
- wargame.kr
- 웹해킹
- Hacker.org
- cve 분석
- php
- webhacking
- backdoorctf 2023
- RCE
- CTF
- backdoorctf 2023 web Unintelligible
- writeup
- CVE
- 해외 워게임
- hackingcamp
- 해킹캠프 ctf
- WEB-hacking
- XSS
- 해외 wargame
- 해킹캠프
- XSS-game
- hacking
- backdoorctf writeup
- Today
- Total
목록개발관련 (5)
<OOO>
새로운 노트북에서 wsl2를 깔고, docker 도 설치한 다음 service docker start를 했으나, 명령어를 쳤을 때만 running이 뜨고 다시 status 를 확인 했을 때는 stopped로 되어 있었다. dockerd로 확인을 했을 때 다음과 같았다. INFO[2022-07-06T12:38:29.104654381+09:00] stopping event stream following graceful shutdown error="" module=libcontainerd namespace=moby INFO[2022-07-06T12:38:29.105178369+09:00] stopping event stream following graceful shutdown error="context can..
/etc/apache2/sites-available/000-default.conf 파일을 수정해줘야한다. (000-default.conf 파일을 못찾겠다면 find / -name 000-default.conf 명령어로 파일을 찾아보자.) vi로 000-default.conf 파일을 열기 전에 혹시 모를 상황에 대비해서 cp로 백업을 해주는 것을 추천한다. 만일 도메인을 샀다면 이렇게 해도 되지만, 도메인을 사지 않고 ip로 웹 접속을 하는 경우에는 이 설정을 하면 안된다. 1.ServerName xxx.xxx.xxx.xxx 2.Redirect 403 / 3.ErrorDocument 403 "Do not attack this site." UserCanonicalName off ErrorLog ${APACH..
는 사용가능한 아이디입니다. 중복된아이디입니다. 닫기
회원가입 시 회원가입한 ip까지 저장하게끔 만들었다.
대충 만든거라 그냥 굴러만 가는구나 하는 코드이다.