Coder Social home page Coder Social logo

phishreport's Introduction

phishreport

MAINTAINERS

OTHER CONTRIBUTORS

PREREQUISITES

TESTED ON

  • Kali Linux – Rolling Edition

  • Linux Mint – 18.3 Sylvia

  • Slackware Linux – 14.2

  • Debian – 9.4 stretch

  • Ubuntu - 16.04.4

  • Manjaro - 17.1.11

  • Parrot Security - 4.1

CLONE

$ git clone https://github.com/dr1nk0rdi3/phishreport

RUNNING

$ cd phishreport
$ sudo apt install python3-pip
$ sudo pip3 install -r requirements.txt
$ python3 phishreport.py --help

pyfiles account.py

#!/usr/bin/python3
#set login and password

def account():

    user = 'user'
    passwd = 'password'
    return {'username': user, 'password': passwd}

HELP

usage: phishreport.py [-h] [-l | -p Phish_list] [-r NUM_REPORT]
                      [-i NUM_INTERVAL] [-e] [-v]

Report phishing for www.phishtank.com

optional arguments:
  -h, --help            show this help message and exit
  -l, --list-org        Show list of organizations
  -p Phish_list, --phish-list Phish_list
                        Specify a file with a list of URLs for report
  -r NUM_REPORT, --set-report NUM_REPORT
                        Specify the number of reports
  -i NUM_INTERVAL, --set-interval NUM_INTERVAL
                        Specify the interval between reports
  -e, --exclude         Exclude rows that have been reported
  -v, --verbose         Show status of reports

Example:

    key defaults:
        default interval:           6 seconds
        default exclude rows:       False
        default verbose:            False

    usage for:

        python3 phishreport.py --phish-list file.csv --set-report 50
        python3 phishreport.py --phish-list file.txt --set-report 50 --set-interval 2 --exclude --verbose
    or: 
        Show list of organizations
        python3 phishreport.py --list-or

CSV FILE

phishing organization number victim message contained in email
https://itsfakehere.com 8:others click to get discounts

example of the first line: https://itsfakehere.com ;8;click to get discounts

TELEGRAM

SCREENSHOT

phishreport

VIDEO DEMO

phishreport

phishreport's People

Contributors

dr1nk0rdi3 avatar

Watchers

James Cloos avatar  avatar

Forkers

frodovstheworld

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.