diff --git a/README.md b/README.md index 92a89f3..79f78e4 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,15 @@ [![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fmepley1%2Fhoneypot&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com) -A simple HTTP honeypot for capturing and viewing HTTP requests + auto reporting. +A simple HTTP honeypot + analysis webapp for capturing and analyzing HTTP requests + auto reporting. Stores request data in a SQLite database and includes some stats views for easier analysis of wild bot(net)/scanner traffic. Includes a catch-all route to catch requests using any HTTP method for (almost) any URI. Very much a work in progress. -[Live Demo](https://x2.mepley.com/stats) Note: May not be active at any given time. Demo login: user `demo` pw `0xDEADBEEF` +[Live Demo](https://x2.mepley.com/stats) Note: May not be active at any given time. +Demo login: +user: `demo` +pw: `0xDEADBEEF` ## To run locally for testing/development: diff --git a/project/static/js/nav-mobile.js b/project/static/js/nav-mobile.js index fcd2ec2..2c80561 100644 --- a/project/static/js/nav-mobile.js +++ b/project/static/js/nav-mobile.js @@ -8,7 +8,7 @@ function toggle_res_class() { } } -// Toggle nav menu responsive class on icon click (event listener for above) +// Toggle nav menu responsive class on hamburger icon click (event listener for above) $("#nav_toggle_btn").click(function() { toggle_res_class(); }); @@ -34,4 +34,3 @@ $(document).ready(function() { $(menuItems).toggle(); }); }); - diff --git a/project/templates/headers_json.html b/project/templates/headers_json.html index f0cedc2..1ac8d23 100644 --- a/project/templates/headers_json.html +++ b/project/templates/headers_json.html @@ -11,7 +11,7 @@

Headers

{% endif %} {% endwith %} -

Headers sent in request #{{ request_id }}

+

Headers received in request #{{ request_id }}