Code Monkey home page Code Monkey logo

bankboga's Introduction

Fake bank for messing with refund scammers.

(Started by @hadenpf)

alt text

Here's a demo.

Login is Anything#nnnn where nnnn is a 4 digit number with any password that contains asdfasdf and is at least 15 characters long.

You'll want to run this locally, though, and make it look legit from within your VM.

Running in Docker:

docker build -t fake-bank .
docker run -d -p 192.168.181.1:443:8080 fake-bank:latest

You'll need to replace 192.168.181.1 with whatever interface your virtual machine guest is running on.

Edit your Windows guest host file so that njcreditunionmutual.com resolves to 192.168.181.1 (or whatever). https://www.groovypost.com/howto/edit-hosts-file-windows-10/

Visit the domain, copy the cert to a file, and trust it in the guest. http://www.hackaapl.com/how-to-trust-self-signed-certificates-in-windows-7/

Cert was generated with:

openssl req -new -x509 -newkey rsa:2048 -sha256 -nodes -keyout server.key -days 3560 -out server.cert -config server.cnf

Chrome

There is a simple Chrome extension to add the result to chrome when searching for the bank as well.

bankboga's People

Contributors

cynthiarutledge avatar

Watchers

 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.