iagox86 / dnscat2

BSD 3-Clause "New" or "Revised" License
3.4k stars 599 forks source link

Raspbian Installation Issue #178

Open pythonmcpi opened 2 years ago

pythonmcpi commented 2 years ago

The Issue

After cloning the repo and installing Ruby via rvm on a Raspberry Pi 3B+ running a somewhat outdated Raspbian version, I ran into a slight issue: Running bundle install fails with a build failure for the sha3 gem native extension.

Current Workaround

Running gem install sha3 -v '1.0.2' after bundle install (and the error) allows the server to start fine. I have not tested with any clients yet.

Potential Fix

Bump the version of sha3 from 1.0.1 to 1.0.2 (current version on rubygems.org is 1.0.4).

Reference

johanns/sha3#8