GithubHelp home page GithubHelp logo

mmg1 / phishfinder Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cybercdh/phishfinder

0.0 0.0 0.0 1.2 MB

A tool designed to traverse phishing URL paths to search for phishing kit source code.

License: MIT License

Python 100.00%

phishfinder's Introduction

phishfinder

Overview

The tool will traverse a URL path to find open directories. If found, it will then look for any zip/txt/exe files and download them. The likelihood is these files will contain the phishing source code, victim logs and possibly malware. You can supply a list of urls in a text file, or by default the code will connect to phishtank and parse the latest known phishing urls.

Additionally, the tool will also attempt to guess the name of the .zip, as commonly this is the same as the current URI folder, e.g.

https://example.com/foo/bar.zip
https://example.com/foo.zip

Usage

Run the script without any arguments to use the latest URLs from http://data.phishtank.com/data/online-valid.json

python3 phishfinder.py

Else, you can pass a list of URLs and specify the folder where you'd like to save results

python3 phishfinder.py --input urls.txt --output /phishing/kit/folder

Example

phishfinder example

Install

$ pip3 install -r requirements.txt

TODO

Updates planned include:

  • Brute-forcing for files using the directory as the filename
  • Brute-forcing of victim log files from common txt file naming conventions
  • Speed up the requests and use threading
  • Get down with the cool katz and re-write this in Go.
  • Resolve issue where a successful guess downloads a file, followed by an Open Directory download

phishfinder's People

Contributors

cybercdh 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.