/ScammerPayback

A Bitcoin anti-scam website

Primary LanguageHTML

Contributors Forks Stargazers Issues MIT License


Logo

ScammerPayback

An Bitcoin website template to get IP & Device Informatin of any Scammer out there.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Product Name Screen Shot

There are so many scammers out there. To make things at some point, I decided to create this repo, so that YOU can catch scammers and convince them, to never do it again.

(back to top)

Built With

Here is a list of any major frameworks/libraries used to bootstrap your project

Will be updated

  • Next
  • React
  • Vue
  • Angular
  • Svelte
  • Laravel
  • Bootstrap
  • JQuery

(back to top)

Demo

Getting Started

To get started, download the project, unzip it and run it using python3 app.py

Prerequisites

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

  • python
    sudo apt-get install python3 python3-pip
  • requirements
    pip install flask requests

Installation

Below is an example of how you can instruct your audience on installing and setting up your app. This project doesn't rely on any external dependencies or services.

  1. Clone the repo
    git clone https://github.com/ProtDos/ScammerPayback.git

(back to top)

Usage

To use this repo, simply type

   cd ScammerPayback/
   python3 app.py

Then, go to http://localhost:5000. To catch some scammers, there are two ways:

1

   ifconfig

Get the public ip of your device / server. Then go to your router settings (most likely at http://192.168.0.1) and enable port forwarding for your device at port 5000. Now you can send that IP around and catch some.

2

Use ngrok.

  1. Go to https://ngrok.com/download
  2. Select options for your OS.
  3. Download ngrok
  4. Create an account / api key. Type:
   ngrok http 5000

Now grab that URL and get going!

(back to top)

Roadmap

  • Add Main-Site
  • Add other links
  • Make it look more real
  • Get more user information
  • Multi-language Support
    • German
    • Other

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

(back to top)

Contributing

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

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  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

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

CodingLive - @codinglive - @xoding - rootcode@duck.com

Project Link: https://github.com/ProtDos/ScammerPayback

(back to top)