跳转到主要内容
eLearner.app
REGEX DEFENDER FIREWALL

Regex Defender:安全防火墙

配置正则表达式规则来抵御网络攻击并阻止网络流量威胁。

Control Console

编写正则表达式(启用 g 标志)以查找日志中的所有有效 IPv4 地址。 IPv4 地址由四个由点分隔的数字(每个数字 1 到 3 位)组成(例如 192.168.1.1 或 10.0.0.254,但不是 1234.56.78.9 或 192.168.1.1111)。使用单词边界 \b 以避免部分匹配。

Network Analyzer
ACTIVE
IP ADDRESSSTATUS
192.168.1.1BLOCKED
10.0.0.254BLOCKED
1234.56.78.9BLOCKED
127.0.0.1FORWARDED
Rate: 100% securedv1.2.6

Stuck?

Learn the fundamental concepts in the Regex course to solve this challenge.

Validation Console

Write and execute regex rules for the firewall.

正在加载编辑器...
Analyzing network traffic...