如何搭建自己的🎣靶场呢?一篇文章让我们了解Apollofish-🎣演练平台。
作者项目地址:
https://github.com/safe1024/apollofish
警告:本文仅供学习和研究,坚决反对一切危害网络安全的行为。造成法律后果,自行承担!
在项目地址中下载对应系统运行包,这里以kali为例,执行下面命令运行
./ApolloFish_v1.0 (1).1_linux_amd64
运行完成后,会提示后台地址和登录密码等信息。

登录首页


<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>网页模板示例</title>
<style>
.input-container {
max-width: 400px;
margin: 50px auto;
padding: 30px;
background: #ffffff;
border-radius: 10px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
font-family: "Microsoft YaHei", sans-serif;
}
input {
width: 100%;
padding: 12px;
margin: 8px 0 16px 0;
border: 1px solid #e0e0e0;
border-radius: 6px;
box-sizing: border-box;
font-size: 14px;
}
input:focus {
outline: none;
border-color: #4a90e2;
box-shadow: 0 0 5px rgba(74,144,226,0.3);
}
input[type="button"] {
background-color: #4a90e2;
color: white;
border: none;
cursor: pointer;
font-weight: bold;
transition: background-color 0.3s;
}
input[type="button"]:hover {
background-color: #357abd;
}
</style>
</head>
<body style="background-color: #f5f5f5;">
<div class="input-container">
姓名:<input type="text" name="username"><br>
邮箱:<input type="email" name="useremail"><br>
密码:<input type="password" name="userpwd"><br>
<button type="button" onclick="login()">提交</button>
</div>
</body>
</html>

配置提交按钮后,显示什么内容

可配置域名和ssl

访问模板效果

可借助Ai进行美化。

美化后效果

在后台,便可以看到相关记录

同时还会为你提供相关数据分析

因此,在日常生活中,我们要养成良好的安全意识,谨防🎣网站,🎣邮件。
更多精彩文章 欢迎关注我们