Skip to content

Instantly share code, notes, and snippets.

@YasuakiHonda
Created January 25, 2023 14:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YasuakiHonda/7b8d6947265df162e3477b5bd075189a to your computer and use it in GitHub Desktop.
Save YasuakiHonda/7b8d6947265df162e3477b5bd075189a to your computer and use it in GitHub Desktop.
How to compile sasquatch tool in Kali Linux
git clone https://github.com/devttys0/sasquatch.git
cd sasquatch
sudo apt-get install build-essential liblzma-dev liblzo2-dev zlib1g-dev
CFLAGS='-Wno-misleading-indentation -fcommon' ./build.sh
The above procedure has been tested on the following environments:
Kali Linux 2022.4 ("Kali GNU/Linux Rolling") arm64 architecture in VMware Fusion Player 13 on macOS 13.2 on M1 iMac
Kali Linux 2022.4 ("Kali GNU/Linux Rolling") amd64 architecture in docker image Kalilinux/Kali-rolling on macOS 13.2 on M1 iMac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment