aliases: adds enum4linux -> enum4linux-ng
This is a newer re-write with additional features and written in python https://github.com/cddmp/enum4linux-ng
This commit is contained in:
parent
fd6d4258df
commit
c83bb775b4
1 changed files with 3 additions and 0 deletions
|
@ -129,6 +129,9 @@ type -p pgcli > /dev/null && alias postgres="echo \"You might want to use pgcli
|
|||
type -p mvg > /dev/null && alias mv="mvg -g"
|
||||
type -p cpg > /dev/null && alias cp="cpg --progress-bar"
|
||||
|
||||
# If enum4linux-ng is available, use that instead
|
||||
type -p enum4linux-ng > /dev/null && alias enum4linux="enum4linux-ng"
|
||||
|
||||
###################
|
||||
# Git Shortcuts #
|
||||
###################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue