Made the Quick IP lookup better
This commit is contained in:
parent
7aaff81508
commit
67447d8dd8
@ -252,9 +252,13 @@ extract() {
|
|||||||
# Start CyberChef
|
# Start CyberChef
|
||||||
alias cyberchef="open /opt/cyberchef/cyberchef"
|
alias cyberchef="open /opt/cyberchef/cyberchef"
|
||||||
|
|
||||||
# Quick tun0 ip lookup
|
# Local IP lookup
|
||||||
alias tun0="ip a s tun0"
|
alias eth0="ip a s eth0 | grep -Eo 'inet (addr:)?([0-9]*\.){3}[0-9]*' | grep -Eo '([0-9]*\.){3}[0-9]*'"
|
||||||
|
alias eth1="ip a s eth1 | grep -Eo 'inet (addr:)?([0-9]*\.){3}[0-9]*' | grep -Eo '([0-9]*\.){3}[0-9]*'"
|
||||||
|
alias wlan0="ip a s wlan0 | grep -Eo 'inet (addr:)?([0-9]*\.){3}[0-9]*' | grep -Eo '([0-9]*\.){3}[0-9]*'"
|
||||||
|
alias wlan1="ip a s wlan1 | grep -Eo 'inet (addr:)?([0-9]*\.){3}[0-9]*' | grep -Eo '([0-9]*\.){3}[0-9]*'"
|
||||||
|
alias tun0="ip a s tun0 | grep -Eo 'inet (addr:)?([0-9]*\.){3}[0-9]*' | grep -Eo '([0-9]*\.){3}[0-9]*'"
|
||||||
|
alias tun1="ip a s tun1 | grep -Eo 'inet (addr:)?([0-9]*\.){3}[0-9]*' | grep -Eo '([0-9]*\.){3}[0-9]*'"
|
||||||
# Sublist3r
|
# Sublist3r
|
||||||
alias sublist3r="python3 /opt/Sublist3r/sublist3r.py"
|
alias sublist3r="python3 /opt/Sublist3r/sublist3r.py"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user