Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redcode-labs/Coldfire
Golang malware development library
https://github.com/redcode-labs/Coldfire
golang golang-library malware malware-development malware-research
Last synced: 22 days ago
JSON representation
Golang malware development library
- Host: GitHub
- URL: https://github.com/redcode-labs/Coldfire
- Owner: redcode-labs
- License: mit
- Created: 2020-11-06T18:36:48.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-31T23:09:14.000Z (9 months ago)
- Last Synced: 2024-08-05T17:31:13.439Z (4 months ago)
- Topics: golang, golang-library, malware, malware-development, malware-research
- Language: Go
- Homepage:
- Size: 207 KB
- Stars: 922
- Watchers: 27
- Forks: 143
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - redcode-labs/Coldfire - Golang malware development library (Go)
- StarryDivineSky - redcode-labs/Coldfire
README
ColdFire II
Golang malware development framework## Table of Contents
- [Table of Contents](#table-of-contents)
- [Introduction](#introduction)
- [Installation](#installation)
- [Types of functions included](#types-of-functions-included)
- [Requirements](#requirements)
- [Disclaimer](#disclaimer)
- [License](#license)## Introduction
ColdFire II provides various methods useful for malware and security infra development in Golang.
Most functions are compatible with both Linux and Windows operating systems.
## Installation
`go get github.com/redcode-labs/Coldfire`
## Docs
Coming soon## Types of functions included (for maldev)
* Logging
* Auxiliary
* Reconnaissance
* Evasion
* Administration
* Sandbox detection
* Disruptive
* Low-level## Types of functions included (for infra)
* Network manipulations
* Cryptography
* IO with specialized readers
* Tunneling
* Target processing## Requirements
```
"github.com/google/gopacket"
"github.com/google/gopacket/layers"
"github.com/google/gopacket/pcap"
"github.com/robfig/cron"
"github.com/anvie/port-scanner"
"github.com/matishsiao/goInfo"
"github.com/fatih/color"
"github.com/minio/minio/pkg/disk"
"github.com/dustin/go-humanize"
"github.com/mitchellh/go-ps"
"github.com/GeertJohan/yubigo"
"github.com/go-sql-driver/mysql"
"github.com/ztrue/tracerr"
"github.com/yalue/elf_reader"
```## Disclaimer
Developers are not responsible for any misuse regarding this tool.
Use it only against systems that you are permitted to attack.## License
This software is under MIT license