Sinon is a modular tool for automatic burn-in of Windows-based deception hosts that aims to reduce the difficulty of orchestrating deception hosts at scale whilst enabling diversity and randomness through generative capabilities.
It has been created as a proof-of-concept and is not intended for production deception environments.
It would likely be better suited to having content pre-generated and built into a one-time script, as we wouldn’t want to be storing secrets like OpenAI API keys on a decoy or deception host.
Sinon performs the following functions, as determined by a config file:
git clone https://github.com/yourusername/sinon.git
cd sinon
config.yaml
file to suit your needs. See the Config Items section for details.go build -o sinon
# building for windows on linux: GOOS=windows GOARCH=amd64 go build -o sinon.exe
3. Deploy the application to your target machine:
For more information click here.
ROADTools is a powerful framework designed for exploring and interacting with Microsoft Azure Active Directory…
Microsoft 365 Groups (also known as M365 Groups or Unified Groups) are at the heart…
SeamlessPass is a specialized tool designed to leverage on-premises Active Directory Kerberos tickets to obtain…
PPLBlade is a powerful Protected Process Dumper designed to capture memory from target processes, hide…
HikPwn: Comprehensive Guide to Scanning Hikvision Devices for Vulnerabilities If you’re searching for an efficient…
What Are Bash Comments? Comments in Bash scripts, are notes in your code that the…