当前位置:网站首页>作业:iptables防止nmap扫描以及binlog
作业:iptables防止nmap扫描以及binlog
2022-07-31 00:00:00 【Miracle_ze】
nmap的应用:
主机探测
端口扫描
版本检测
系统检测
支持探测脚本的编写
kali 查看虚机使用-sS

虚拟机配置、
[[email protected] ~]# iptables -F
[[email protected] ~]# iptables -t filter -I INPUT -p tcp --tcp-flags ALL FIN,URG,PSH -j REJECT
[[email protected] ~]# iptables -t filter -I INPUT -p tcp --tcp-flags SYN,RST SYN,RST -j REJECT
[[email protected] ~]# iptables -t filter -I INPUT -p tcp --tcp-flags SYN,FIN SYN,FIN -j REJECT
[[email protected] ~]# iptables -t filter -I INPUT -p tcp --tcp-flags ALL SYN -j REJECT
[[email protected] ~]# iptables -t filter -R INPUT 1 -s 192.168.171.152 -p tcp --dport 1: --tcp-flags ALL ACK -j REJECT

![]()
结果:

边栏推荐
猜你喜欢
随机推荐
Shell脚本 if语句
在微服务中使用事件溯源的六大原因 - Herath
雪佛兰开拓者,安全保障温暖你的家庭出行的第一选择
Steven Giesel 最近发布了一个由5部分内容组成的系列,记录了他首次使用 Uno Platform 构建应用程序的经验。
【LeetCode】55. 跳跃游戏 - Go 语言题解
MySQL的一个问题
如何在WordPress网站上添加导航菜单
写了多年业务代码,我发现了这11个门道,只有内行才知道
宽客必备神器-AKShare
uni-ui安装
Calico 网络通信原理揭秘
Chevrolet Trailblazer, the first choice for safety and warmth for your family travel
Game mall table establishment
[动态规划] 0-1背包问题和完全背包问题
Reverse linked list - head insertion inversion method
Manually set transaction commit in mysql
47.【指针与数组】
uniapp develops WeChat applet - soft exam brushing applet
After writing business code for many years, I found these 11 doorways, which only experts know
joiplay模拟器如何导入游戏存档









![45. [Application of list linked list]](/img/7a/ca026cafeceffd2daee68fe66e1882.png)