首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 从您的网络中的端口扫描和端口扫描

从您的网络中的端口扫描和端口扫描

  • 资源大小:15.03 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 网络 端口 扫描

资 源 简 介

This projects aims to prevent access to your internal network from ip scanners and port scanners. Prerequisites to work: 1. A Routerboard device (or RouterOS installed on any device) acting as a firewall for your internal network 1. An available linux PC (or server) 1. /ip firewall filter : add your allow rules first and after that drop any connection from outside example: 1)chain=forward action=accept connection-state=related2)chain=input action=accept connection-state=established3)chain=input action=accept connection-state=related4)chain=forward action=accept connection-state=new src-address-list=internal5)chain=forward action=accept protocol=tcp dst-address=192.168.1.10 dst-port=806)chain=forward action=accept protocol=tcp dst-address=192.168.1.11 dst-port=257)chain=forward action=accept protocol=tcp dst-address=192.168.1.11 dst-port=1108)chain=forward action=accept protocol=tcp dst-address=192.168.1.11 dst-port=143...100)chain=forward action=drop dst-address-list=i

文 件 列 表

README
main.cpp
logo.jpg
logo.bmp
gkmtfirewall.init
gkmtfirewall.conf
connection.h
connection.cpp
configfilereader.h
configfilereader.cpp
attackleases.h
attackleases.cpp
VIP VIP
0.177757s