389 current 2025-05-14 07:09:04 25.05.20250424.f771eb4 6.12.24 *

This commit is contained in:
2025-05-14 07:09:33 -04:00
parent 5aa92f6e5a
commit c695edeb15
2 changed files with 19 additions and 0 deletions

View File

@@ -71,6 +71,11 @@ in {
httpx
sshfs
katana
dnsenum
eyewitness
masscan
dnsx
amass
]
++ (
with lib; let

View File

@@ -194,6 +194,7 @@ alias zshrc="nvim /home/synchronous/nix-cfg/home/programs/zsh/zshrc"
alias sxhkdrc="nvim /home/synchronous/nix-cfg/home/programs/sxhkd/sxhkdrc"
alias programs="cd /home/synchronous/nix-cfg/home/programs"
alias home-cfg="nvim /home/synchronous/nix-cfg/home/home.nix"
alias nix-shell="nix-shell --run zsh"
alias nrc="cd /home/synchronous/nix-cfg/home/programs/nvim"
@@ -213,6 +214,19 @@ a.fo() {
firefox `pwd`
}
a.sherlock() {
if [[ "$#" -ne "1" ]]; then
echo "ERROR: Specify username"
return 1
fi
docker run --rm -t sherlock/sherlock "$@"
}
a.dnsenum() {
dnsenum "$@"
}
# ------------------- fzf configuration
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh