Advertisement
Guest User

Untitled

a guest
Jun 1st, 2012
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. # ip number
  2. regexp=\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}
  3. colours=bold yellow
  4. ======
  5. # list header
  6. regexp=(PORT|STATE|SERVICE|REASON|VERSION)
  7. colours=bold white
  8. ======
  9. # open
  10. regexp=open
  11. colours=dark green
  12. ======
  13. # filtered
  14. regexp=filtered
  15. colours=dark yellow
  16. ======
  17. # closed
  18. regexp=closed
  19. colours= dark red
  20. ======
  21. # tcp n udp
  22. regexp=(/tcp|/udp)
  23. colours=bold black
  24. ======
  25. # device type
  26. regexp=(Device type:)
  27. colours=cyan
  28. ======
  29. # running
  30. regexp=(Running:|Running)
  31. colours=cyan
  32. ======
  33. # os details
  34. regexp=(OS details:)
  35. colours=cyan
  36. ======
  37. # MAC
  38. regexp=(MAC Address:)
  39. colours=cyan
  40. ======
  41. # network distance
  42. regexp=(Network Distance:)
  43. colours=cyan
  44. ======
  45. # Service Info
  46. regexp=(Service Info:)
  47. colours=cyan
  48. ======
  49. # Agressive
  50. regexp=(Aggressive OS guesses:)
  51. colours=cyan
  52. ======
  53. # no exact match
  54. regexp=(No exact OS matches for host)
  55. colours=magenta
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement