Skip to content

Instantly share code, notes, and snippets.

@philcrissman
Created February 20, 2013 16:33
Show Gist options
  • Save philcrissman/4996865 to your computer and use it in GitHub Desktop.
Save philcrissman/4996865 to your computer and use it in GitHub Desktop.
nslookup ing the starwars traceroute. see `traceroute obiwan.scrye.net`
irb
1.9.3p194 :001 > ip2 = '206.214.251.'
=> "206.214.251."
1.9.3p194 :002 > (0..254).each{|octet| x= `nslookup #{ip2}#{octet}`.match(/\tname = (.*)/); puts x.captures.first unless x.nil? }
Episode.IV.
A.NEW.HOPE.
It.is.a.period.of.civil.war.
Rebel.spaceships.
striking.from.a.hidden.base.
have.won.their.first.victory.
against.the.evil.Galactic.Empire.
During.the.battle.
Rebel.spies.managed.
to.steal.secret.plans.
to.the.Empires.ultimate.weapon.
the.DEATH.STAR.
an.armored.space.station.
with.enough.power.to.
destroy.an.entire.planet.
Pursued.by.the.Empires.
sinister.agents.
Princess.Leia.races.home.
aboard.her.starship.
custodian.of.the.stolen.plans.
that.can.save.her.
people.and.restore.
freedom.to.the.galaxy.
0-----I-------I-----0.
0------------------0.
0-----------------0.
0----------------0.
0---------------0.
0--------------0.
0-------------0.
0------------0.
0-----------0.
0----------0.
0---------0.
0--------0.
0-------0.
0------0.
0-----0.
0----0.
0---0.
0--0.
0-0.
00.
I.
By.Ryan.Werber.
Can.You.Find.The.Secret.Keyhole.
0_-_0.
read.more.at.beaglenetworks.net.
You.Have.Found.The.Keyhole.
Were.no.strangers.to.love.
You.know.the.rules.and.so.do.I.
You.wouldnt.get.this.from.any.other.guy.
I.just.wanna.tell.you.how.Im.feeling.
Gotta.make.you.understand.
Never.gonna.give.you.up.
Never.gonna.let.you.down.
Never.gonna.run.around.and.desert.you.
Never.gonna.make.you.cry.
Never.gonna.say.goodbye.
Never.gonna.tell.a.lie.and.hurt.you.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment