| Line 144: |
Line 144: |
| | | route -n || Shows routing table | | | route -n || Shows routing table |
| | |} | | |} |
| − |
| |
| − |
| |
| − |
| |
| − |
| |
| − |
| |
| − |
| |
| | | | |
| | JOHN | | JOHN |
| Line 155: |
Line 149: |
| | john --wordlist:[archivodiccionario] [archivo paswords] | | john --wordlist:[archivodiccionario] [archivo paswords] |
| | john --show[=LEFT] show cracked passwords [if =LEFT, then uncracked] | | john --show[=LEFT] show cracked passwords [if =LEFT, then uncracked] |
| | + | |
| | + | == Networking == |
| | + | {| class="wikitable sortable" |
| | + | |- |
| | + | ! Command !! Description |
| | + | |- |
| | + | | nm-tool || Network monitor tool |
| | + | |- |
| | + | | nm-connection-editor || Network monitor editor |
| | + | | iwconfig || Show WiFi connections |
| | + | |- |
| | + | | service networkmanager restart || Restart network daemon |
| | + | |} |
| | + | Network Manager configuration files:<br /> |
| | + | */etc/NetworkManager/system-connections/name-of-connection |
| | + | |
| | + | |
| | + | HARDWARE |
| | + | lspci -v: Muestra información dispositivos PCI |
| | | | |
| | ARCHIVOS IMPORTANTES | | ARCHIVOS IMPORTANTES |
| Line 167: |
Line 180: |
| | /etc/network/interfaces Configuración de red | | /etc/network/interfaces Configuración de red |
| | /etc/NetworkManager/system-connections/name-of-connection | | /etc/NetworkManager/system-connections/name-of-connection |
| − | NETWORK
| |
| − | nm-tool
| |
| − | nm-connection-editor
| |
| − | /etc/NetworkManager/system-connections/name-of-connection
| |
| − | iwconfig: Muestra las conexiones inalambrica
| |
| − | service networkmanager restart: Reinicia network manager
| |
| − | service networking restart: Reinicia el demonio de red
| |
| − | HARDWARE
| |
| − | lspci -v: Muestra información dispositivos PCI
| |