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.
apt install golang
Installation
- Clone the repo
git clone https://github.com/codeksiyon/PhishDroid.git
- Install GoLang
apt install golang
- Install fyne - surf - errHandler
go get fyne.io/fyne
go get github.com/headzoo/surf
go get github.com/raifpy/Go
...
- Install fyne/cmd/fyne
go get fyne.io/cmd/fyne
- Install Android NDK
https://developer.android.com/ndk/downloads
- Move project $GOPATH
mv PhishDroid $GOPATH/src
cd $GOPATH/src/PhishDroid
- 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.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
)
- Commit your Changes (
git commit -m 'Add some AmazingFeature'
)
- Push to the Branch (
git push origin feature/AmazingFeature
)
- Open a Pull Request
License
Distributed under the GPL3 License. See LICENSE
for more information.
Telegram - @raifpy
Project Link: codeksiyon/PhishDroid
Template Link : Best-README-Template
ScreenShots