Advertisement
Guest User

Untitled

a guest
Jun 27th, 2013
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. # netstat -pl | grep ":800"
  2. tcp 0 0 *:8000 *:* LISTEN 1264/icecast2
  3. tcp 0 0 *:8002 *:* LISTEN 24487/airtime-liqui
  4. tcp 0 0 *:8004 *:* LISTEN 20213/sc_serv
  5. tcp 0 0 *:8005 *:* LISTEN 20213/sc_serv
  6. tcp 0 0 *:8006 *:* LISTEN 24487/airtime-liqui
  7.  
  8. # nmap 94.143.9.104 -p 8000,8002,8004,8005,8006
  9.  
  10. Starting Nmap 4.53 ( http://insecure.org ) at 2013-06-27 15:58 CEST
  11. Interesting ports on 94.143.9.104:
  12. PORT STATE SERVICE
  13. 8000/tcp open http-alt
  14. 8002/tcp open unknown
  15. 8004/tcp open unknown
  16. 8005/tcp open unknown
  17. 8006/tcp open unknown
  18.  
  19. $ nslookup
  20. > set q=a
  21. > server 8.8.8.8
  22. Default server: 8.8.8.8
  23. Address: 8.8.8.8#53
  24. > radiobroadcast.djj.dk
  25. Server: 8.8.8.8
  26. Address: 8.8.8.8#53
  27.  
  28. Non-authoritative answer:
  29. Name: radiobroadcast.djj.dk
  30. Address: 94.143.9.104
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement