diff --git a/home/modules/hacking.nix b/home/modules/hacking.nix index 2c18a6f..bfdf656 100644 --- a/home/modules/hacking.nix +++ b/home/modules/hacking.nix @@ -8,6 +8,7 @@ ffuf amass nikto + samba nuclei rlwrap sqlmap diff --git a/home/modules/zsh.nix b/home/modules/zsh.nix index b4bec6b..d89e134 100644 --- a/home/modules/zsh.nix +++ b/home/modules/zsh.nix @@ -26,7 +26,9 @@ r330-proxmox = "ssh root@192.168.100.21"; r730xd-proxmox = "ssh root@192.168.100.22"; r330-media = "ssh media@192.168.100.40"; + r330-logging = "ssh logging@192.168.100.41"; sampledb-dev = "ssh sampledb@192.168.100.42"; + mindforge = "ssh mindforge@mindforge.randomctf.local"; # Nix Specific aliases update-darwin = "darwin-rebuild switch --flake ~/dotfiles"; @@ -51,6 +53,10 @@ if [[ "$(uname)" == "Darwin" ]]; then source <(/opt/homebrew/bin/brew shellenv) fi + + if [[ -n "$SSH_CONNECTION" && "$TERM" == "ghostty" ]]; then + export TERM="xterm-256color" + fi ''; plugins = [