diff --git a/README.md b/README.md index 387ba97..f85d532 100644 --- a/README.md +++ b/README.md @@ -128,9 +128,12 @@ $ ./avred.py --file test.ps1 --server amsi As a web server: ```sh -$ python3 avred-web.py --listenip 127.0.0.1 --listenport 8080 +$ python3 avredweb.py --listenip 127.0.0.1 --listenport 8080 ``` +For login, use username "admin" and password configured in `config.json` in key `password`. + + From command line: ```sh $ python3 avred.py --server amsi --file malware/evil.exe diff --git a/app/templates/includes/navigation.html b/app/templates/includes/navigation.html index 6f047fa..c83fe3b 100644 --- a/app/templates/includes/navigation.html +++ b/app/templates/includes/navigation.html @@ -15,10 +15,13 @@
diff --git a/app/templates/list_files.html b/app/templates/list_files.html index 99de128..8971878 100644 --- a/app/templates/list_files.html +++ b/app/templates/list_files.html @@ -11,6 +11,5 @@