项目作者: dr1nk0rdi3

项目描述 :
phishing reporting tool
高级语言: Python
项目地址: git://github.com/dr1nk0rdi3/phishreport.git
创建时间: 2018-07-17T00:29:28Z
项目社区:https://github.com/dr1nk0rdi3/phishreport

开源协议:

下载


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

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

RUNNING

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

pyfiles account.py

  1. #!/usr/bin/python3
  2. #set login and password
  3. def account():
  4. user = 'user'
  5. passwd = 'password'
  6. return {'username': user, 'password': passwd}

HELP

  1. usage: phishreport.py [-h] [-l | -p Phish_list] [-r NUM_REPORT]
  2. [-i NUM_INTERVAL] [-e] [-v]
  3. Report phishing for www.phishtank.com
  4. optional arguments:
  5. -h, --help show this help message and exit
  6. -l, --list-org Show list of organizations
  7. -p Phish_list, --phish-list Phish_list
  8. Specify a file with a list of URLs for report
  9. -r NUM_REPORT, --set-report NUM_REPORT
  10. Specify the number of reports
  11. -i NUM_INTERVAL, --set-interval NUM_INTERVAL
  12. Specify the interval between reports
  13. -e, --exclude Exclude rows that have been reported
  14. -v, --verbose Show status of reports
  15. Example:
  16. key defaults:
  17. default interval: 6 seconds
  18. default exclude rows: False
  19. default verbose: False
  20. usage for:
  21. python3 phishreport.py --phish-list file.csv --set-report 50
  22. python3 phishreport.py --phish-list file.txt --set-report 50 --set-interval 2 --exclude --verbose
  23. or:
  24. Show list of organizations
  25. 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