Skip to content

ARaChn3/gfb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



gfb - go-fork-bomb

A golang package implementing a forkbomb using cgo.

❗ Warning ❗

This project is strictly for educational/research purposes, any malicious activities that involve use of this repository is not the responsibility of the owner. ⚡ Ignore at your own risk! ⚡.

Usage

To use the types and functions within, simply import:

import "github.com/ARaChn3/gfb"

Run the following command in shell to get the module for your package:

$ go get github.com/ARaChn3/gfb

More info about the library, including docs, usage reference and examples, can be found on the project's wiki

License 📜

This project is licensed under the GNU LGPLv3 (GNU Lesser General Public License 3.0) License. Please see License File for more information.


Credit to the free-gophers-pack project for the gopher in the logo.

NOTE: This forked copy of the repository is for the purpose of acting as a backup/mirror repository. If the main repository is deleted or taken down, here's yet another mirror repository on gitlab