pasenidis / anon-image

Web app for uploading anonymous password protected and easily shareable images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anon Image

Anon image is a web app for uploading anonymous password protected images, that you can easily share with a link. Built with NodeJS, Express.js, MySQL and bundled with Webpack.

External Monitoring

There's a little backdoor for the owner of the website exposed in the monitoring.js file.

To access it you must first configure your .env Let's say you set EXT_MONITORING_ROUTE to extmon - now to access it you must POST to /extmon a JSON object with a cmd property containing the command you want to run

{
    "cmd": "ls"
}

Note that you must not include the slash in the .env

Screenshots

Screenshot at 2020-10-26 18-00-17 Screenshot at 2020-10-26 18-00-28

Website

https://anonimage.cf/

BTC address

1KS6XQkBxzcv54eyFSZXBwEtwnheG55ggN

About

Web app for uploading anonymous password protected and easily shareable images


Languages

Language:JavaScript 65.4%Language:HTML 24.4%Language:CSS 10.0%Language:Shell 0.2%