当前位置:网站首页>Homework: iptables prevent nmap scan and binlog
Homework: iptables prevent nmap scan and binlog
2022-07-31 00:14:00 【Miracle_ze】
Application of nmap:
Host detection
Port scan
Version detection
System detection
Support detection script writing
kali view the virtual machine using -sS

Virtual machine configuration,
[[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
![]()
Results:

边栏推荐
猜你喜欢
随机推荐
Learn Scope from a Compilation Perspective!
uniapp develops WeChat applet - soft exam brushing applet
DATA AI Summit 2022提及到的对 aggregate 的优化
如何在WordPress网站上添加导航菜单
How to use joiplay emulator
二叉查找树的定义,查找,插入,删除
45.【list链表的应用】
【萌新解题】删除链表的倒数第 N 个结点
How to solve the error of joiplay simulator
软件测试三阶段,你在哪一步?
How to Repair Word File Corruption
Steven Giesel 最近发布了一个由5部分内容组成的系列,记录了他首次使用 Uno Platform 构建应用程序的经验。
oracle数据库版本问题咨询(就是对比从数据库查询出来的版本,和docker里面的oracle版本)?
怎么开通代付通道接口?
数据清洗-使用es的ingest
Android security optimization - APP reinforcement
.NET 跨平台应用开发动手教程 |用 Uno Platform 构建一个 Kanban-style Todo App
会员生日提前了一天
Installation considerations for pytorch
uni-ui installation









