Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/r00tSe7en/Mail-Probe

邮箱探针后台管理系统
https://github.com/r00tSe7en/Mail-Probe

html javascript mail php

Last synced: 3 months ago
JSON representation

邮箱探针后台管理系统

Awesome Lists containing this project

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) 分享的思路