Initial commit.
This commit is contained in:
24
README.md
Normal file
24
README.md
Normal file
@ -0,0 +1,24 @@
|
||||
# Pendora Box
|
||||
|
||||
This too has several functions:
|
||||
* Keep your pentesting scripts, binaries hosted on Github up-to-date. (master branch)
|
||||
* Listen on HTTP or SMB to easily share your files to the victims
|
||||
|
||||
## To-Do
|
||||
|
||||
* Keeping up-to-date from Github releases
|
||||
* Adding more services to listen to ?
|
||||
|
||||
## Dependencies
|
||||
|
||||
* requests python module
|
||||
* impacket smbserver.py must be in PATH
|
||||
|
||||
## Usage
|
||||
|
||||
`python pendora-box.py`
|
||||
|
||||
## Adding a file to track
|
||||
|
||||
Simply add the informations to [config.json](./config.json), and run the script.
|
||||
The file is gonna be automatically downloaded.
|
Reference in New Issue
Block a user