Update README
This commit is contained in:
parent
5144bf6c79
commit
18eaa61dda
16
README.md
16
README.md
@ -6,8 +6,11 @@ This too has several functions:
|
|||||||
|
|
||||||
## To-Do
|
## To-Do
|
||||||
|
|
||||||
|
* Add chisel x64
|
||||||
|
* Integrate msfvenom
|
||||||
|
* Add Webshells sync
|
||||||
|
* Ability to add comments or description
|
||||||
* Prettier code
|
* Prettier code
|
||||||
* Only update once per day, except if `-u` `--update`
|
|
||||||
* Adding more services to listen to ?
|
* Adding more services to listen to ?
|
||||||
|
|
||||||
## Pre-requisites
|
## 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
|
## Adding a file to track
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
},
|
},
|
||||||
"githubreleasesync": {
|
"githubreleasesync": {
|
||||||
"carlospolop/PEASS-ng": {
|
"carlospolop/PEASS-ng": {
|
||||||
"local_version": "20220424",
|
"local_version": "20220515",
|
||||||
"files": [
|
"files": [
|
||||||
"linpeas.sh",
|
"linpeas.sh",
|
||||||
"winPEAS.bat",
|
"winPEAS.bat",
|
||||||
|
Loading…
Reference in New Issue
Block a user