Advertisement
kosh

Star Wars Traceroute 2

May 4th, 2014
359
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #!/usr/bin/env newlisp
  2.  
  3. (for (i 1 254)
  4.   (letn ((ip (format "206.214.251.%d" i))
  5.          (host (net-lookup ip)))
  6.     (when host
  7.       (println (format "%s\t%s" ip host)))))
  8.  
  9. (exit)
  10.  
  11. # 206.214.251.1     Episode.IV
  12. # 206.214.251.2     Star.Wars.Episode.V
  13. # 206.214.251.3     The.Empire.Strikes.Back
  14. # 206.214.251.4     It.is.a.dark.time.for.the.Rebellion
  15. # 206.214.251.5     Although.the.Death.Star.has.been.destroyed
  16. # 206.214.251.6     A.NEW.HOPE
  17. # 206.214.251.7     Imperial.troops.have.driven
  18. # 206.214.251.8     the.Rebel.forces.from.their.hidden
  19. # 206.214.251.9     It.is.a.period.of.civil.war
  20. # 206.214.251.10    basand.pursued.them.across.the.galaxy
  21. # 206.214.251.11    Evading.the.dreaded.Imperial.Starfleet
  22. # 206.214.251.12    a.group.of.freedom
  23. # 206.214.251.13    fighters.led.by.Luke.Skywalker
  24. # 206.214.251.14    Rebel.spaceships
  25. # 206.214.251.15    has.established.a.new.secret
  26. # 206.214.251.16    base.on.the.remote.ice.world
  27. # 206.214.251.17    striking.from.a.hidden.base
  28. # 206.214.251.18    of.Hoth
  29. # 206.214.251.19    The.evil.lord
  30. # 206.214.251.20    DARTH.VADER
  31. # 206.214.251.21    obsessed.with.finding.young.Skywalker
  32. # 206.214.251.22    have.won.their.first.victory
  33. # 206.214.251.23    has.dispatched.thousands
  34. # 206.214.251.24    of.remote.probed.into
  35. # 206.214.251.25    against.the.evil.Galactic.Empire
  36. # 206.214.251.28    REVENGE.OF.THE.JEDI
  37. # 206.214.251.29    Little.does.Luke.know.that.the
  38. # 206.214.251.30    During.the.battle
  39. # 206.214.251.31    GALACTIC.EMPIRE
  40. # 206.214.251.32    has.secretly
  41. # 206.214.251.33    Rebel.spies.managed
  42. # 206.214.251.34    begun.construction.on.a.new
  43. # 206.214.251.35    armored.space.station.even
  44. # 206.214.251.36    more.powerful.than.the.first
  45. # 206.214.251.38    to.steal.secret.plans
  46. # 206.214.251.39    dreaded.Death.Star
  47. # 206.214.251.40    I-------------------------I
  48. # 206.214.251.41    to.the.Empires.ultimate.weapon
  49. # 206.214.251.42    When.completed.this.ultimate
  50. # 206.214.251.43    weapon.will.spell.certain.doom
  51. # 206.214.251.44    for.the.small.band.of.rebels
  52. # 206.214.251.45    struggling.to.restore.freedom
  53. # 206.214.251.46    the.DEATH.STAR
  54. # 206.214.251.48    And.now.for.something.completely.different
  55. # 206.214.251.49    an.armored.space.station
  56. # 206.214.251.50    Weve.known.each.other.for.so.long
  57. # 206.214.251.51    Your.hearts.been.aching.but
  58. # 206.214.251.52    Youre.too.shy.to.say.it
  59. # 206.214.251.53    Inside.we.both.know.whats.been.going.on
  60. # 206.214.251.54    with.enough.power.to
  61. # 206.214.251.55    We.know.the.game.and.were.gonna.play.it
  62. # 206.214.251.56    And.if.you.ask.me.how.Im.feeling
  63. # 206.214.251.57    destroy.an.entire.planet
  64. # 206.214.251.58    Dont.tell.me.youre.too.blind.to.see
  65. # 206.214.251.59    OOOH.give.you.up
  66. # 206.214.251.60    NEVER.GONNA.GIVE
  67. # 206.214.251.61    give.you.up
  68. # 206.214.251.62    Pursued.by.the.Empires
  69. # 206.214.251.63    I.just.wanna.tell.you.how.Im.feeling
  70. # 206.214.251.64    Gotta.make.you.understand
  71. # 206.214.251.65    sinister.agents
  72. # 206.214.251.70    Princess.Leia.races.home
  73. # 206.214.251.73    aboard.her.starship
  74. # 206.214.251.78    custodian.of.the.stolen.plans
  75. # 206.214.251.81    that.can.save.her
  76. # 206.214.251.86    people.and.restore
  77. # 206.214.251.89    freedom.to.the.galaxy
  78. # 206.214.251.94    0-----I-------I-----0
  79. # 206.214.251.97    0------------------0
  80. # 206.214.251.102   0-----------------0
  81. # 206.214.251.105   0----------------0
  82. # 206.214.251.110   0---------------0
  83. # 206.214.251.113   0--------------0
  84. # 206.214.251.118   0-------------0
  85. # 206.214.251.121   0------------0
  86. # 206.214.251.126   0-----------0
  87. # 206.214.251.129   0----------0
  88. # 206.214.251.134   0---------0
  89. # 206.214.251.137   0--------0
  90. # 206.214.251.142   0-------0
  91. # 206.214.251.145   0------0
  92. # 206.214.251.150   0-----0
  93. # 206.214.251.153   0----0
  94. # 206.214.251.158   0---0
  95. # 206.214.251.161   0--0
  96. # 206.214.251.166   0-0
  97. # 206.214.251.169   00
  98. # 206.214.251.174   I
  99. # 206.214.251.177   By.Ryan.Werber
  100. # 206.214.251.182   Blizzards.Breed.CCIE.Creativity
  101. # 206.214.251.185   Please.Try.Again.Tracerote.to.obiwan.scrye.net
  102. # 206.214.251.190   read.more.at.beaglenetworks.net
  103. # 206.214.251.201   You.Have.Found.The.Keyhole
  104. # 206.214.251.206   Were.no.strangers.to.love
  105. # 206.214.251.209   You.know.the.rules.and.so.do.I
  106. # 206.214.251.214   A.full.commitments.what.Im.thinking.of
  107. # 206.214.251.217   I.just.wanna.tell.you.how.Im.feeling
  108. # 206.214.251.222   Gotta.make.you.understand
  109. # 206.214.251.225   Never.gonna.give.you.up
  110. # 206.214.251.230   Never.gonna.let.you.down
  111. # 206.214.251.233   Never.gonna.run.around.and.desert.you
  112. # 206.214.251.238   Never.gonna.make.you.cry
  113. # 206.214.251.241   Never.gonna.say.goodbye
  114. # 206.214.251.246   Never.gonna.tell.a.lie.and.hurt.you
  115. # EOF
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement