pendora-box/README.md

35 lines
923 B
Markdown
Raw Normal View History

2022-04-16 18:48:42 +02:00
# Pendora Box
This too has several functions:
2022-04-20 16:55:25 +02:00
* Keep your pentesting scripts, binaries hosted on Github up-to-date.
2022-04-16 18:48:42 +02:00
* Listen on HTTP or SMB to easily share your files to the victims
## To-Do
2022-04-23 16:26:56 +02:00
* `chmod +x` :)
* Only update once per day, except if `-u` `--update`
2022-04-16 18:48:42 +02:00
* Adding more services to listen to ?
## Dependencies
* requests python module
* impacket smbserver.py must be in PATH
## Usage
[Create a Github personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token), and create the file `credz.json`:
```json
{
"username": "DwightSchrute",
"token": "ghp_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
}
```
2022-04-16 18:48:42 +02:00
`python pendora-box.py`
## Adding a file to track
2022-04-20 16:55:25 +02:00
Simply add the informations to [config.json](./config.json), for a release set "local_version" to a random value and run the script.
2022-04-16 18:48:42 +02:00
The file is gonna be automatically downloaded.