Git Product home page Git Product logo

pyphishing-email's Introduction

PYphishing-Email

基本介绍

  • 环境:Linux Windows
  • 语言:Python2.7

使用说明

  • 命令行形式(不推荐),可能会产生编码问题 -s SMTP server e.g:stmp.qq.com

    -p SMTP server port e.g:465

    -u username e.g:[email protected]

    -pass password e.g:admin

    -path html content e.g: ./index.html

    -from show who send email e.g:News[email protected]

    -sub the subject of email e.g:Amazing!Chinses....

    -target the target emails split by , e.g:[email protected],[email protected]

    -url url to replace the {url} in path html e.g:http:xx....

  • server.json形式推荐使用

    { "server":"smtp.exmail.qq.com",

    "server_port":465,

    "user":"",

    "_pass":"",

    "path":"./index.html",

    "sub":"test",

    "target":"",

    "url":"http://www.baidu.com",

    "fromaddress":"" }

  • 相关重要参数解释

    target:可以配置多个邮箱,用逗号分开

    path:邮件按html格式,path指存放html文档的相对路径

    url:html中的{url}替换

    在框架中默认采用SSL,请按需修改第20或21行

注意问题

  • 命令行形式可能会出现编码问题,请自行修改第76行
  • 命令参数不完整时,将会从server.json文件中补充完整

使用实例

  •  server.json
  •  command

pyphishing-email's People

Contributors

hlpureboy avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.