Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r00tSe7en/Mail-Probe
邮箱探针后台管理系统
https://github.com/r00tSe7en/Mail-Probe
html javascript mail php
Last synced: 3 months ago
JSON representation
邮箱探针后台管理系统
- Host: GitHub
- URL: https://github.com/r00tSe7en/Mail-Probe
- Owner: r00tSe7en
- Created: 2020-10-01T08:19:01.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-07T10:21:16.000Z (over 1 year ago)
- Last Synced: 2024-04-12T22:55:49.430Z (7 months ago)
- Topics: html, javascript, mail, php
- Language: PHP
- Homepage:
- Size: 5.68 MB
- Stars: 207
- Watchers: 7
- Forks: 55
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - r00tSe7en/Mail-Probe - 邮箱探针后台管理系统 (PHP)
README
# Mail-Probe
![Mail-Probe](https://socialify.git.ci/r00tSe7en/Mail-Probe/image?description=1&font=Inter&forks=1&issues=1&language=1&name=1&owner=1&pattern=Floating%20Cogs&pulls=1&stargazers=1&theme=Dark)
# 更新
2020.10.3
修改了`public`目录下的`.htaccess`文件内容为
```
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1]```
以及修改链接生成结果为
```
http://tp6.com/Info/index/随机6位数.jpg?random=随机6位数&[email protected]
```2020.11.20
```
处理了Linux下视图文件找不到的问题,各种大小写bug修复,win&linux全平台已适用
```
# 后台登录![](https://raw.githubusercontent.com/r00tSe7en/Mail-Probe/master/tz0.png)
# 信息查看
![](https://raw.githubusercontent.com/r00tSe7en/Mail-Probe/master/tz1.png)
# 链接生成
![](https://raw.githubusercontent.com/r00tSe7en/Mail-Probe/master/tz2.png)
平常去河边钓鱼,要使用浮漂才会知道这条河是否有鱼吃饵料,同理当邮件投递出去后,此探针可以判断目标是否点击了邮件,不至于那么的苦等。
# 配置相关
> 基于ThinkPHP 6开发
> 运行环境要求Apache和PHP7.1+
>数据库文件为mail.sql
数据库及其他配置修改env文件即可,默认为
```
APP_DEBUG = false[APP]
DEFAULT_TIMEZONE = Asia/Shanghai[DATABASE]
TYPE = mysql
HOSTNAME = 127.0.0.1
DATABASE = mail
USERNAME = root
PASSWORD = root
HOSTPORT = 3306
CHARSET = utf8
DEBUG = false[LANG]
default_lang = zh-cn
```后台默认账号密码(密码修改直接替换库中MD5即可)
```
admin|123456
```# 感谢
[@c1y2m3](https://github.com/c1y2m3) 分享的思路