Skip to content

Commit

Permalink
Merge pull request #1 from Fisjkars/Alias-Eyewitness
Browse files Browse the repository at this point in the history
Fix alias for Eyewitness
  • Loading branch information
Fisjkars authored May 23, 2022
2 parents dcc67cb + 26c6645 commit 3f374b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sources/zsh/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ alias sublist3r='python3 /opt/tools/Sublist3r/sublist3r.py'
alias recondog='python3 /opt/tools/ReconDog/dog'
alias cloudfail='python3 /opt/tools/CloudFail/cloudfail.py'
alias oneforall='python3 /opt/tools/OneForAll/oneforall/oneforall.py'
alias eyewitness='python3 /opt/tools/EyeWitness/EyeWitness.py'
alias eyewitness='python3 /opt/tools/EyeWitness/Python/EyeWitness.py'
alias XSStrike='python3 /opt/tools/XSStrike/xsstrike.py'
alias bolt='python3 /opt/tools/Bolt/bolt.py'
alias ntlmrelayx='grc ntlmrelayx.py'
Expand Down Expand Up @@ -180,4 +180,4 @@ alias pyLAPS.py='python3 /opt/tools/pyLAPS/pyLAPS.py'
alias FindUncommonShares.py='python3 /opt/tools/FindUncommonShares/FindUncommonShares.py'
alias LdapRelayScan.py='python3 /opt/tools/LdapRelayScan/LdapRelayScan.py'
alias goldencopy.py='python3 /opt/tools/GoldenCopy/goldencopy.py'
alias crackhound.py='python3 /opt/tools/CrackHound/crackhound.py'
alias crackhound.py='python3 /opt/tools/CrackHound/crackhound.py'

0 comments on commit 3f374b0

Please sign in to comment.