rubyfu 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (151) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +96 -0
  3. data/Rakefile +1 -0
  4. data/_book/beginners.html +1299 -0
  5. data/_book/contribution.html +1350 -0
  6. data/_book/contributors/Ruby_Loves_Us.jpg +0 -0
  7. data/_book/contributors/index.html +1294 -0
  8. data/_book/contributors/todo.html +1293 -0
  9. data/_book/cover.jpg +0 -0
  10. data/_book/faqs/index.html +1308 -0
  11. data/_book/files/module03/dns_spoofing_dns-query.pcap +0 -0
  12. data/_book/files/module03/dns_spoofing_dns-req_res.pcap.pcapng +0 -0
  13. data/_book/files/module06/ftp.pcap +0 -0
  14. data/_book/files/module06/packets.pcap +0 -0
  15. data/_book/gitbook/app.js +25001 -0
  16. data/_book/gitbook/fonts/fontawesome/FontAwesome.otf +0 -0
  17. data/_book/gitbook/fonts/fontawesome/fontawesome-webfont.eot +0 -0
  18. data/_book/gitbook/fonts/fontawesome/fontawesome-webfont.svg +504 -0
  19. data/_book/gitbook/fonts/fontawesome/fontawesome-webfont.ttf +0 -0
  20. data/_book/gitbook/fonts/fontawesome/fontawesome-webfont.woff +0 -0
  21. data/_book/gitbook/images/apple-touch-icon-precomposed-152.png +0 -0
  22. data/_book/gitbook/images/favicon.ico +0 -0
  23. data/_book/gitbook/plugins/gitbook-plugin-addcssjs/README.md +19 -0
  24. data/_book/gitbook/plugins/gitbook-plugin-addcssjs/index.js +57 -0
  25. data/_book/gitbook/plugins/gitbook-plugin-addcssjs/package.json +47 -0
  26. data/_book/gitbook/plugins/gitbook-plugin-anchors/plugin.css +26 -0
  27. data/_book/gitbook/plugins/gitbook-plugin-book-summary-scroll-position-saver/book-summary-scroll-position-saver.js +30 -0
  28. data/_book/gitbook/plugins/gitbook-plugin-expandable-chapters/expandable-chapters.css +28 -0
  29. data/_book/gitbook/plugins/gitbook-plugin-expandable-chapters/expandable-chapters.js +68 -0
  30. data/_book/gitbook/plugins/gitbook-plugin-fontsettings/buttons.js +151 -0
  31. data/_book/gitbook/plugins/gitbook-plugin-fontsettings/website.css +291 -0
  32. data/_book/gitbook/plugins/gitbook-plugin-highlight/ebook.css +131 -0
  33. data/_book/gitbook/plugins/gitbook-plugin-highlight/website.css +426 -0
  34. data/_book/gitbook/plugins/gitbook-plugin-search/lunr.min.js +7 -0
  35. data/_book/gitbook/plugins/gitbook-plugin-search/search.css +27 -0
  36. data/_book/gitbook/plugins/gitbook-plugin-search/search.js +135 -0
  37. data/_book/gitbook/plugins/gitbook-plugin-sharing/buttons.js +93 -0
  38. data/_book/gitbook/plugins/gitbook-plugin-splitter/splitter.css +22 -0
  39. data/_book/gitbook/plugins/gitbook-plugin-splitter/splitter.js +122 -0
  40. data/_book/gitbook/style.css +9 -0
  41. data/_book/googlec55db2d603c3da8b.html +1 -0
  42. data/_book/images/module02/Cryptography__wiringdiagram.png +0 -0
  43. data/_book/images/module02/packaging__ocra1.png +0 -0
  44. data/_book/images/module03/dns_spoofing_wireshark1.png +0 -0
  45. data/_book/images/module03/dns_spoofing_wireshark2.png +0 -0
  46. data/_book/images/module04/webfu__post_form1.png +0 -0
  47. data/_book/images/module04/webfu__proxy2.png +0 -0
  48. data/_book/images/module04/webfu__twitterAPI1.png +0 -0
  49. data/_book/images/module04/webfu__xmlrpc1.png +0 -0
  50. data/_book/images/module05/msf_template1.png +0 -0
  51. data/_book/images/module06/win-foren__winreg1.png +0 -0
  52. data/_book/images/other/Ruby_Loves_Us.jpg +0 -0
  53. data/_book/images/other/cover.jpg +0 -0
  54. data/_book/images/other/cover_small.jpg +0 -0
  55. data/_book/images/other/logo.png +0 -0
  56. data/_book/images/other/rubyfu.png +0 -0
  57. data/_book/images/other/rubyfu1.png +0 -0
  58. data/_book/images/other/rubyfu3.png +0 -0
  59. data/_book/images/other/rubyfu4.png +0 -0
  60. data/_book/images/other/rubyfu_.png +0 -0
  61. data/_book/index.html +1284 -0
  62. data/_book/module_0x1__basic_ruby_kung_fu/array.html +1297 -0
  63. data/_book/module_0x1__basic_ruby_kung_fu/conversion.html +1386 -0
  64. data/_book/module_0x1__basic_ruby_kung_fu/extraction.html +1346 -0
  65. data/_book/module_0x1__basic_ruby_kung_fu/index.html +1367 -0
  66. data/_book/module_0x1__basic_ruby_kung_fu/string.html +1451 -0
  67. data/_book/module_0x2__system_kung_fu/command_execution.html +1348 -0
  68. data/_book/module_0x2__system_kung_fu/cryptography.html +1396 -0
  69. data/_book/module_0x2__system_kung_fu/email.html +1352 -0
  70. data/_book/module_0x2__system_kung_fu/file_manipulation.html +1371 -0
  71. data/_book/module_0x2__system_kung_fu/index.html +1557 -0
  72. data/_book/module_0x2__system_kung_fu/ncatrb.html +1424 -0
  73. data/_book/module_0x2__system_kung_fu/packaging.md +1 -0
  74. data/_book/module_0x2__system_kung_fu/packaging__ocra1.png +0 -0
  75. data/_book/module_0x2__system_kung_fu/parsing_html,_xml,_json.html +1395 -0
  76. data/_book/module_0x2__system_kung_fu/rce_as_a_service.html +1336 -0
  77. data/_book/module_0x2__system_kung_fu/smtp_enumeration.html +1308 -0
  78. data/_book/module_0x2__system_kung_fu/system_shell.html +1299 -0
  79. data/_book/module_0x2__system_kung_fu/virustotal.html +1318 -0
  80. data/_book/module_0x3__network_kung_fu/Remote_shell.md +19 -0
  81. data/_book/module_0x3__network_kung_fu/arp_spoofing.html +1420 -0
  82. data/_book/module_0x3__network_kung_fu/dns.html +1315 -0
  83. data/_book/module_0x3__network_kung_fu/dns_bruteforce.md +49 -0
  84. data/_book/module_0x3__network_kung_fu/dns_enumeration.html +1371 -0
  85. data/_book/module_0x3__network_kung_fu/dns_spoofing.html +1694 -0
  86. data/_book/module_0x3__network_kung_fu/dns_spoofing_wireshark2.png +0 -0
  87. data/_book/module_0x3__network_kung_fu/ftp.html +1287 -0
  88. data/_book/module_0x3__network_kung_fu/index.html +1392 -0
  89. data/_book/module_0x3__network_kung_fu/network_scanning.html +1339 -0
  90. data/_book/module_0x3__network_kung_fu/network_traffic_analysis.html +1356 -0
  91. data/_book/module_0x3__network_kung_fu/nmap.html +1355 -0
  92. data/_book/module_0x3__network_kung_fu/oracle_tns_enum1.png +0 -0
  93. data/_book/module_0x3__network_kung_fu/packet_manipulation.html +1386 -0
  94. data/_book/module_0x3__network_kung_fu/ruby_socket.html +1553 -0
  95. data/_book/module_0x3__network_kung_fu/snmp_enumeration.html +1314 -0
  96. data/_book/module_0x3__network_kung_fu/ssh.html +1461 -0
  97. data/_book/module_0x3__network_kung_fu/ssid_finder.html +1324 -0
  98. data/_book/module_0x3__network_kung_fu/tns_enumeration.html +1505 -0
  99. data/_book/module_0x4__web_kung_fu/browser_manipulation.html +1630 -0
  100. data/_book/module_0x4__web_kung_fu/databases.html +1531 -0
  101. data/_book/module_0x4__web_kung_fu/extending_burpsuite.html +1303 -0
  102. data/_book/module_0x4__web_kung_fu/index.html +1536 -0
  103. data/_book/module_0x4__web_kung_fu/interacting_with_apis.html +1271 -0
  104. data/_book/module_0x4__web_kung_fu/ruby2javascript.html +1303 -0
  105. data/_book/module_0x4__web_kung_fu/sql_injection_scanner.html +1489 -0
  106. data/_book/module_0x4__web_kung_fu/twitter_api.html +1328 -0
  107. data/_book/module_0x4__web_kung_fu/web_servcies_and_apis.html +1291 -0
  108. data/_book/module_0x4__web_kung_fu/web_server_and_proxy.html +1370 -0
  109. data/_book/module_0x4__web_kung_fu/web_services.html +1394 -0
  110. data/_book/module_0x4__web_kung_fu/webfu__burp-ext1.png +0 -0
  111. data/_book/module_0x4__web_kung_fu/webfu__burp-ext2.png +0 -0
  112. data/_book/module_0x4__web_kung_fu/webfu__burp_setenv1.png +0 -0
  113. data/_book/module_0x4__web_kung_fu/webfu__proxy2.png +0 -0
  114. data/_book/module_0x4__web_kung_fu/webfu__twitterAPI1.png +0 -0
  115. data/_book/module_0x4__web_kung_fu/webfu__xmlrpc1.png +0 -0
  116. data/_book/module_0x4__web_kung_fu/wordpress_api.html +1543 -0
  117. data/_book/module_0x5__exploitation_kung_fu/MSF-struct.png +0 -0
  118. data/_book/module_0x5__exploitation_kung_fu/auxiliary_module.html +1870 -0
  119. data/_book/module_0x5__exploitation_kung_fu/exploit_module.html +1523 -0
  120. data/_book/module_0x5__exploitation_kung_fu/extensions.html +1466 -0
  121. data/_book/module_0x5__exploitation_kung_fu/fuzzer.html +1325 -0
  122. data/_book/module_0x5__exploitation_kung_fu/index.html +1319 -0
  123. data/_book/module_0x5__exploitation_kung_fu/metasm.html +1322 -0
  124. data/_book/module_0x5__exploitation_kung_fu/metasploit.html +1441 -0
  125. data/_book/module_0x5__exploitation_kung_fu/meterpreter.html +1327 -0
  126. data/_book/module_0x5__exploitation_kung_fu/meterpreter_scripting.html +1318 -0
  127. data/_book/module_0x5__exploitation_kung_fu/msf_meter_railgun1.png +0 -0
  128. data/_book/module_0x5__exploitation_kung_fu/msf_template1.png +0 -0
  129. data/_book/module_0x5__exploitation_kung_fu/railgun_api_extension.html +1300 -0
  130. data/_book/module_0x6__forensic/android_forensic.html +1356 -0
  131. data/_book/module_0x6__forensic/index.html +1332 -0
  132. data/_book/module_0x6__forensic/parsing_log_files.html +1375 -0
  133. data/_book/module_0x6__forensic/win-foren__winreg1.png +0 -0
  134. data/_book/module_0x6__forensic/windows_forensic.html +1289 -0
  135. data/_book/package.json +5 -0
  136. data/_book/references/index.html +1338 -0
  137. data/_book/required_gems.html +1342 -0
  138. data/_book/rubyfu_.png +0 -0
  139. data/_book/search_index.json +1 -0
  140. data/_book/styles/ebook.css +1 -0
  141. data/_book/styles/epub.css +1 -0
  142. data/_book/styles/header.js +5 -0
  143. data/_book/styles/mobi.css +1 -0
  144. data/_book/styles/pdf.css +1 -0
  145. data/_book/styles/website.css +41 -0
  146. data/bin/rubyfu +48 -0
  147. data/lib/rubyfu.rb +36 -0
  148. data/lib/rubyfu/browse.rb +35 -0
  149. data/lib/rubyfu/version.rb +3 -0
  150. data/lib/rubyfu/webserver.rb +30 -0
  151. metadata +210 -0
@@ -0,0 +1,1293 @@
1
+ <!DOCTYPE HTML>
2
+ <html lang="en" >
3
+
4
+ <head>
5
+
6
+ <meta charset="UTF-8">
7
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
8
+ <title>TODO | RubyFu</title>
9
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
10
+ <meta name="description" content="">
11
+ <meta name="generator" content="GitBook 2.6.2">
12
+
13
+
14
+ <meta name="HandheldFriendly" content="true"/>
15
+ <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
16
+ <meta name="apple-mobile-web-app-capable" content="yes">
17
+ <meta name="apple-mobile-web-app-status-bar-style" content="black">
18
+ <link rel="apple-touch-icon-precomposed" sizes="152x152" href="../gitbook/images/apple-touch-icon-precomposed-152.png">
19
+ <link rel="shortcut icon" href="../gitbook/images/favicon.ico" type="image/x-icon">
20
+
21
+ <link rel="stylesheet" href="../gitbook/style.css">
22
+
23
+
24
+ <link rel="stylesheet" href="../gitbook/plugins/gitbook-plugin-anchors/plugin.css">
25
+
26
+
27
+
28
+ <link rel="stylesheet" href="../gitbook/plugins/gitbook-plugin-splitter/splitter.css">
29
+
30
+
31
+
32
+ <link rel="stylesheet" href="../gitbook/plugins/gitbook-plugin-expandable-chapters/expandable-chapters.css">
33
+
34
+
35
+
36
+ <link rel="stylesheet" href="../gitbook/plugins/gitbook-plugin-highlight/website.css">
37
+
38
+
39
+
40
+ <link rel="stylesheet" href="../gitbook/plugins/gitbook-plugin-search/search.css">
41
+
42
+
43
+
44
+ <link rel="stylesheet" href="../gitbook/plugins/gitbook-plugin-fontsettings/website.css">
45
+
46
+
47
+
48
+ <link rel="stylesheet" href="../styles/website.css">
49
+
50
+
51
+
52
+
53
+
54
+
55
+ <link rel="prev" href="../contributors/index.html" />
56
+
57
+
58
+ <script type="text/javascript" src="../styles/header.js"></script>
59
+ </head>
60
+ <body>
61
+
62
+
63
+ <div class="book"
64
+ data-level="9.1"
65
+ data-chapter-title="TODO"
66
+ data-filepath="contributors/todo.md"
67
+ data-basepath=".."
68
+ data-revision="Wed Jan 27 2016 09:00:51 GMT+0300 (AST)"
69
+ data-innerlanguage="">
70
+
71
+
72
+ <div class="book-summary">
73
+ <nav role="navigation">
74
+ <ul class="summary">
75
+
76
+
77
+
78
+
79
+
80
+
81
+
82
+
83
+
84
+ <li class="chapter " data-level="0" data-path="index.html">
85
+
86
+
87
+ <a href="../index.html">
88
+
89
+ <i class="fa fa-check"></i>
90
+
91
+ Module 0x0 | Introduction
92
+ </a>
93
+
94
+
95
+ <ul class="articles">
96
+
97
+
98
+ <li class="chapter " data-level="0.1" data-path="contribution.html">
99
+
100
+
101
+ <a href="../contribution.html">
102
+
103
+ <i class="fa fa-check"></i>
104
+
105
+ <b>0.1.</b>
106
+
107
+ Contribution
108
+ </a>
109
+
110
+
111
+ </li>
112
+
113
+ <li class="chapter " data-level="0.2" data-path="beginners.html">
114
+
115
+
116
+ <a href="../beginners.html">
117
+
118
+ <i class="fa fa-check"></i>
119
+
120
+ <b>0.2.</b>
121
+
122
+ Beginners
123
+ </a>
124
+
125
+
126
+ </li>
127
+
128
+ <li class="chapter " data-level="0.3" data-path="required_gems.html">
129
+
130
+
131
+ <a href="../required_gems.html">
132
+
133
+ <i class="fa fa-check"></i>
134
+
135
+ <b>0.3.</b>
136
+
137
+ Required Gems
138
+ </a>
139
+
140
+
141
+ </li>
142
+
143
+
144
+ </ul>
145
+
146
+ </li>
147
+
148
+ <li class="chapter " data-level="1" data-path="module_0x1__basic_ruby_kung_fu/index.html">
149
+
150
+
151
+ <a href="../module_0x1__basic_ruby_kung_fu/index.html">
152
+
153
+ <i class="fa fa-check"></i>
154
+
155
+ <b>1.</b>
156
+
157
+ Module 0x1 | Basic Ruby Kung Fu
158
+ </a>
159
+
160
+
161
+ <ul class="articles">
162
+
163
+
164
+ <li class="chapter " data-level="1.1" data-path="module_0x1__basic_ruby_kung_fu/string.html">
165
+
166
+
167
+ <a href="../module_0x1__basic_ruby_kung_fu/string.html">
168
+
169
+ <i class="fa fa-check"></i>
170
+
171
+ <b>1.1.</b>
172
+
173
+ String
174
+ </a>
175
+
176
+
177
+ <ul class="articles">
178
+
179
+
180
+ <li class="chapter " data-level="1.1.1" data-path="module_0x1__basic_ruby_kung_fu/conversion.html">
181
+
182
+
183
+ <a href="../module_0x1__basic_ruby_kung_fu/conversion.html">
184
+
185
+ <i class="fa fa-check"></i>
186
+
187
+ <b>1.1.1.</b>
188
+
189
+ Conversion
190
+ </a>
191
+
192
+
193
+ </li>
194
+
195
+ <li class="chapter " data-level="1.1.2" data-path="module_0x1__basic_ruby_kung_fu/extraction.html">
196
+
197
+
198
+ <a href="../module_0x1__basic_ruby_kung_fu/extraction.html">
199
+
200
+ <i class="fa fa-check"></i>
201
+
202
+ <b>1.1.2.</b>
203
+
204
+ Extraction
205
+ </a>
206
+
207
+
208
+ </li>
209
+
210
+
211
+ </ul>
212
+
213
+ </li>
214
+
215
+ <li class="chapter " data-level="1.2" data-path="module_0x1__basic_ruby_kung_fu/array.html">
216
+
217
+
218
+ <a href="../module_0x1__basic_ruby_kung_fu/array.html">
219
+
220
+ <i class="fa fa-check"></i>
221
+
222
+ <b>1.2.</b>
223
+
224
+ Array
225
+ </a>
226
+
227
+
228
+ </li>
229
+
230
+
231
+ </ul>
232
+
233
+ </li>
234
+
235
+ <li class="chapter " data-level="2" data-path="module_0x2__system_kung_fu/index.html">
236
+
237
+
238
+ <a href="../module_0x2__system_kung_fu/index.html">
239
+
240
+ <i class="fa fa-check"></i>
241
+
242
+ <b>2.</b>
243
+
244
+ Module 0x2 | System Kung Fu
245
+ </a>
246
+
247
+
248
+ <ul class="articles">
249
+
250
+
251
+ <li class="chapter " data-level="2.1" data-path="module_0x2__system_kung_fu/command_execution.html">
252
+
253
+
254
+ <a href="../module_0x2__system_kung_fu/command_execution.html">
255
+
256
+ <i class="fa fa-check"></i>
257
+
258
+ <b>2.1.</b>
259
+
260
+ Command Execution
261
+ </a>
262
+
263
+
264
+ </li>
265
+
266
+ <li class="chapter " data-level="2.2" data-path="module_0x2__system_kung_fu/file_manipulation.html">
267
+
268
+
269
+ <a href="../module_0x2__system_kung_fu/file_manipulation.html">
270
+
271
+ <i class="fa fa-check"></i>
272
+
273
+ <b>2.2.</b>
274
+
275
+ File manipulation
276
+ </a>
277
+
278
+
279
+ <ul class="articles">
280
+
281
+
282
+ <li class="chapter " data-level="2.2.1" data-path="module_0x2__system_kung_fu/parsing_html,_xml,_json.html">
283
+
284
+
285
+ <a href="../module_0x2__system_kung_fu/parsing_html,_xml,_json.html">
286
+
287
+ <i class="fa fa-check"></i>
288
+
289
+ <b>2.2.1.</b>
290
+
291
+ Parsing HTML, XML, JSON
292
+ </a>
293
+
294
+
295
+ </li>
296
+
297
+
298
+ </ul>
299
+
300
+ </li>
301
+
302
+ <li class="chapter " data-level="2.3" data-path="module_0x2__system_kung_fu/cryptography.html">
303
+
304
+
305
+ <a href="../module_0x2__system_kung_fu/cryptography.html">
306
+
307
+ <i class="fa fa-check"></i>
308
+
309
+ <b>2.3.</b>
310
+
311
+ Cryptography
312
+ </a>
313
+
314
+
315
+ </li>
316
+
317
+ <li class="chapter " data-level="2.4" data-path="module_0x2__system_kung_fu/system_shell.html">
318
+
319
+
320
+ <a href="../module_0x2__system_kung_fu/system_shell.html">
321
+
322
+ <i class="fa fa-check"></i>
323
+
324
+ <b>2.4.</b>
325
+
326
+ Remote Shell
327
+ </a>
328
+
329
+
330
+ <ul class="articles">
331
+
332
+
333
+ <li class="chapter " data-level="2.4.1" data-path="module_0x2__system_kung_fu/ncatrb.html">
334
+
335
+
336
+ <a href="../module_0x2__system_kung_fu/ncatrb.html">
337
+
338
+ <i class="fa fa-check"></i>
339
+
340
+ <b>2.4.1.</b>
341
+
342
+ Ncat.rb
343
+ </a>
344
+
345
+
346
+ </li>
347
+
348
+ <li class="chapter " data-level="2.4.2" data-path="module_0x2__system_kung_fu/rce_as_a_service.html">
349
+
350
+
351
+ <a href="../module_0x2__system_kung_fu/rce_as_a_service.html">
352
+
353
+ <i class="fa fa-check"></i>
354
+
355
+ <b>2.4.2.</b>
356
+
357
+ RCE as a Service
358
+ </a>
359
+
360
+
361
+ </li>
362
+
363
+
364
+ </ul>
365
+
366
+ </li>
367
+
368
+ <li class="chapter " data-level="2.5" data-path="module_0x2__system_kung_fu/virustotal.html">
369
+
370
+
371
+ <a href="../module_0x2__system_kung_fu/virustotal.html">
372
+
373
+ <i class="fa fa-check"></i>
374
+
375
+ <b>2.5.</b>
376
+
377
+ VirusTotal
378
+ </a>
379
+
380
+
381
+ </li>
382
+
383
+
384
+ </ul>
385
+
386
+ </li>
387
+
388
+ <li class="chapter " data-level="3" data-path="module_0x3__network_kung_fu/index.html">
389
+
390
+
391
+ <a href="../module_0x3__network_kung_fu/index.html">
392
+
393
+ <i class="fa fa-check"></i>
394
+
395
+ <b>3.</b>
396
+
397
+ Module 0x3 | Network Kung Fu
398
+ </a>
399
+
400
+
401
+ <ul class="articles">
402
+
403
+
404
+ <li class="chapter " data-level="3.1" data-path="module_0x3__network_kung_fu/ruby_socket.html">
405
+
406
+
407
+ <a href="../module_0x3__network_kung_fu/ruby_socket.html">
408
+
409
+ <i class="fa fa-check"></i>
410
+
411
+ <b>3.1.</b>
412
+
413
+ Ruby Socket
414
+ </a>
415
+
416
+
417
+ </li>
418
+
419
+ <li class="chapter " data-level="3.2" data-path="module_0x3__network_kung_fu/ssid_finder.html">
420
+
421
+
422
+ <a href="../module_0x3__network_kung_fu/ssid_finder.html">
423
+
424
+ <i class="fa fa-check"></i>
425
+
426
+ <b>3.2.</b>
427
+
428
+ SSID Finder
429
+ </a>
430
+
431
+
432
+ </li>
433
+
434
+ <li class="chapter " data-level="3.3" data-path="module_0x3__network_kung_fu/ftp.html">
435
+
436
+
437
+ <a href="../module_0x3__network_kung_fu/ftp.html">
438
+
439
+ <i class="fa fa-check"></i>
440
+
441
+ <b>3.3.</b>
442
+
443
+ FTP
444
+ </a>
445
+
446
+
447
+ </li>
448
+
449
+ <li class="chapter " data-level="3.4" data-path="module_0x3__network_kung_fu/ssh.html">
450
+
451
+
452
+ <a href="../module_0x3__network_kung_fu/ssh.html">
453
+
454
+ <i class="fa fa-check"></i>
455
+
456
+ <b>3.4.</b>
457
+
458
+ SSH
459
+ </a>
460
+
461
+
462
+ </li>
463
+
464
+ <li class="chapter " data-level="3.5" data-path="module_0x2__system_kung_fu/email.html">
465
+
466
+
467
+ <a href="../module_0x2__system_kung_fu/email.html">
468
+
469
+ <i class="fa fa-check"></i>
470
+
471
+ <b>3.5.</b>
472
+
473
+ Email
474
+ </a>
475
+
476
+
477
+ <ul class="articles">
478
+
479
+
480
+ <li class="chapter " data-level="3.5.1" data-path="module_0x2__system_kung_fu/smtp_enumeration.html">
481
+
482
+
483
+ <a href="../module_0x2__system_kung_fu/smtp_enumeration.html">
484
+
485
+ <i class="fa fa-check"></i>
486
+
487
+ <b>3.5.1.</b>
488
+
489
+ SMTP Enumeration
490
+ </a>
491
+
492
+
493
+ </li>
494
+
495
+
496
+ </ul>
497
+
498
+ </li>
499
+
500
+ <li class="chapter " data-level="3.6" data-path="module_0x3__network_kung_fu/network_scanning.html">
501
+
502
+
503
+ <a href="../module_0x3__network_kung_fu/network_scanning.html">
504
+
505
+ <i class="fa fa-check"></i>
506
+
507
+ <b>3.6.</b>
508
+
509
+ Network Scanning
510
+ </a>
511
+
512
+
513
+ <ul class="articles">
514
+
515
+
516
+ <li class="chapter " data-level="3.6.1" data-path="module_0x3__network_kung_fu/nmap.html">
517
+
518
+
519
+ <a href="../module_0x3__network_kung_fu/nmap.html">
520
+
521
+ <i class="fa fa-check"></i>
522
+
523
+ <b>3.6.1.</b>
524
+
525
+ Nmap
526
+ </a>
527
+
528
+
529
+ </li>
530
+
531
+
532
+ </ul>
533
+
534
+ </li>
535
+
536
+ <li class="chapter " data-level="3.7" data-path="module_0x3__network_kung_fu/dns.html">
537
+
538
+
539
+ <a href="../module_0x3__network_kung_fu/dns.html">
540
+
541
+ <i class="fa fa-check"></i>
542
+
543
+ <b>3.7.</b>
544
+
545
+ DNS
546
+ </a>
547
+
548
+
549
+ <ul class="articles">
550
+
551
+
552
+ <li class="chapter " data-level="3.7.1" data-path="module_0x3__network_kung_fu/dns_enumeration.html">
553
+
554
+
555
+ <a href="../module_0x3__network_kung_fu/dns_enumeration.html">
556
+
557
+ <i class="fa fa-check"></i>
558
+
559
+ <b>3.7.1.</b>
560
+
561
+ DNS Enumeration
562
+ </a>
563
+
564
+
565
+ </li>
566
+
567
+
568
+ </ul>
569
+
570
+ </li>
571
+
572
+ <li class="chapter " data-level="3.8" data-path="module_0x3__network_kung_fu/snmp_enumeration.html">
573
+
574
+
575
+ <a href="../module_0x3__network_kung_fu/snmp_enumeration.html">
576
+
577
+ <i class="fa fa-check"></i>
578
+
579
+ <b>3.8.</b>
580
+
581
+ SNMP Enumeration
582
+ </a>
583
+
584
+
585
+ </li>
586
+
587
+ <li class="chapter " data-level="3.9" data-path="module_0x3__network_kung_fu/tns_enumeration.html">
588
+
589
+
590
+ <a href="../module_0x3__network_kung_fu/tns_enumeration.html">
591
+
592
+ <i class="fa fa-check"></i>
593
+
594
+ <b>3.9.</b>
595
+
596
+ Oracle TNS Enumeration
597
+ </a>
598
+
599
+
600
+ </li>
601
+
602
+ <li class="chapter " data-level="3.10" data-path="module_0x3__network_kung_fu/packet_manipulation.html">
603
+
604
+
605
+ <a href="../module_0x3__network_kung_fu/packet_manipulation.html">
606
+
607
+ <i class="fa fa-check"></i>
608
+
609
+ <b>3.10.</b>
610
+
611
+ Packet manipulation
612
+ </a>
613
+
614
+
615
+ <ul class="articles">
616
+
617
+
618
+ <li class="chapter " data-level="3.10.1" data-path="module_0x3__network_kung_fu/arp_spoofing.html">
619
+
620
+
621
+ <a href="../module_0x3__network_kung_fu/arp_spoofing.html">
622
+
623
+ <i class="fa fa-check"></i>
624
+
625
+ <b>3.10.1.</b>
626
+
627
+ ARP Spoofing
628
+ </a>
629
+
630
+
631
+ </li>
632
+
633
+ <li class="chapter " data-level="3.10.2" data-path="module_0x3__network_kung_fu/dns_spoofing.html">
634
+
635
+
636
+ <a href="../module_0x3__network_kung_fu/dns_spoofing.html">
637
+
638
+ <i class="fa fa-check"></i>
639
+
640
+ <b>3.10.2.</b>
641
+
642
+ DNS Spoofing
643
+ </a>
644
+
645
+
646
+ </li>
647
+
648
+
649
+ </ul>
650
+
651
+ </li>
652
+
653
+
654
+ </ul>
655
+
656
+ </li>
657
+
658
+ <li class="chapter " data-level="4" data-path="module_0x4__web_kung_fu/index.html">
659
+
660
+
661
+ <a href="../module_0x4__web_kung_fu/index.html">
662
+
663
+ <i class="fa fa-check"></i>
664
+
665
+ <b>4.</b>
666
+
667
+ Module 0x4 | Web Kung Fu
668
+ </a>
669
+
670
+
671
+ <ul class="articles">
672
+
673
+
674
+ <li class="chapter " data-level="4.1" data-path="module_0x4__web_kung_fu/sql_injection_scanner.html">
675
+
676
+
677
+ <a href="../module_0x4__web_kung_fu/sql_injection_scanner.html">
678
+
679
+ <i class="fa fa-check"></i>
680
+
681
+ <b>4.1.</b>
682
+
683
+ SQL Injection Scanner
684
+ </a>
685
+
686
+
687
+ </li>
688
+
689
+ <li class="chapter " data-level="4.2" data-path="module_0x4__web_kung_fu/databases.html">
690
+
691
+
692
+ <a href="../module_0x4__web_kung_fu/databases.html">
693
+
694
+ <i class="fa fa-check"></i>
695
+
696
+ <b>4.2.</b>
697
+
698
+ Databases
699
+ </a>
700
+
701
+
702
+ </li>
703
+
704
+ <li class="chapter " data-level="4.3" data-path="module_0x4__web_kung_fu/extending_burpsuite.html">
705
+
706
+
707
+ <a href="../module_0x4__web_kung_fu/extending_burpsuite.html">
708
+
709
+ <i class="fa fa-check"></i>
710
+
711
+ <b>4.3.</b>
712
+
713
+ Extending Burp Suite
714
+ </a>
715
+
716
+
717
+ </li>
718
+
719
+ <li class="chapter " data-level="4.4" data-path="module_0x4__web_kung_fu/browser_manipulation.html">
720
+
721
+
722
+ <a href="../module_0x4__web_kung_fu/browser_manipulation.html">
723
+
724
+ <i class="fa fa-check"></i>
725
+
726
+ <b>4.4.</b>
727
+
728
+ Browser Manipulation
729
+ </a>
730
+
731
+
732
+ </li>
733
+
734
+ <li class="chapter " data-level="4.5" data-path="module_0x4__web_kung_fu/web_servcies_and_apis.html">
735
+
736
+
737
+ <a href="../module_0x4__web_kung_fu/web_servcies_and_apis.html">
738
+
739
+ <i class="fa fa-check"></i>
740
+
741
+ <b>4.5.</b>
742
+
743
+ Web Services and APIs
744
+ </a>
745
+
746
+
747
+ <ul class="articles">
748
+
749
+
750
+ <li class="chapter " data-level="4.5.1" data-path="module_0x4__web_kung_fu/web_services.html">
751
+
752
+
753
+ <a href="../module_0x4__web_kung_fu/web_services.html">
754
+
755
+ <i class="fa fa-check"></i>
756
+
757
+ <b>4.5.1.</b>
758
+
759
+ Interacting with Web Services
760
+ </a>
761
+
762
+
763
+ </li>
764
+
765
+ <li class="chapter " data-level="4.5.2" data-path="module_0x4__web_kung_fu/interacting_with_apis.html">
766
+
767
+
768
+ <a href="../module_0x4__web_kung_fu/interacting_with_apis.html">
769
+
770
+ <i class="fa fa-check"></i>
771
+
772
+ <b>4.5.2.</b>
773
+
774
+ Interacting with APIs
775
+ </a>
776
+
777
+
778
+ <ul class="articles">
779
+
780
+
781
+ <li class="chapter " data-level="4.5.2.1" data-path="module_0x4__web_kung_fu/wordpress_api.html">
782
+
783
+
784
+ <a href="../module_0x4__web_kung_fu/wordpress_api.html">
785
+
786
+ <i class="fa fa-check"></i>
787
+
788
+ <b>4.5.2.1.</b>
789
+
790
+ WordPress API
791
+ </a>
792
+
793
+
794
+ </li>
795
+
796
+ <li class="chapter " data-level="4.5.2.2" data-path="module_0x4__web_kung_fu/twitter_api.html">
797
+
798
+
799
+ <a href="../module_0x4__web_kung_fu/twitter_api.html">
800
+
801
+ <i class="fa fa-check"></i>
802
+
803
+ <b>4.5.2.2.</b>
804
+
805
+ Twitter API
806
+ </a>
807
+
808
+
809
+ </li>
810
+
811
+
812
+ </ul>
813
+
814
+ </li>
815
+
816
+
817
+ </ul>
818
+
819
+ </li>
820
+
821
+ <li class="chapter " data-level="4.6" data-path="module_0x4__web_kung_fu/ruby2javascript.html">
822
+
823
+
824
+ <a href="../module_0x4__web_kung_fu/ruby2javascript.html">
825
+
826
+ <i class="fa fa-check"></i>
827
+
828
+ <b>4.6.</b>
829
+
830
+ Ruby 2 JavaScript
831
+ </a>
832
+
833
+
834
+ </li>
835
+
836
+ <li class="chapter " data-level="4.7" data-path="module_0x4__web_kung_fu/web_server_and_proxy.html">
837
+
838
+
839
+ <a href="../module_0x4__web_kung_fu/web_server_and_proxy.html">
840
+
841
+ <i class="fa fa-check"></i>
842
+
843
+ <b>4.7.</b>
844
+
845
+ Web Server and Proxy
846
+ </a>
847
+
848
+
849
+ </li>
850
+
851
+
852
+ </ul>
853
+
854
+ </li>
855
+
856
+ <li class="chapter " data-level="5" data-path="module_0x5__exploitation_kung_fu/index.html">
857
+
858
+
859
+ <a href="../module_0x5__exploitation_kung_fu/index.html">
860
+
861
+ <i class="fa fa-check"></i>
862
+
863
+ <b>5.</b>
864
+
865
+ Module 0x5 | Exploitation Kung Fu
866
+ </a>
867
+
868
+
869
+ <ul class="articles">
870
+
871
+
872
+ <li class="chapter " data-level="5.1" data-path="module_0x5__exploitation_kung_fu/fuzzer.html">
873
+
874
+
875
+ <a href="../module_0x5__exploitation_kung_fu/fuzzer.html">
876
+
877
+ <i class="fa fa-check"></i>
878
+
879
+ <b>5.1.</b>
880
+
881
+ Fuzzer
882
+ </a>
883
+
884
+
885
+ </li>
886
+
887
+ <li class="chapter " data-level="5.2" data-path="module_0x5__exploitation_kung_fu/metasploit.html">
888
+
889
+
890
+ <a href="../module_0x5__exploitation_kung_fu/metasploit.html">
891
+
892
+ <i class="fa fa-check"></i>
893
+
894
+ <b>5.2.</b>
895
+
896
+ Metasploit
897
+ </a>
898
+
899
+
900
+ <ul class="articles">
901
+
902
+
903
+ <li class="chapter " data-level="5.2.1" data-path="module_0x5__exploitation_kung_fu/auxiliary_module.html">
904
+
905
+
906
+ <a href="../module_0x5__exploitation_kung_fu/auxiliary_module.html">
907
+
908
+ <i class="fa fa-check"></i>
909
+
910
+ <b>5.2.1.</b>
911
+
912
+ Auxiliary module
913
+ </a>
914
+
915
+
916
+ </li>
917
+
918
+ <li class="chapter " data-level="5.2.2" data-path="module_0x5__exploitation_kung_fu/exploit_module.html">
919
+
920
+
921
+ <a href="../module_0x5__exploitation_kung_fu/exploit_module.html">
922
+
923
+ <i class="fa fa-check"></i>
924
+
925
+ <b>5.2.2.</b>
926
+
927
+ Exploit module
928
+ </a>
929
+
930
+
931
+ </li>
932
+
933
+ <li class="chapter " data-level="5.2.3" data-path="module_0x5__exploitation_kung_fu/meterpreter.html">
934
+
935
+
936
+ <a href="../module_0x5__exploitation_kung_fu/meterpreter.html">
937
+
938
+ <i class="fa fa-check"></i>
939
+
940
+ <b>5.2.3.</b>
941
+
942
+ Meterpreter
943
+ </a>
944
+
945
+
946
+ <ul class="articles">
947
+
948
+
949
+ <li class="chapter " data-level="5.2.3.1" data-path="module_0x5__exploitation_kung_fu/extensions.html">
950
+
951
+
952
+ <a href="../module_0x5__exploitation_kung_fu/extensions.html">
953
+
954
+ <i class="fa fa-check"></i>
955
+
956
+ <b>5.2.3.1.</b>
957
+
958
+ API and Extensions
959
+ </a>
960
+
961
+
962
+ </li>
963
+
964
+ <li class="chapter " data-level="5.2.3.2" data-path="module_0x5__exploitation_kung_fu/meterpreter_scripting.html">
965
+
966
+
967
+ <a href="../module_0x5__exploitation_kung_fu/meterpreter_scripting.html">
968
+
969
+ <i class="fa fa-check"></i>
970
+
971
+ <b>5.2.3.2.</b>
972
+
973
+ Meterpreter Scripting
974
+ </a>
975
+
976
+
977
+ </li>
978
+
979
+ <li class="chapter " data-level="5.2.3.3" data-path="module_0x5__exploitation_kung_fu/railgun_api_extension.html">
980
+
981
+
982
+ <a href="../module_0x5__exploitation_kung_fu/railgun_api_extension.html">
983
+
984
+ <i class="fa fa-check"></i>
985
+
986
+ <b>5.2.3.3.</b>
987
+
988
+ Railgun API Extension
989
+ </a>
990
+
991
+
992
+ </li>
993
+
994
+
995
+ </ul>
996
+
997
+ </li>
998
+
999
+
1000
+ </ul>
1001
+
1002
+ </li>
1003
+
1004
+ <li class="chapter " data-level="5.3" data-path="module_0x5__exploitation_kung_fu/metasm.html">
1005
+
1006
+
1007
+ <a href="../module_0x5__exploitation_kung_fu/metasm.html">
1008
+
1009
+ <i class="fa fa-check"></i>
1010
+
1011
+ <b>5.3.</b>
1012
+
1013
+ metasm
1014
+ </a>
1015
+
1016
+
1017
+ </li>
1018
+
1019
+
1020
+ </ul>
1021
+
1022
+ </li>
1023
+
1024
+ <li class="chapter " data-level="6" data-path="module_0x6__forensic/index.html">
1025
+
1026
+
1027
+ <a href="../module_0x6__forensic/index.html">
1028
+
1029
+ <i class="fa fa-check"></i>
1030
+
1031
+ <b>6.</b>
1032
+
1033
+ Module 0x6 | Forensic Kung Fu
1034
+ </a>
1035
+
1036
+
1037
+ <ul class="articles">
1038
+
1039
+
1040
+ <li class="chapter " data-level="6.1" data-path="module_0x6__forensic/windows_forensic.html">
1041
+
1042
+
1043
+ <a href="../module_0x6__forensic/windows_forensic.html">
1044
+
1045
+ <i class="fa fa-check"></i>
1046
+
1047
+ <b>6.1.</b>
1048
+
1049
+ Windows Forensic
1050
+ </a>
1051
+
1052
+
1053
+ </li>
1054
+
1055
+ <li class="chapter " data-level="6.2" data-path="module_0x6__forensic/android_forensic.html">
1056
+
1057
+
1058
+ <a href="../module_0x6__forensic/android_forensic.html">
1059
+
1060
+ <i class="fa fa-check"></i>
1061
+
1062
+ <b>6.2.</b>
1063
+
1064
+ Android Forensic
1065
+ </a>
1066
+
1067
+
1068
+ </li>
1069
+
1070
+ <li class="chapter " data-level="6.3" data-path="module_0x3__network_kung_fu/network_traffic_analysis.html">
1071
+
1072
+
1073
+ <a href="../module_0x3__network_kung_fu/network_traffic_analysis.html">
1074
+
1075
+ <i class="fa fa-check"></i>
1076
+
1077
+ <b>6.3.</b>
1078
+
1079
+ Network Traffic Analysis
1080
+ </a>
1081
+
1082
+
1083
+ </li>
1084
+
1085
+ <li class="chapter " data-level="6.4" data-path="module_0x6__forensic/parsing_log_files.html">
1086
+
1087
+
1088
+ <a href="../module_0x6__forensic/parsing_log_files.html">
1089
+
1090
+ <i class="fa fa-check"></i>
1091
+
1092
+ <b>6.4.</b>
1093
+
1094
+ Parsing Log Files
1095
+ </a>
1096
+
1097
+
1098
+ </li>
1099
+
1100
+
1101
+ </ul>
1102
+
1103
+ </li>
1104
+
1105
+ <li class="chapter " data-level="7" data-path="references/index.html">
1106
+
1107
+
1108
+ <a href="../references/index.html">
1109
+
1110
+ <i class="fa fa-check"></i>
1111
+
1112
+ <b>7.</b>
1113
+
1114
+ References
1115
+ </a>
1116
+
1117
+
1118
+ </li>
1119
+
1120
+ <li class="chapter " data-level="8" data-path="faqs/index.html">
1121
+
1122
+
1123
+ <a href="../faqs/index.html">
1124
+
1125
+ <i class="fa fa-check"></i>
1126
+
1127
+ <b>8.</b>
1128
+
1129
+ FAQs
1130
+ </a>
1131
+
1132
+
1133
+ </li>
1134
+
1135
+ <li class="chapter " data-level="9" data-path="contributors/index.html">
1136
+
1137
+
1138
+ <a href="../contributors/index.html">
1139
+
1140
+ <i class="fa fa-check"></i>
1141
+
1142
+ <b>9.</b>
1143
+
1144
+ Contributors
1145
+ </a>
1146
+
1147
+
1148
+ <ul class="articles">
1149
+
1150
+
1151
+ <li class="chapter active" data-level="9.1" data-path="contributors/todo.html">
1152
+
1153
+
1154
+ <a href="../contributors/todo.html">
1155
+
1156
+ <i class="fa fa-check"></i>
1157
+
1158
+ <b>9.1.</b>
1159
+
1160
+ TODO
1161
+ </a>
1162
+
1163
+
1164
+ </li>
1165
+
1166
+
1167
+ </ul>
1168
+
1169
+ </li>
1170
+
1171
+
1172
+
1173
+
1174
+ <li class="divider"></li>
1175
+ <li>
1176
+ <a href="https://www.gitbook.com" target="blank" class="gitbook-link">
1177
+ Published with GitBook
1178
+ </a>
1179
+ </li>
1180
+
1181
+ </ul>
1182
+ </nav>
1183
+ </div>
1184
+
1185
+ <div class="book-body">
1186
+ <div class="body-inner">
1187
+ <div class="book-header" role="navigation">
1188
+ <!-- Actions Left -->
1189
+
1190
+
1191
+ <!-- Title -->
1192
+ <h1>
1193
+ <i class="fa fa-circle-o-notch fa-spin"></i>
1194
+ <a href="../" >RubyFu</a>
1195
+ </h1>
1196
+ </div>
1197
+
1198
+ <div class="page-wrapper" tabindex="-1" role="main">
1199
+ <div class="page-inner">
1200
+
1201
+
1202
+ <section class="normal" id="section-">
1203
+
1204
+ <h1 id="todo"><a name="todo" class="plugin-anchor" href="#todo"><span class="fa fa-link"></span></a>TODO</h1>
1205
+ <p><strong>Module 0x0 | Introduction</strong></p>
1206
+ <ul>
1207
+ <li style="list-style: none"><input type="checkbox" disabled="disabled"> Add more test for beginners? </li>
1208
+ </ul>
1209
+ <p><strong>Module 0x1 | Basic Ruby Kung Fu</strong></p>
1210
+ <ul>
1211
+ <li style="list-style: none"><input type="checkbox" disabled="disabled"> Non-Alphanumeric Ruby (https://threeifbywhiskey.github.io/2014/03/05/non-alphanumeric-ruby-for-fun-and-not-much-else/), http://techny.tumblr.com/post/43893712330/ruby-brainfuck-interpreter, https://github.com/mattaereal/hieroglyphy-py/blob/master/hieroglyphy.py</li>
1212
+ </ul>
1213
+ <p><strong>Module 0x2 | System Kung Fu</strong></p>
1214
+ <p><strong>Module 0x3 | Network Kung Fu</strong></p>
1215
+ <ul>
1216
+ <li style="list-style: none"><input type="checkbox" disabled="disabled"> SMB scanner</li>
1217
+ </ul>
1218
+ <p><strong>Module 0x4 | Web Kung Fu</strong></p>
1219
+ <ul>
1220
+ <li style="list-style: none"><input type="checkbox" disabled="disabled"> Ruby 2 JavaScript </li>
1221
+ </ul>
1222
+ <p><strong>Module 0x5 | Exploitation Kung Fu</strong></p>
1223
+ <ul>
1224
+ <li style="list-style: none"><input type="checkbox" disabled="disabled"> Enhance Metasm </li>
1225
+ </ul>
1226
+ <p><strong>Module 0x6 | Forensic Kung Fu</strong></p>
1227
+ <ul>
1228
+ <li style="list-style: none"><input type="checkbox" disabled="disabled"> Add more forensic stuff </li>
1229
+ </ul>
1230
+ <p><strong>Other TODOs</strong></p>
1231
+ <ul>
1232
+ <li style="list-style: none"><input type="checkbox" disabled="disabled"> Add Hardware Hacking</li>
1233
+ <li style="list-style: none"><input type="checkbox" disabled="disabled"> Add ubertooth </li>
1234
+ <li style="list-style: none"><input type="checkbox" disabled="disabled"> Add Dealing with SSL/TLS (web and socket)</li>
1235
+ </ul>
1236
+
1237
+
1238
+ </section>
1239
+
1240
+
1241
+ </div>
1242
+ </div>
1243
+ </div>
1244
+
1245
+
1246
+ <a href="../contributors/index.html" class="navigation navigation-prev navigation-unique" aria-label="Previous page: Contributors"><i class="fa fa-angle-left"></i></a>
1247
+
1248
+
1249
+ </div>
1250
+ </div>
1251
+
1252
+
1253
+ <script src="../gitbook/app.js"></script>
1254
+
1255
+
1256
+ <script src="../gitbook/plugins/gitbook-plugin-splitter/splitter.js"></script>
1257
+
1258
+
1259
+
1260
+ <script src="../gitbook/plugins/gitbook-plugin-book-summary-scroll-position-saver/book-summary-scroll-position-saver.js"></script>
1261
+
1262
+
1263
+
1264
+ <script src="../gitbook/plugins/gitbook-plugin-expandable-chapters/expandable-chapters.js"></script>
1265
+
1266
+
1267
+
1268
+ <script src="../gitbook/plugins/gitbook-plugin-search/lunr.min.js"></script>
1269
+
1270
+
1271
+
1272
+ <script src="../gitbook/plugins/gitbook-plugin-search/search.js"></script>
1273
+
1274
+
1275
+
1276
+ <script src="../gitbook/plugins/gitbook-plugin-sharing/buttons.js"></script>
1277
+
1278
+
1279
+
1280
+ <script src="../gitbook/plugins/gitbook-plugin-fontsettings/buttons.js"></script>
1281
+
1282
+
1283
+ <script>
1284
+ require(["gitbook"], function(gitbook) {
1285
+ var config = {"addcssjs":{"js":["styles/header.js"]},"anchors":{},"todo":{},"splitter":{},"book-summary-scroll-position-saver":{},"expandable-chapters":{},"highlight":{},"search":{"maxIndexSize":1000000},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2}};
1286
+ gitbook.start(config);
1287
+ });
1288
+ </script>
1289
+
1290
+
1291
+ </body>
1292
+
1293
+ </html>