- Penetration Testing Bootcamp
- Jason Beltrame
- 308字
- 2021-07-02 21:35:59
Detecting a web application firewall
Network-based firewalls are not the only type of firewall you may discover along the way. Web Application Firewalls, or WAFs, are very commonly used to protect web-based applications. If you are unfamiliar with an environment, detecting a WAF can help lay out the web application infrastructure. To help us figure out this bit of information, we are going to utilize a tool called WAFW00F. WAFW00F can help you determine whether there is that extra layer of security prior to the web servers.
WAFW00F can detect the presence of a lot of different WAF types. By running the wafw00f command with the -l flag, you can see list of currently defined WAFs. Here is the current list from my lab. If one of these is not detected, don't fret; the wafw00f command will still inform you that a generic WAF has been detected:
Profense
NetContinuum
Incapsula WAF
CloudFlare
USP Secure Entry Server
Cisco ACE XML Gateway
Barracuda Application Firewall
Art of DefenceHyperGuard
BinarySec
Teros WAF
F5 BIG-IP LTM
F5 BIG-IP APM
F5 BIG-IP ASM
F5 FirePass
F5 Trafficshield
InfoGuard Airlock
Citrix NetScaler
TrustwaveModSecurity
IBM Web Application Security
IBM DataPower
DenyALL WAF
Applicure dotDefender
Juniper WebApp Secure
Microsoft URLScan
AqtronixWebKnight
eEye Digital Security SecureIIS
ImpervaSecureSphere
Microsoft ISA Server
The wafw00f command is extremely straightforward to run. You just need to specify the URL that you would like to check. I have run two examples, to show you a site that matches one of the preceding WAF types, as well as one that just lets you know that one exists.
In this example, you can see that a WAF was detected, and the actual type was determined:

In the next example, wafw00t was unable to figure out the exact WAF being used but still lets you know one exists:

- 精通JavaScript+jQuery:100%動態網頁設計密碼
- Visual FoxPro程序設計教程(第3版)
- Windows系統管理與服務配置
- 基于免疫進化的算法及應用研究
- Java 11 Cookbook
- Drupal 8 Module Development
- .NET 3.5編程
- Access 2010數據庫應用技術(第2版)
- Python深度學習:模型、方法與實現
- C++反匯編與逆向分析技術揭秘(第2版)
- Java SE實踐教程
- Instant Debian:Build a Web Server
- SignalR:Real-time Application Development(Second Edition)
- Sitecore Cookbook for Developers
- 關系數據庫與SQL Server 2012(第3版)