From 18eaa61dda77b3b0ae8f34b0e1e0ab4920b8bd95 Mon Sep 17 00:00:00 2001 From: Jordan ERNST Date: Fri, 20 May 2022 12:58:03 +0200 Subject: [PATCH] Update README --- README.md | 16 ++++++++++++++-- config.json | 2 +- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ed12047..58b7428 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,11 @@ This too has several functions: ## To-Do +* Add chisel x64 +* Integrate msfvenom +* Add Webshells sync +* Ability to add comments or description * Prettier code -* Only update once per day, except if `-u` `--update` * Adding more services to listen to ? ## Pre-requisites @@ -28,7 +31,16 @@ This too has several functions: } ``` -`python pendora-box.py` +``` +user@wow$ python pendora-box.py -h +usage: pendora-box.py [-h] [-u] + +Sync your files and starts a listener on HTTP, SMB or SMB2. + +options: + -h, --help show this help message and exit + -u, --update update your files (described in config.json) +``` ## Adding a file to track diff --git a/config.json b/config.json index 40ffe98..fdb230b 100644 --- a/config.json +++ b/config.json @@ -21,7 +21,7 @@ }, "githubreleasesync": { "carlospolop/PEASS-ng": { - "local_version": "20220424", + "local_version": "20220515", "files": [ "linpeas.sh", "winPEAS.bat",