a910f30889159df7a63a1266b66626d3a74a6410
				
			
			
		
	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
- Only update once per day, except if -u--update
- Adding more services to listen to ?
Dependencies
- requests 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.
Description
				
					Languages
				
				
								
								
									Python
								
								100%