389 current 2025-05-14 07:09:04 25.05.20250424.f771eb4 6.12.24 *
This commit is contained in:
@@ -71,6 +71,11 @@ in {
|
|||||||
httpx
|
httpx
|
||||||
sshfs
|
sshfs
|
||||||
katana
|
katana
|
||||||
|
dnsenum
|
||||||
|
eyewitness
|
||||||
|
masscan
|
||||||
|
dnsx
|
||||||
|
amass
|
||||||
]
|
]
|
||||||
++ (
|
++ (
|
||||||
with lib; let
|
with lib; let
|
||||||
|
|||||||
@@ -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 sxhkdrc="nvim /home/synchronous/nix-cfg/home/programs/sxhkd/sxhkdrc"
|
||||||
alias programs="cd /home/synchronous/nix-cfg/home/programs"
|
alias programs="cd /home/synchronous/nix-cfg/home/programs"
|
||||||
alias home-cfg="nvim /home/synchronous/nix-cfg/home/home.nix"
|
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"
|
alias nrc="cd /home/synchronous/nix-cfg/home/programs/nvim"
|
||||||
|
|
||||||
@@ -213,6 +214,19 @@ a.fo() {
|
|||||||
firefox `pwd`
|
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
|
# ------------------- fzf configuration
|
||||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||||
|
|||||||
Reference in New Issue
Block a user