Advertisement
bartigames

1

Jun 3rd, 2020
983
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.02 KB | None | 0 0
  1. root@kali:~# uname -a
  2. Linux kali 5.5.0-kali2-amd64 #1 SMP Debian 5.5.17-1kali1 (2020-04-21) x86_64 GNU/Linux
  3. root@kali:~# ifconfig
  4. eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
  5.         inet 192.168.2.1  netmask 255.255.255.0  broadcast 192.168.2.255
  6.         inet6 fe80::a12:6147:4b7b:5c9e  prefixlen 64  scopeid 0x20<link>
  7.         ether 00:0c:29:a9:d0:31  txqueuelen 1000  (Ethernet)
  8.         RX packets 1739  bytes 203488 (198.7 KiB)
  9.         RX errors 0  dropped 17  overruns 0  frame 0
  10.         TX packets 489  bytes 47757 (46.6 KiB)
  11.         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
  12.  
  13. lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
  14.         inet 127.0.0.1  netmask 255.0.0.0
  15.         inet6 ::1  prefixlen 128  scopeid 0x10<host>
  16.         loop  txqueuelen 1000  (Local Loopback)
  17.         RX packets 30  bytes 2204 (2.1 KiB)
  18.         RX errors 0  dropped 0  overruns 0  frame 0
  19.         TX packets 30  bytes 2204 (2.1 KiB)
  20.         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
  21.  
  22. root@kali:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement