Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

codeksion/PhishDroid

Repository files navigation

Go Report Card Forks Stargazers Issues GPL License


Logo

PhishDroid

Simple Phishing Application for Android
Screenshots

Report Bug · Request Feature

Table of Contents

About The Project

Codeksiyon's Simple Phishing Application Under GPL3+

DISCLAIMER

The use of the PhishDroid & its resources/phishing-pages is COMPLETE RESPONSIBILITY of the END-USER. Developers assume NO liability and are NOT responsible for any misuse or damage caused by this program. Also we inform you that some of your your actions may be ILLEGAL and you CAN NOT use this software to test person or company without WRITTEN PERMISSION from them.

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • golang
apt install golang

Installation

  1. Clone the repo
git clone https://github.com/codeksiyon/PhishDroid.git
  1. Install GoLang
apt install golang
  1. Install fyne - surf - errHandler
go get fyne.io/fyne
go get github.com/headzoo/surf
go get github.com/raifpy/Go
...
  1. Install fyne/cmd/fyne
go get fyne.io/cmd/fyne
  1. Install Android NDK
https://developer.android.com/ndk/downloads
  1. Move project $GOPATH
mv PhishDroid $GOPATH/src
cd $GOPATH/src/PhishDroid
  1. Build for Android
fyne package -os android -appID "org.codeksiyon.phishdroid" . # all archs
fyne package -os android/arm -appID "org.codeksiyon.phishdroid" .
fyne package -os android/arm64 -appID "org.codeksiyon.phishdroid" .

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the GPL3 License. See LICENSE for more information.

Contact

Telegram - @raifpy

Project Link: codeksiyon/PhishDroid

Template Link : Best-README-Template

ScreenShots