add more packages
This commit is contained in:
parent
64ad87822b
commit
7f0c6ab8cc
1 changed files with 8 additions and 9 deletions
17
blix.nix
17
blix.nix
|
@ -42,8 +42,7 @@ with lib;
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "wheel" "networkmanager" "video" "libvirt" "docker" ];
|
extraGroups = [ "wheel" "networkmanager" "video" "libvirt" "docker" ];
|
||||||
|
|
||||||
openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1N
|
openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDBUk5IjB3+trnVO6pncivFbOetUL8BPTl3CwAtk4532 xfnw@raven" ];
|
||||||
TE5AAAAIDBUk5IjB3+trnVO6pncivFbOetUL8BPTl3CwAtk4532 xfnw@raven" ];
|
|
||||||
};
|
};
|
||||||
security.sudo.wheelNeedsPassword = false;
|
security.sudo.wheelNeedsPassword = false;
|
||||||
|
|
||||||
|
@ -66,8 +65,8 @@ TE5AAAAIDBUk5IjB3+trnVO6pncivFbOetUL8BPTl3CwAtk4532 xfnw@raven" ];
|
||||||
# network analysis
|
# network analysis
|
||||||
nmap masscan wireshark wireshark-qt termshark netsniff-ng argus
|
nmap masscan wireshark wireshark-qt termshark netsniff-ng argus
|
||||||
bettercap stress-ng multimon-ng aircrack-ng mfcuk pixiewps nuclei
|
bettercap stress-ng multimon-ng aircrack-ng mfcuk pixiewps nuclei
|
||||||
hcxtools dirb sslsplit whsniff sniffglue pwnat
|
hcxtools dirb sslsplit whsniff sniffglue pwnat cutecom minicom
|
||||||
subfinder zap hping proxychains minimodem
|
subfinder zap hping proxychains minimodem cadaver macchanger testssl
|
||||||
gnirehtet # reverse android tethering
|
gnirehtet # reverse android tethering
|
||||||
|
|
||||||
# research
|
# research
|
||||||
|
@ -76,21 +75,21 @@ TE5AAAAIDBUk5IjB3+trnVO6pncivFbOetUL8BPTl3CwAtk4532 xfnw@raven" ];
|
||||||
# disk analysis
|
# disk analysis
|
||||||
testdisk squashfs-tools-ng ddrescue # volatility
|
testdisk squashfs-tools-ng ddrescue # volatility
|
||||||
stegseek apktool adbfs-rootless ursadb android-udev-rules
|
stegseek apktool adbfs-rootless ursadb android-udev-rules
|
||||||
valgrind dos2unix file exiftool foremost pngcheck
|
valgrind dos2unix file exiftool foremost pngcheck ccrypt
|
||||||
docker xcd trufflehog sleuthkit
|
docker xcd trufflehog sleuthkit radare2 radare2-cutter
|
||||||
|
|
||||||
# exploit
|
# exploit
|
||||||
doona metasploit twa wifite2 burpsuite wpscan wfuzz
|
doona metasploit twa wifite2 burpsuite wpscan wfuzz
|
||||||
sqlmap thc-hydra (callPackage ./pkgs/routersploit.nix { })
|
sqlmap thc-hydra (callPackage ./pkgs/routersploit.nix { })
|
||||||
dsniff
|
dsniff beef
|
||||||
|
|
||||||
# crack
|
# crack
|
||||||
hashcat mfoc john crunch diceware crowbar # pyrit
|
hashcat mfoc john crunch diceware crowbar # pyrit
|
||||||
cowpatty bully deepsea reaverwps amass medusa
|
cowpatty bully deepsea reaverwps amass medusa nasty
|
||||||
(callPackage ./pkgs/cupp.nix { })
|
(callPackage ./pkgs/cupp.nix { })
|
||||||
|
|
||||||
# security scan
|
# security scan
|
||||||
lynis chkrootkit
|
lynis chkrootkit aflplusplus
|
||||||
|
|
||||||
# development
|
# development
|
||||||
arduino python3Packages.pip # ino
|
arduino python3Packages.pip # ino
|
||||||
|
|
Loading…
Reference in a new issue