Giter VIP home page Giter VIP logo

psw's Introduction

Password manager web app (depricated ๐Ÿ˜)

My first project in the beginning of my programming aspirations as a school kid from maybe around 2010, so it's messy as all our first tries.

jQuery library might been updated some time ago.

It was Dockerized recently. For launching docker-compose up

Go localhost to visit main page (change theme with left bottom button)
Go localhost/mobile to visit mobile verison (jQuery Mobile v1.0b2)

Backend contains temporary (as I thought of it) code to convert old users with their data stored as plain text to new ones with encrypted data with AES-256,
which involves recreation of SQLite database (because as I found out it still stores deleted data),
updating index.php (replaces old database name with new one; should've used separate config file),
but deleting old database file is seems to be broken (maybe it can't unlink file in mounted docker volume).

Challenge

As I had trusted it with my real passwords long time ago, I'm wondering how vulnerable it is.
I had used prepared SQL queries, so I think no way for SQL-injection.
Also each user supposedly doesn't see each other's content, so I ruled out XSS too.
But I'm sure it's vulnerable as hell.

psw's People

Contributors

hrsrashid avatar

Stargazers

 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.