This repository serves as a collection of cybersecurity tools build with Nix and not present in nixpkgs.
Open a Nix shell with a single tool in it:
nix shell --no-write-lock-file github:onix-sec/nixsecpkgs#haiti
To use packages defined in this repository.
-
Add the repository as an input:
inputs = { nixsecpkgs.url = "github:onix-sec/nixsecpkgs"; };
-
Include the overlay in
pkgs
:pkgs = import inputs.nixpkgs { overlays = [ inputs.nixsecpkgs.overlays.default ]; };
-
Use packages:
buildInputs = [ pkgs.pof pkgs.goldencopy ];
- awrbacs
- buster
- byp4xx
- carbon14
- cmsmap
- crackhound
- dfscoerce
- entropy
- finduncommonshares
- git-dumper
- gitlab-dump
- gmsadumper
- go-bhtool
- go-evilarc
- go-windapsearch
- goldencopy
- gosecretsdump
- goshs
- gpp-decrypt
- haiti
- hakrevdns
- hashonymize
- homoglyph
- jackit
- keyt
- kube-secrets-dump
- macro_pack
- pof
- pywhisker
- robotstester
- shellerator
- shuffledns
- smartbrute
- smtp-user-enum
- sprayhound
- sublist3r
- toutatis
- uberfile
- waybackurls
- webclientservicescanner
- whatportis
- xsser
- Add test on packages
- Add CI to build and test packages
NixSecPkgs is licensed under MIT.