Codebase list dnscat2 / 9b31863 server / Gemfile
9b31863

Tree @9b31863 (Download .tar.gz)

Gemfile @9b31863raw · history · blame

# Gemfile
# By Ron Bowes
#
# See LICENSE.md

source 'https://rubygems.org'

gem 'trollop' # Commandline parsing
gem 'salsa20' # Encrypted connections
gem 'sha3'    # Message signing + key derivation
gem 'ecdsa'   # Used for ECDH key exchange