当前位置:网站首页>05 - attack and defense of phishing websites
05 - attack and defense of phishing websites
2022-07-27 01:15:00 【Atzxc red blue confrontation】
1、 Attack principle
Use one CentOS Acting as a gateway , Then do it SNAT, Make it possible to access the Internet , Configure on the gateway DNS analysis , Specify when the user accesses JD When , Jump to the server we deployed
Use one CentOS Acting as a server , Then build a high imitation website , Used to confuse the client
2、 Attack environment
- GW CentOS 7 1804 ( gateway )
- Server CentOS 7 1804( The server )
- Client Windows 7( client )
3、 Gateway preparation
3.1、 Set in gateway SNAT Make it possible to access the Internet
[[email protected] Desktop]# cat snat.sh
iptables -t nat -I POSTROUTING -p all -s 192.168.2.0/24 -o ens34 -j SNAT --to-source 192.168.79.160
iptables -t nat -I POSTROUTING -p all -s 172.16.2.0/24 -o ens34 -j SNAT --to-source 192.168.79.160
iptables -nvL
[[email protected] Desktop]#
Created this file , Then run the file through the command , That's all right. , But it needs to be rebooted DNS、DHCP service
At this point, the client can PING Internet access
边栏推荐
- More than live streaming: what other eye-catching functions does Tencent cloud live mlvb plug-in have besides streaming / streaming
- 李宏毅机器学习(2017版)_P5:误差
- 李宏毅机器学习(2021版)_P7-9:训练技巧
- Spark ---- shuffle and partition of RDD
- MySQL uses and implements ranking functions rank and deny_ Rank and row_ NUMBER
- 李宏毅机器学习(2017版)_P1-2:机器学习介绍
- Iptables 详解与实战案例
- 并发编程之生产者消费者模式
- Based on Flink real-time project: user behavior analysis (III: Statistics of total website views (PV))
- 数据库期中(二)
猜你喜欢

Website log collection and analysis process

adb. Exe stopped working popup problem

解决rsyslog服务占用内存过高

In 2022, will there be opportunities for mobile Internet apps and short video live tracks?

Real time calculation demo based on Flink: user behavior analysis (IV: how many different users have visited the website (UV) in a period of time)

How can Tencent cloud live plug-in mlvb make use of these advantages to become the divine assistant of anchor Live Streaming?

Li Hongyi machine learning (2017 Edition)_ P13: deep learning

Neo4j Basic Guide (installation, node and relationship data import, data query)

adb.exe已停止工作 弹窗问题

李宏毅机器学习(2017版)_P3-4:回归
随机推荐
小程序直播、连线直播、直播打赏:腾讯云移动直播组件MLVB多场景直播拓展
Android -- Data Persistence Technology (III) database storage
What are the necessary functions of short video app development?
Pytorch tensor data basic operation
Flink1.11 multi parallelism watermark test
物联网将彻底改变制造业,你准备好了吗?
Jenkins--基础--5.3--系统配置--全局安全配置
adb.exe已停止工作 弹窗问题
In depth learning report (3)
Flink based real-time project: user behavior analysis (I: real-time popular product statistics)
Flinksql multi table (three table) join/interval join
ADB shell screen capture command
非递归前中后序遍历二叉树
深入理解Pod对象:基本管理
Rabbit学习笔记
视频类小程序变现的最短路径:从带货到品牌营销
Based on Flink real-time project: user behavior analysis (III: Statistics of total website views (PV))
移动直播选择 RTMP 还是RTC协议
Spark----- RDD 的 Shuffle 和分区
Jenkins--基础--5.2--系统配置--系统配置