2022-05-06 15:43:13 +02:00
2022-04-16 18:48:42 +02:00
2022-04-28 17:08:17 +02:00
2022-05-06 15:43:13 +02:00
2022-04-28 17:08:17 +02:00

Pendora Box

This too has several functions:

  • Keep your pentesting scripts, binaries hosted on Github up-to-date.
  • Listen on HTTP or SMB to easily share your files to the victims

To-Do

  • Prettier code
  • Only update once per day, except if -u --update
  • Adding more services to listen to ?

Pre-requisites

  • requests python module
  • rpmfile python module
  • impacket smbserver.py must be in PATH

Usage

Create a Github personal access token, and create the file credz.json:

{
    "username": "DwightSchrute",
    "token": "ghp_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
}

python pendora-box.py

Adding a file to track

Simply add the informations to config.json, for a release set "local_version" to a random value and run the script. The file is gonna be automatically downloaded.

Share a file temporarly

You can add a file you wish to share once in files/tmp. Every time you start the script, you will be asked if you want to clear the folder (if not empty).

Description
No description provided
Readme 44 KiB
Languages
Python 100%