[월:] 2024년 06월
디스커스 광고 가리는 방법
디스커스 광고 가리는 방법 최근까지 나의 워드프레스 게시글 디스커스 덧글 창에는 광고가 떠서 상당히 지저분(?)했었다. 무료플렌을 사용하고 있어 어쩔 수 없는 것이긴하다. 그래서 구글링을 해본결과 게시글 작성 후에 아래 HTML코드를 삽입 하면 디스커스 코멘트 창에서 더이상 광고가 뜨지 않는다. Code 1 2 3 4 5 6 7 <!– 디스커스 덧글 광고 은닉하기 –> <style> div#disqus_thread iframe[sandbox] { max-height: 0px !important; } </style> <!– 디스커스 덧글 광고 은닉하기 END –> cs … Read more
nmap 사용법 정리
nmap 네트워크 스캐닝 툴로, 대상(target)의 포트 및 서비스를 스캔하는데 사용되는 툴 설치가 완료된 경우 터미널 환경에서 nmap을 입력하면 실행할 수 있다. ————————————————————————————————- ┌──(root💀Luna)-[~] └─# nmap Nmap 7.94SVN ( https://nmap.org ) Usage: nmap [Scan Type(s)] [Options] {target specification} TARGET SPECIFICATION: Can pass hostnames, IP addresses, networks, etc. Ex: scanme.nmap.org, microsoft.com/24, 192.168.0.1; 10.0.0-255.1-254 -iL <inputfilename>: Input … Read more
취약한 웹사이트에서 Cloudflare를 우회하는 방법 | Wafw00f 도구
INTRO Recently, we established a Cloudflare protection on our website as we saw that some people are performing Dos attack on our lovely website. if you don’t know, it is completely illegal to perform Dos against any website except if you own it. you would need the owner permission to perform Dos attack. So, the … Read more