Skip to content

Some tools to simulate the behavior of malicious software without destroying anything.

License

Notifications You must be signed in to change notification settings

ihgalis/amithebaddie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

amithebaddie

Some tools to simulate the behavior of malicious software without destroying anything.

How to start?

Install .NET SDK

Verify

dotnet --version

Create a project

dotnet new console -n amithebaddie

Download this repo

git clone https://github.com/ihgalis/amithebaddie.git

Compile for Windows

dotnet publish -c Release -r win-x64 --self-contained true

Find the exe and run by moving the entire dir to Windows

bin/Release/net<YOUR_DOT_NET_VERSION>/win-x64/publish

About

Some tools to simulate the behavior of malicious software without destroying anything.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages