From 039f92ff639c493aaef66b107c9347f7892faaa9 Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 1 Sep 2025 21:06:56 +0200 Subject: [PATCH] Add a short description. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..35921cd --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# HoneyJS : a fake server administration website in static html/js + +This project is a honeypot, built solely with static files. + +It pretends that an administration console is available and provides a shell that executes commands directly in the browser. + +You can observe the executed commands simply by retrieving the logs from the HTTP server that serves these static pages. + +A demo is available here: https://an.hackade.org/ (demo root:password1234)