Guest User

Untitled

a guest
May 24th, 2018
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. $ nmap linux -p 4444
  2. Starting Nmap 7.70 ( https://nmap.org ) at 2018-05-24 15:42 +0430
  3. sendto in send_ip_packet_sd: sendto(4, packet, 44, 0, 127.0.1.1, 16) => Operation not permitted
  4. Offending packet: TCP 127.0.0.1:50026 > 127.0.1.1:4444 S ttl=44 id=30247 iplen=44 seq=3026860575 win=1024 <mss 1460>
  5. sendto in send_ip_packet_sd: sendto(4, packet, 44, 0, 127.0.1.1, 16) => Operation not permitted
  6. Offending packet: TCP 127.0.0.1:50027 > 127.0.1.1:4444 S ttl=53 id=24606 iplen=44 seq=3026926110 win=1024 <mss 1460>
  7. Nmap scan report for linux (127.0.1.1)
  8. Host is up.
  9. rDNS record for 127.0.1.1: Linux.domain.linux
  10.  
  11. PORT STATE SERVICE
  12. 4444/tcp filtered krb524
  13.  
  14. Nmap done: 1 IP address (1 host up) scanned in 2.11 seconds
  15.  
  16.  
  17. $ nmap 192.168.1.3 -p 4444
  18. Starting Nmap 7.70 ( https://nmap.org ) at 2018-05-24 15:43 +0430
  19. Nmap scan report for 192.168.1.3
  20. Host is up (0.000022s latency).
  21.  
  22. PORT STATE SERVICE
  23. 4444/tcp closed krb524
  24.  
  25. Nmap done: 1 IP address (1 host up) scanned in 13.22 seconds
  26.  
  27.  
  28. $ hostname
  29. Linux
  30.  
  31. $ ifconfig
  32. eth0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
  33. ether ec:f4:bb:2f:a2:d9 txqueuelen 1000 (Ethernet)
  34. RX packets 0 bytes 0 (0.0 B)
  35. RX errors 0 dropped 0 overruns 0 frame 0
  36. TX packets 0 bytes 0 (0.0 B)
  37. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  38. device interrupt 20 memory 0xf7e00000-f7e20000
  39.  
  40. lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
  41. inet 127.0.0.1 netmask 255.0.0.0
  42. loop txqueuelen 1000 (Local Loopback)
  43. RX packets 63438 bytes 78026474 (74.4 MiB)
  44. RX errors 0 dropped 0 overruns 0 frame 0
  45. TX packets 63438 bytes 78026474 (74.4 MiB)
  46. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  47.  
  48. tun0: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST> mtu 1500
  49. inet 10.115.210.220 netmask 255.255.254.0 destination 10.115.210.220
  50. unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 txqueuelen 100 (UNSPEC)
  51. RX packets 182 bytes 69832 (68.1 KiB)
  52. RX errors 0 dropped 0 overruns 0 frame 0
  53. TX packets 234 bytes 40743 (39.7 KiB)
  54. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  55.  
  56. wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
  57. inet 192.168.1.3 netmask 255.255.255.0 broadcast 192.168.1.255
  58. inet6 fe80::8286:f2ff:fe6e:59e2 prefixlen 64 scopeid 0x20<link>
  59. ether 80:86:f2:6e:59:e2 txqueuelen 1000 (Ethernet)
  60. RX packets 387176 bytes 530891372 (506.2 MiB)
  61. RX errors 0 dropped 0 overruns 0 frame 0
  62. TX packets 357454 bytes 58810528 (56.0 MiB)
  63. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Add Comment
Please, Sign In to add comment