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 | 31 |
Tags
- writeup
- 해킹캠프
- cve 분석
- thinkPHP
- backdoorctf 2023
- Hacker.org
- WEB-hacking
- RCE
- hackingcamp ctf writeup
- hackctf
- backdoorctf 2023 web Unintelligible
- backdoorctf writeup
- 해킹캠프 ctf
- 해외 워게임
- hackingcamp
- XSS-game
- CTF
- 웹해킹
- Web Hacking
- Web
- XSS
- WarGame
- hacking
- webhacking
- wargame.kr
- backdoorctf 2023 web
- 해외 wargame
- CVE
- php
- 웹 해킹
Archives
- Today
- Total
목록ip deny (1)
<OOO>
우분투 apache 웹 ip접속 차단
/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..
개발관련
2020. 8. 30. 20:08