mirror of
				https://github.com/mgeeky/Penetration-Testing-Tools.git
				synced 2025-11-04 13:05:26 +01:00 
			
		
		
		
	Other Penetration-Testing related scripts and tools
- 
bluetoothObexSpam.py- Script intended to flood bluetooth enabled devices with incoming OBEX Object Push requests containing attacker-specified file. (gist) - 
encrypt.rb- Simple File Encryption utility (with support for Blowfish, GOST, IDEA, AES) capable of encrypting directories. (gist) - 
xor-key-recovery.py- Simple XOR brute-force Key recovery script - given a cipher text, plain text and key length - it searches for proper key that could decrypt cipher into text. (gist)