-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove redundant puts, add spec for
.host_as_json
- Loading branch information
Showing
1 changed file
with
25 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -122,24 +122,31 @@ | |
end | ||
|
||
describe '.host_as_json' do | ||
# let(:host) { nmap_file.host } | ||
# let(:expected) do | ||
# { | ||
# start_time: Time.at(1429302190), | ||
# end_time: Time.at(1429303392), | ||
# status: { | ||
# state: :up, | ||
# reason: "reset", | ||
# reason_ttl: 54 | ||
# }, | ||
# addresses: {}, | ||
# hostnames: {} | ||
# } | ||
# end | ||
|
||
# it 'must convert Host to json representation' do | ||
# expect(subject.host_as_json(host)).to eq(expected) | ||
# end | ||
let(:host) { nmap_file.host } | ||
let(:expected) do | ||
{ | ||
start_time: Time.at(1429302190), | ||
end_time: Time.at(1429303392), | ||
status: { | ||
state: :up, | ||
reason: "reset", | ||
reason_ttl: 54 | ||
}, | ||
addresses: [{:addr=>"45.33.32.156", :type=>:ipv4, :vendor=>nil}], | ||
hostnames: [{:name=>"scanme.nmap.org", :type=>"user"}, {:name=>"li982-156.members.linode.com", :type=>"PTR"}], | ||
ip_id_sequence: {:description=>"All zeros", :values=>[0, 0, 0, 0, 0, 0]}, | ||
os: {:os_classes=>[{:accuracy=>94, :family=>:Linux, :gen=>:"3.X", :type=>:"general purpose", :vendor=>"Linux"}, {:accuracy=>94, :family=>:Linux, :gen=>:"2.6.X", :type=>:"general purpose", :vendor=>"Linux"}, {:accuracy=>94, :family=>:Linux, :gen=>:"3.X", :type=>:"general purpose", :vendor=>"Linux"}, {:accuracy=>93, :family=>:Linux, :gen=>:"2.6.X", :type=>:"general purpose", :vendor=>"Linux"}, {:accuracy=>92, :family=>:Linux, :gen=>:"2.6.X", :type=>:"general purpose", :vendor=>"Linux"}, {:accuracy=>91, :family=>:embedded, :type=>:WAP, :vendor=>"Netgear"}, {:accuracy=>91, :family=>:embedded, :type=>:"media device", :vendor=>"Western Digital"}, {:accuracy=>91, :family=>:Linux, :gen=>:"2.6.X", :type=>:"general purpose", :vendor=>"Linux"}, {:accuracy=>91, :family=>:Linux, :gen=>:"3.X", :type=>:"general purpose", :vendor=>"Linux"}, {:accuracy=>91, :family=>:Linux, :gen=>:"2.6.X", :type=>:"general purpose", :vendor=>"Linux"}, {:accuracy=>91, :family=>:embedded, :type=>:"storage-misc", :vendor=>"HP"}, {:accuracy=>90, :family=>:Linux, :gen=>:"2.6.X", :type=>:"general purpose", :vendor=>"Linux"}], :os_matches=>[{:accuracy=>94, :name=>"Linux 3.0"}, {:accuracy=>94, :name=>"Linux 2.6.26 - 2.6.35"}, {:accuracy=>94, :name=>"Linux 3.0 - 3.9"}, {:accuracy=>93, :name=>"Linux 2.6.23 - 2.6.38"}, {:accuracy=>92, :name=>"Linux 2.6.32"}, {:accuracy=>91, :name=>"Netgear DG834G WAP or Western Digital WD TV media player"}, {:accuracy=>91, :name=>"Linux 2.6.32 - 3.9"}, {:accuracy=>91, :name=>"Linux 2.6.8 - 2.6.27"}, {:accuracy=>91, :name=>"HP P2000 G3 NAS device"}, {:accuracy=>90, :name=>"Linux 2.6.22"}], :ports_used=>[22, 1, 2]}, | ||
ports: [{:number=>22, :protocol=>:tcp, :reason=>"syn-ack", :reason_ttl=>"syn-ack", :scripts=>{"ssh-hostkey"=>{:data=>[{"bits"=>"1024", "fingerprint"=>"ac00a01a82ffcc5599dc672b34976b75", "key"=>"QUFBQUIzTnphQzFrYzNNQUFBQ0JBT2U4bzU5dkZXWkdhQm1HUFZlSkJPYkVmaTFBUjh5RVVZQy9VZmtrdTNzS2hHRjd3TTJtMnVqSWVaREs1dnFlQzBTNUVOMnhZbzZGc2hDUDRGUVJZZVR4RDE3bk5PNFBod1c2NXFBakRSUlUwdUhGZlNBaDV3ayt2dDR5UXp0T0UrK3NUZDFHOU9CTHpBOEhPOTlxRG1DQXhiM3p3K0dRREVnUGp6Z3l6R1ozQUFBQUZRQ0JtRTF2Uk9QOElhUGtVbWhNNXhMRnRhL3hId0FBQUlFQTNFd1JmYWVPUExMN1RLRGdHWDY3TGJrZjlVdGRscENkQzRkb01qR2dzem5ZTXdXSDZhN0xqM3ZpNC9LbWVaWmRpeDZGTWRGcXErMnZyZlQxRFJxeDBSUzBYWWRHeG5rZ1MrMmczMzNXWUNyVWtEQ242UlBVV1IvMVRnR01QSENqN0xXQ2ExWndKd0xXUzJLWDI4OFBhMmdMT1d1aFptMlZZS1NReDZORURPSUFBQUNCQU54SWZwclNkQmRibzRFenJoNi9YNkhTdnJoanRaN01vdVN0V2FFNzE0QnlPNWJTMmNvTTlDeWFDd1l5ckU1cXpZaXlJZmIrMUJHM081blZkRHVOOTVzUS8wYkFkQktsa3FMRnZGcUZqVmJFVEYwcmkzdjk3dzZNcFVhd2ZGNzVvdURyUTR4ZGFVT0xMRVdUc282VkZKY002Smc5YkRsMEZBMHVMWlVTREVITA==", "type"=>"ssh-dss"}, {"bits"=>"2048", "fingerprint"=>"203d2d44622ab05a9db5b30514c2a6b2", "key"=>"QUFBQUIzTnphQzF5YzJFQUFBQURBUUFCQUFBQkFRQzZhZm9vVFo5bVZVR0ZORWhrTW9SUjFCdHp1NjRYWHdFbGhDc0h3L3pWbEl4L0hYeWxOYmI5KzExZG0yVmdKUTIxcHhrV0RzK0w2K0ViWXlEbnZSVVJUck1UZ0hMMHhzZUIwRWtOcWV4czloWVpTaXF0TXg0anRHTnRIdnNNeFpuYnh2VlVrMmRhc1d2dEJrbjhKNUphZ1NieldUUW80aGpLTU9JMVNVbFh0aUt4QXMyRjh3aXEyRWRTdUt3L0tOazhHZklwMVRBKzhjY0dlQXRuc1ZwdFRKNEQvOE1oQVdzUk9rUXpPb3dRdm5CQnoyLzhlY0V2b01TY2FmK2tEZk5Rb3dLM2dFTnRTU09xWXc5SkxPemE2WUpCUEwvYVl1UVEwbko3NFJyNXZMNDRhTklsckdJOWpKYzJ4MGJWN0JlTkE1a1Z1WHNtaHlmV2Jia0I4eUdk", "type"=>"ssh-rsa"}, {"bits"=>"256", "fingerprint"=>"9602bb5e57541c4e452f564c4a24b257", "key"=>"QUFBQUUyVmpaSE5oTFhOb1lUSXRibWx6ZEhBeU5UWUFBQUFJYm1semRIQXlOVFlBQUFCQkJNRDQ2ZzY3eDZ5V05qalFKblhoaXovVHNrSHJxUTB1UGNPc3BGcklZVzM4MnVPR3ptV0RaQ0ZWOEZiRndReUg5MHUrajBRcjFTR05BeEJaTWhPUThwYz0=", "type"=>"ecdsa-sha2-nistp256"}], :id=>"ssh-hostkey", :output=>"\n 1024 ac:00:a0:1a:82:ff:cc:55:99:dc:67:2b:34:97:6b:75 (DSA)\nssh-dss AAAAB3NzaC1kc3MAAACBAOe8o59vFWZGaBmGPVeJBObEfi1AR8yEUYC/Ufkku3sKhGF7wM2m2ujIeZDK5vqeC0S5EN2xYo6FshCP4FQRYeTxD17nNO4PhwW65qAjDRRU0uHFfSAh5wk+vt4yQztOE++sTd1G9OBLzA8HO99qDmCAxb3zw+GQDEgPjzgyzGZ3AAAAFQCBmE1vROP8IaPkUmhM5xLFta/xHwAAAIEA3EwRfaeOPLL7TKDgGX67Lbkf9UtdlpCdC4doMjGgsznYMwWH6a7Lj3vi4/KmeZZdix6FMdFqq+2vrfT1DRqx0RS0XYdGxnkgS+2g333WYCrUkDCn6RPUWR/1TgGMPHCj7LWCa1ZwJwLWS2KX288Pa2gLOWuhZm2VYKSQx6NEDOIAAACBANxIfprSdBdbo4Ezrh6/X6HSvrhjtZ7MouStWaE714ByO5bS2coM9CyaCwYyrE5qzYiyIfb+1BG3O5nVdDuN95sQ/0bAdBKlkqLFvFqFjVbETF0ri3v97w6MpUawfF75ouDrQ4xdaUOLLEWTso6VFJcM6Jg9bDl0FA0uLZUSDEHL\n 2048 20:3d:2d:44:62:2a:b0:5a:9d:b5:b3:05:14:c2:a6:b2 (RSA)\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6afooTZ9mVUGFNEhkMoRR1Btzu64XXwElhCsHw/zVlIx/HXylNbb9+11dm2VgJQ21pxkWDs+L6+EbYyDnvRURTrMTgHL0xseB0EkNqexs9hYZSiqtMx4jtGNtHvsMxZnbxvVUk2dasWvtBkn8J5JagSbzWTQo4hjKMOI1SUlXtiKxAs2F8wiq2EdSuKw/KNk8GfIp1TA+8ccGeAtnsVptTJ4D/8MhAWsROkQzOowQvnBBz2/8ecEvoMScaf+kDfNQowK3gENtSSOqYw9JLOza6YJBPL/aYuQQ0nJ74Rr5vL44aNIlrGI9jJc2x0bV7BeNA5kVuXsmhyfWbbkB8yGd\n 256 96:02:bb:5e:57:54:1c:4e:45:2f:56:4c:4a:24:b2:57 (ECDSA)\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMD46g67x6yWNjjQJnXhiz/TskHrqQ0uPcOspFrIYW382uOGzmWDZCFV8FbFwQyH90u+j0Qr1SGNAxBZMhOQ8pc="}, "ssh2-enum-algos"=>{:data=>{"compression_algorithms"=>["none", "[email protected]"], "encryption_algorithms"=>["aes128-ctr", "aes192-ctr", "aes256-ctr", "arcfour256", "arcfour128", "[email protected]", "[email protected]", "[email protected]", "aes128-cbc", "3des-cbc", "blowfish-cbc", "cast128-cbc", "aes192-cbc", "aes256-cbc", "arcfour", "[email protected]"], "kex_algorithms"=>["[email protected]", "ecdh-sha2-nistp256", "ecdh-sha2-nistp384", "ecdh-sha2-nistp521", "diffie-hellman-group-exchange-sha256", "diffie-hellman-group-exchange-sha1", "diffie-hellman-group14-sha1", "diffie-hellman-group1-sha1"], "mac_algorithms"=>["[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "hmac-md5", "hmac-sha1", "[email protected]", "[email protected]", "hmac-sha2-256", "hmac-sha2-512", "hmac-ripemd160", "[email protected]", "hmac-sha1-96", "hmac-md5-96"], "server_host_key_algorithms"=>["ssh-rsa", "ssh-dss", "ecdsa-sha2-nistp256", "ssh-ed25519"]}, :id=>"ssh2-enum-algos", :output=>"\n kex_algorithms: (8)\n [email protected]\n ecdh-sha2-nistp256\n ecdh-sha2-nistp384\n ecdh-sha2-nistp521\n diffie-hellman-group-exchange-sha256\n diffie-hellman-group-exchange-sha1\n diffie-hellman-group14-sha1\n diffie-hellman-group1-sha1\n server_host_key_algorithms: (4)\n ssh-rsa\n ssh-dss\n ecdsa-sha2-nistp256\n ssh-ed25519\n encryption_algorithms: (16)\n aes128-ctr\n aes192-ctr\n aes256-ctr\n arcfour256\n arcfour128\n [email protected]\n [email protected]\n [email protected]\n aes128-cbc\n 3des-cbc\n blowfish-cbc\n cast128-cbc\n aes192-cbc\n aes256-cbc\n arcfour\n [email protected]\n mac_algorithms: (19)\n [email protected]\n [email protected]\n [email protected]\n [email protected]\n [email protected]\n [email protected]\n [email protected]\n [email protected]\n [email protected]\n hmac-md5\n hmac-sha1\n [email protected]\n [email protected]\n hmac-sha2-256\n hmac-sha2-512\n hmac-ripemd160\n [email protected]\n hmac-sha1-96\n hmac-md5-96\n compression_algorithms: (2)\n none\n [email protected]"}}, :service=>{:confidence=>10, :device_type=>nil, :extra_info=>"protocol 2.0", :fingerprint=>"SF-Port22-TCP:V=6.45%I=7%D=4/17%Time=55316FE1%P=x86_64-redhat-linux-gnu%r(NULL,29,\"SSH-2\\.0-OpenSSH_6\\.6\\.1p1\\x20Ubuntu-2ubuntu2\\r\\n\");", :fingerprint_method=>:probed, :hostname=>nil, :name=>"ssh", :os_type=>nil, :product=>nil, :protocol=>nil, :ssl=>false, :version=>nil}, :state=>:open}, {:number=>80, :protocol=>:tcp, :reason=>"syn-ack", :reason_ttl=>"syn-ack", :scripts=>{}, :service=>{:confidence=>10, :device_type=>nil, :extra_info=>"(Ubuntu)", :fingerprint=>nil, :fingerprint_method=>:probed, :hostname=>nil, :name=>"http", :os_type=>nil, :product=>"Apache httpd", :protocol=>nil, :ssl=>false, :version=>"2.4.7"}, :state=>:open}, {:number=>9929, :protocol=>:tcp, :reason=>"syn-ack", :reason_ttl=>"syn-ack", :scripts=>{}, :service=>{:confidence=>10, :device_type=>nil, :extra_info=>nil, :fingerprint=>nil, :fingerprint_method=>:probed, :hostname=>nil, :name=>"nping-echo", :os_type=>nil, :product=>"Nping echo", :protocol=>nil, :ssl=>false, :version=>nil}, :state=>:open}, {:number=>31337, :protocol=>:tcp, :reason=>"syn-ack", :reason_ttl=>"syn-ack", :scripts=>{}, :service=>{:confidence=>10, :device_type=>nil, :extra_info=>"users: nobody", :fingerprint=>nil, :fingerprint_method=>:probed, :hostname=>nil, :name=>"ncat-chat", :os_type=>nil, :product=>"Ncat chat", :protocol=>nil, :ssl=>true, :version=>nil}, :state=>:open}, {:number=>68, :protocol=>:udp, :reason=>"no-response", :reason_ttl=>"no-response", :scripts=>{}, :service=>{:confidence=>3, :device_type=>nil, :extra_info=>nil, :fingerprint=>nil, :fingerprint_method=>:table, :hostname=>nil, :name=>"dhcpc", :os_type=>nil, :product=>nil, :protocol=>nil, :ssl=>false, :version=>nil}, :state=>:"open|filtered"}, {:number=>113, :protocol=>:udp, :reason=>"no-response", :reason_ttl=>"no-response", :scripts=>{}, :service=>{:confidence=>3, :device_type=>nil, :extra_info=>nil, :fingerprint=>nil, :fingerprint_method=>:table, :hostname=>nil, :name=>"auth", :os_type=>nil, :product=>nil, :protocol=>nil, :ssl=>false, :version=>nil}, :state=>:"open|filtered"}, {:number=>123, :protocol=>:udp, :reason=>"udp-response", :reason_ttl=>"udp-response", :scripts=>{}, :service=>{:confidence=>10, :device_type=>nil, :extra_info=>nil, :fingerprint=>nil, :fingerprint_method=>:probed, :hostname=>nil, :name=>"ntp", :os_type=>nil, :product=>"NTP", :protocol=>nil, :ssl=>false, :version=>"v4"}, :state=>:open}, {:number=>135, :protocol=>:udp, :reason=>"no-response", :reason_ttl=>"no-response", :scripts=>{}, :service=>{:confidence=>3, :device_type=>nil, :extra_info=>nil, :fingerprint=>nil, :fingerprint_method=>:table, :hostname=>nil, :name=>"msrpc", :os_type=>nil, :product=>nil, :protocol=>nil, :ssl=>false, :version=>nil}, :state=>:"open|filtered"}, {:number=>136, :protocol=>:udp, :reason=>"no-response", :reason_ttl=>"no-response", :scripts=>{}, :service=>{:confidence=>3, :device_type=>nil, :extra_info=>nil, :fingerprint=>nil, :fingerprint_method=>:table, :hostname=>nil, :name=>"profile", :os_type=>nil, :product=>nil, :protocol=>nil, :ssl=>false, :version=>nil}, :state=>:"open|filtered"}, {:number=>137, :protocol=>:udp, :reason=>"no-response", :reason_ttl=>"no-response", :scripts=>{}, :service=>{:confidence=>3, :device_type=>nil, :extra_info=>nil, :fingerprint=>nil, :fingerprint_method=>:table, :hostname=>nil, :name=>"netbios-ns", :os_type=>nil, :product=>nil, :protocol=>nil, :ssl=>false, :version=>nil}, :state=>:"open|filtered"}, {:number=>138, :protocol=>:udp, :reason=>"no-response", :reason_ttl=>"no-response", :scripts=>{}, :service=>{:confidence=>3, :device_type=>nil, :extra_info=>nil, :fingerprint=>nil, :fingerprint_method=>:table, :hostname=>nil, :name=>"netbios-dgm", :os_type=>nil, :product=>nil, :protocol=>nil, :ssl=>false, :version=>nil}, :state=>:"open|filtered"}, {:number=>139, :protocol=>:udp, :reason=>"no-response", :reason_ttl=>"no-response", :scripts=>{}, :service=>{:confidence=>3, :device_type=>nil, :extra_info=>nil, :fingerprint=>nil, :fingerprint_method=>:table, :hostname=>nil, :name=>"netbios-ssn", :os_type=>nil, :product=>nil, :protocol=>nil, :ssl=>false, :version=>nil}, :state=>:"open|filtered"}, {:number=>161, :protocol=>:udp, :reason=>"no-response", :reason_ttl=>"no-response", :scripts=>{}, :service=>{:confidence=>3, :device_type=>nil, :extra_info=>nil, :fingerprint=>nil, :fingerprint_method=>:table, :hostname=>nil, :name=>"snmp", :os_type=>nil, :product=>nil, :protocol=>nil, :ssl=>false, :version=>nil}, :state=>:"open|filtered"}, {:number=>445, :protocol=>:udp, :reason=>"no-response", :reason_ttl=>"no-response", :scripts=>{}, :service=>{:confidence=>3, :device_type=>nil, :extra_info=>nil, :fingerprint=>nil, :fingerprint_method=>:table, :hostname=>nil, :name=>"microsoft-ds", :os_type=>nil, :product=>nil, :protocol=>nil, :ssl=>false, :version=>nil}, :state=>:"open|filtered"}, {:number=>520, :protocol=>:udp, :reason=>"no-response", :reason_ttl=>"no-response", :scripts=>{}, :service=>{:confidence=>3, :device_type=>nil, :extra_info=>nil, :fingerprint=>nil, :fingerprint_method=>:table, :hostname=>nil, :name=>"route", :os_type=>nil, :product=>nil, :protocol=>nil, :ssl=>false, :version=>nil}, :state=>:"open|filtered"}, {:number=>1214, :protocol=>:udp, :reason=>"no-response", :reason_ttl=>"no-response", :scripts=>{}, :service=>{:confidence=>3, :device_type=>nil, :extra_info=>nil, :fingerprint=>nil, :fingerprint_method=>:table, :hostname=>nil, :name=>"fasttrack", :os_type=>nil, :product=>nil, :protocol=>nil, :ssl=>false, :version=>nil}, :state=>:"open|filtered"}, {:number=>4666, :protocol=>:udp, :reason=>"no-response", :reason_ttl=>"no-response", :scripts=>{}, :service=>{:confidence=>3, :device_type=>nil, :extra_info=>nil, :fingerprint=>nil, :fingerprint_method=>:table, :hostname=>nil, :name=>"edonkey", :os_type=>nil, :product=>nil, :protocol=>nil, :ssl=>false, :version=>nil}, :state=>:"open|filtered"}, {:number=>4672, :protocol=>:udp, :reason=>"no-response", :reason_ttl=>"no-response", :scripts=>{}, :service=>{:confidence=>3, :device_type=>nil, :extra_info=>nil, :fingerprint=>nil, :fingerprint_method=>:table, :hostname=>nil, :name=>"rfa", :os_type=>nil, :product=>nil, :protocol=>nil, :ssl=>false, :version=>nil}, :state=>:"open|filtered"}, {:number=>5555, :protocol=>:udp, :reason=>"no-response", :reason_ttl=>"no-response", :scripts=>{}, :service=>{:confidence=>3, :device_type=>nil, :extra_info=>nil, :fingerprint=>nil, :fingerprint_method=>:table, :hostname=>nil, :name=>"rplay", :os_type=>nil, :product=>nil, :protocol=>nil, :ssl=>false, :version=>nil}, :state=>:"open|filtered"}, {:number=>6346, :protocol=>:udp, :reason=>"no-response", :reason_ttl=>"no-response", :scripts=>{}, :service=>{:confidence=>3, :device_type=>nil, :extra_info=>nil, :fingerprint=>nil, :fingerprint_method=>:table, :hostname=>nil, :name=>"gnutella", :os_type=>nil, :product=>nil, :protocol=>nil, :ssl=>false, :version=>nil}, :state=>:"open|filtered"}], | ||
tcp_sequence: {:description=>nil, :difficulty=>"Good luck!", :index=>262, :values=>[2003789810, 2551658239, 3896849460, 2640469570, 432386215, 656392704]}, | ||
tcp_ts_sequence: {:description=>"other", :values=>[42168890, 42168918, 42168949, 42168982, 42169010, 42169038]}, | ||
traceroute: {:port=>80, :protocol=>:tcp, :traceroute=>[{:addr=>"10.0.0.1", :host=>nil, :rtt=>"0.67", :ttl=>"1"}, {:addr=>"68.87.218.65", :host=>"xe-3-1-2-0-sur04.troutdale.or.bverton.comcast.net", :rtt=>"21.22", :ttl=>"3"}, {:addr=>"68.87.216.253", :host=>"et-5-0-0-0-0-ar03.troutdale.or.bverton.comcast.net", :rtt=>"19.93", :ttl=>"4"}, {:addr=>"68.86.93.25", :host=>"he-0-4-0-0-11-cr02.seattle.wa.ibone.comcast.net", :rtt=>"21.56", :ttl=>"5"}, {:addr=>"68.86.85.62", :host=>"he-0-10-0-1-pe04.seattle.wa.ibone.comcast.net", :rtt=>"18.52", :ttl=>"6"}, {:addr=>"65.19.191.137", :host=>"10ge1-20.core1.sea1.he.net", :rtt=>"29.30", :ttl=>"7"}, {:addr=>"72.52.92.157", :host=>"10ge13-4.core1.sjc2.he.net", :rtt=>"33.93", :ttl=>"8"}, {:addr=>"184.105.222.13", :host=>"10ge3-2.core3.fmt2.he.net", :rtt=>"34.66", :ttl=>"9"}, {:addr=>"64.71.132.138", :host=>"router4-fmt.linode.com", :rtt=>"35.65", :ttl=>"10"}, {:addr=>"45.33.32.156", :host=>"li982-156.members.linode.com", :rtt=>"35.92", :ttl=>"11"}]}, | ||
uptime: {:last_boot=>Time.at(1429150082), :seconds=>142510} | ||
} | ||
end | ||
|
||
it 'must convert Host to json representation' do | ||
expect(subject.host_as_json(host)).to eq(expected) | ||
end | ||
end | ||
|
||
describe '.status_as_json' do | ||
|
@@ -406,7 +413,6 @@ | |
end | ||
|
||
describe '.host_script_as_json' do | ||
# there is no HostScript in nmap.xml | ||
end | ||
|
||
describe '.scripts_as_json' do | ||
|
@@ -464,7 +470,6 @@ | |
end | ||
|
||
it 'must convert Traceroute into json representation' do | ||
puts traceroute.protocol | ||
expect(subject.traceroute_as_json(traceroute)).to eq(expected) | ||
end | ||
end | ||
|