mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
msf: add metasploit alias
This commit is contained in:
parent
cf726bc31a
commit
ec6e29fa69
@ -3078,7 +3078,8 @@ with pkgs;
|
||||
|
||||
mscgen = callPackage ../tools/graphics/mscgen { };
|
||||
|
||||
msf = callPackage ../tools/security/metasploit { };
|
||||
metasploit = callPackage ../tools/security/metasploit { };
|
||||
msf = metasploit;
|
||||
|
||||
ms-sys = callPackage ../tools/misc/ms-sys { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user