Compare commits
	
		
			2 Commits
		
	
	
		
			18eaa61dda
			...
			89450cd2fe
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 89450cd2fe | |||
| 926676eb1b | 
							
								
								
									
										31
									
								
								config.json
									
									
									
									
									
								
							
							
						
						
									
										31
									
								
								config.json
									
									
									
									
									
								
							| @@ -17,11 +17,23 @@ | ||||
|             "MS11-046/ms11-046.exe", | ||||
|             "MS11-046/MS11_46_k8.exe", | ||||
|             "MS10-059/MS10-059.exe" | ||||
|         ], | ||||
|         "flozz/p0wny-shell": [ | ||||
|             "shell.php" | ||||
|         ], | ||||
|         "int0x33/nc.exe": [ | ||||
|             "nc64.exe" | ||||
|         ], | ||||
|         "BloodHoundAD/BloodHound": [ | ||||
|             "Collectors/SharpHound.exe" | ||||
|         ], | ||||
|         "InitRoot/SweetPotato": [ | ||||
|             "SweetPotato.exe" | ||||
|         ] | ||||
|     }, | ||||
|     "githubreleasesync": { | ||||
|         "carlospolop/PEASS-ng": { | ||||
|             "local_version": "20220515", | ||||
|             "local_version": "20220731", | ||||
|             "files": [ | ||||
|                 "linpeas.sh", | ||||
|                 "winPEAS.bat", | ||||
| @@ -38,8 +50,25 @@ | ||||
|                 { | ||||
|                     "filename": "chisel_{short_version}_linux_386.gz", | ||||
|                     "binpath": "chisel" | ||||
|                 }, | ||||
|                 { | ||||
|                     "filename": "chisel_{short_version}_linux_amd64.gz", | ||||
|                     "binpath": "chisel64" | ||||
|                 } | ||||
|             ] | ||||
|         }, | ||||
|         "AlessandroZ/LaZagne": { | ||||
|             "local_version": "2.4.3", | ||||
|             "files": [ | ||||
|                 "lazagne.exe" | ||||
|             ] | ||||
|         }, | ||||
|         "DominicBreuker/pspy": { | ||||
|             "local_version": "v1.2.0", | ||||
|             "files": [ | ||||
|                 "pspy32", | ||||
|                 "pspy64" | ||||
|             ] | ||||
|         } | ||||
|     }, | ||||
|     "ncat": { | ||||
|   | ||||
							
								
								
									
										6
									
								
								pendora-box.py
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							
							
						
						
									
										6
									
								
								pendora-box.py
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							| @@ -1,3 +1,5 @@ | ||||
| #!/usr/bin/env python3 | ||||
|  | ||||
| import argparse | ||||
| import json | ||||
| from pathlib import Path | ||||
| @@ -5,7 +7,7 @@ import hashlib | ||||
| import requests | ||||
| import base64 | ||||
| import sys | ||||
| from os import geteuid | ||||
| from os import geteuid, chdir | ||||
| import subprocess | ||||
| from io import BytesIO | ||||
| import zipfile | ||||
| @@ -434,6 +436,8 @@ def menu_choice(menu_options): | ||||
|  | ||||
| if __name__ == '__main__': | ||||
|  | ||||
|     chdir(Path(__file__).resolve().parent)  # Change current dir to source location | ||||
|  | ||||
|     parser = argparse.ArgumentParser(description='Sync your files and starts a listener on HTTP, SMB or SMB2.') | ||||
|     parser.add_argument('-u', '--update', action='store_true', help='update your files (described in config.json)') | ||||
|     args = parser.parse_args() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user