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
- PlayBook
- xe guest utilities
- proxycfg
- 로그인불가
- ansible
- 보안양파
- XCP-ng
- x-pack
- application security
- ELASTIC
- hardening
- ssh key 배포
- pfsense
- endpoint security
- 한글가이드
- Kibana server is not ready yet
- Windows
- centos 8
- GitLab
- Kibana
- bash
- G-suite
- elastic stack
- freebsd
- Elasticsearch
- docker
- Proxy
- macos
- miniconda
Archives
- Today
- Total
선 밖에 선 자유인
Nmap WAF 탐지 옵션 본문
- using http-waf-detect.nse script
$ nmap -p80 --script http-waf-detect <target>
$ nmap -p80 --script http-waf-detect --script-args="http-waf-detect.detectBodyChanges" <target>
$ nmap -p80 --script http-waf-detect --script-args="http-waf-detect.aggro" <target>
$ nmap -p80 --script http-waf-detect --script-args http-waf-detect.uri=/webapp/ <target>
$ nmap -p80 --script http-waf-detect --script-args http.useragent="Mozilla 42" <target>
Comments