mgeeky-Penetration-Testing-.../others
mgeeky 3fa79b2005 readme 2019-06-18 18:07:26 +02:00
..
Contoso-AD-Structure readme 2019-06-18 18:07:26 +02:00
README.md Dropped a bunch of various scripts. 2019-01-29 05:19:12 -05:00
bluetoothObexSpam.py First 2018-02-02 22:22:43 +01:00
encrypt.rb First 2018-02-02 22:22:43 +01:00
playRTPStream.sh Dropped a bunch of various scripts. 2019-01-29 05:19:12 -05:00
xor-key-recovery.py First 2018-02-02 22:22:43 +01:00

README.md

  • 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)

  • playRTPStream.sh - Using rtpdump to play RTP streams from PCAP files with VLC. This script was useful to extract RTP Streams from sniffed VoIP communication and then with a help of VLC to dump those streams into valid .wav files. (https://github.com/hdiniz/rtpdump). 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)