-
bluetoothObexSpam.py
- Script intended to flood bluetooth enabled devices with incoming OBEX Object Push requests containing attacker-specified file. (gist)
-
Contoso-AD-Structure
- Simple script intended to create a sample AD structure filled out with users and groups.
-
encrypt.rb
- Simple File Encryption utility (with support for Blowfish, GOST, IDEA, AES) capable of encrypting directories. (gist)
-
forticlientsslvpn-expect.sh
- Forticlient SSL VPN Client launching script utilizing expect. Useful while working for clients exposing their local networks through a Fortinet SSL VPN. 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
-
vm-manager.sh
- A bash script offering several aliases/functions for quick management of a single Virtualbox VM machine. Handy to use it for example to manage a Kali box. By issuing startkali
the VM will raise, sshkali
- offers instant SSH into your VM, getkali
- returns VM's IP address, iskali
- checks whether VM is running, stopkali
goes without explanation. gist