Sifiros / kent-risk-analysis

kent project research

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kent-risk-analysis

You can have additional information about the project by launching source.html in a web browser.

Dependencies

Docker and docker-compose

Usage

docker-compose up 

The build may fail using docker-compose up for the first time, in this case, install nodeJS on your computer and:

./startup.sh

Once the 3 Docker containers have been built and launched, a web server will be listening on http://localhost:4242.
From there:

  • Add some products to your basket
  • Checkout
  • Fill out the form with fake information (we haven't started a true business yet ...)
    • A valid credit card must be used, some are available here
    • Note somewhere the credit card number you are using, as it is used to identify your profile and let the AI validate it on subsequent purchases
  • As you will see from Docker logs, the AI will detect a new profile from your credit card, thus triggering a challenge to validate your identity
  • For financial reasons, the SMS server is not implemented, you can use any 6 digits code.

If you repeat the same process with the same credit card number, the AI should match received fingerprint with the previous one and so validate your purchase without further challenge.

About

kent project research


Languages

Language:JavaScript 52.7%Language:Python 27.7%Language:HTML 15.8%Language:CSS 3.5%Language:Dockerfile 0.1%Language:Shell 0.1%