yawast 0.4.0.beta5 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ab0c98dff15a6c108fb5e7e31158e3c334362eee
4
- data.tar.gz: 1e1765841b783aa4c7ecc53c848a0be34cb0a6a6
3
+ metadata.gz: 809632f522dd6924e8a196bb130e59e0ed98b967
4
+ data.tar.gz: 0dc7cdaef9e64ad07f00c5c603023db597e5f78c
5
5
  SHA512:
6
- metadata.gz: 201063d3a6f55b3fe21be44c2c4bd87d479a61741aa9ef42e1ee037cddd5f1516e8f23ce62e9db87126286d4ad222733c8086e3c592409ec17d5f93a879c7bea
7
- data.tar.gz: 42a5a033bafe1a3c32b65cb7b14b570877f55c1ef378194416c8172333399e16b932fe337c34dc2f87cc5ee94f9cad960e4316edd1b7542bb5391e9a089a9399
6
+ metadata.gz: 03a5b6771a87ed689a15f7fd2bae9c8c42f59dcc9cbe36c24611709c002c376864e4604e028272b3cccc38d2f24901bf4101c92e038b8681c3b410e20df72732
7
+ data.tar.gz: 0f922b7836655decc4cc252f79c4c60cac0d0a02a87a9d0b6ad624d243d4d02cfaf35d70cbfb0b5926bc6dd16d2673db8a9de0e052f576135d083cf1862d34ad
data/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- ## 0.4.0 - In Development
1
+ ## 0.4.0 - 2016-11-03
2
2
 
3
3
  * [#66](https://github.com/adamcaudill/yawast/issues/66) - Thread directory search for better performance
4
4
  * [#67](https://github.com/adamcaudill/yawast/issues/67) - Make "Found Redirect" optional
data/README.md CHANGED
@@ -232,436 +232,238 @@ Using `scan` - the normal go-to option, here's what you get when scanning my web
232
232
 
233
233
  ```
234
234
  $yawast scan https://adamcaudill.com --tdessessioncount --dir
235
- __ _____ _ _ ___ _____ _____
236
- \ \ / / _ \| | | |/ _ \ / ___|_ _|
237
- \ V / /_\ \ | | / /_\ \\ `--. | |
238
- \ /| _ | |/\| | _ | `--. \ | |
239
- | || | | \ /\ / | | |/\__/ / | |
240
- \_/\_| |_/\/ \/\_| |_/\____/ \_/
241
-
242
- YAWAST v0.3.0 - The YAWAST Antecedent Web Application Security Toolkit
243
- Copyright (c) 2013-2016 Adam Caudill <adam@adamcaudill.com>
244
- Support & Documentation: https://github.com/adamcaudill/yawast
245
- Ruby 2.2.4-p230; OpenSSL 1.0.2f 28 Jan 2016 (x86_64-darwin15)
246
-
247
- Scanning: https://adamcaudill.com/
248
-
249
- DNS Information:
250
- [I] 104.28.27.55 (N/A)
251
- https://www.shodan.io/host/104.28.27.55
252
- https://censys.io/ipv4/104.28.27.55
253
- [I] 104.28.26.55 (N/A)
254
- https://www.shodan.io/host/104.28.26.55
255
- https://censys.io/ipv4/104.28.26.55
256
- [I] 2400:CB00:2048:1::681C:1A37 (N/A)
257
- https://www.shodan.io/host/2400:cb00:2048:1::681c:1a37
258
- [I] 2400:CB00:2048:1::681C:1B37 (N/A)
259
- https://www.shodan.io/host/2400:cb00:2048:1::681c:1b37
260
- [I] TXT: v=spf1 mx a ptr include:_spf.google.com ~all
261
- [I] MX: aspmx4.googlemail.com (30)
262
- [I] MX: aspmx.l.google.com (10)
263
- [I] MX: alt1.aspmx.l.google.com (20)
264
- [I] MX: aspmx2.googlemail.com (30)
265
- [I] MX: alt2.aspmx.l.google.com (20)
266
- [I] MX: aspmx3.googlemail.com (30)
267
- [I] MX: aspmx5.googlemail.com (30)
268
- [I] NS: vera.ns.cloudflare.com
269
- [I] NS: hal.ns.cloudflare.com
270
-
271
- [I] HEAD:
272
- [I] date: Fri, 16 Sep 2016 00:24:15 GMT
273
- [I] content-type: text/html; charset=UTF-8
274
- [I] connection: close
275
- [I] set-cookie: __cfduid=df78c5171c732bf2104fd8cc2dd82afd41473985455; expires=Sat, 16-Sep-17 00:24:15 GMT; path=/; domain=.adamcaudill.com; HttpOnly
276
- [I] vary: Accept-Encoding,Cookie
277
- [I] cache-control: max-age=3, must-revalidate
278
- [I] wp-super-cache: Served supercache file from PHP
279
- [I] last-modified: Fri, 16 Sep 2016 00:20:05 GMT
280
- [I] x-frame-options: sameorigin
281
- [I] strict-transport-security: max-age=15552000; preload
282
- [I] x-content-type-options: nosniff
283
- [I] server: cloudflare-nginx
284
- [I] cf-ray: 2e302ca911c550da-MIA
285
-
286
- [I] NOTE: Server appears to be Cloudflare; WAF may be in place.
287
-
288
- [I] X-Frame-Options Header: sameorigin
289
- [I] X-Content-Type-Options Header: nosniff
290
- [W] Content-Security-Policy Header Not Present
291
- [W] Public-Key-Pins Header Not Present
292
-
293
- [I] Cookies:
294
- [I] __cfduid=df78c5171c732bf2104fd8cc2dd82afd41473985455; expires=Sat, 16-Sep-17 00:24:15 GMT; path=/; domain=.adamcaudill.com; HttpOnly
295
- [W] Cookie missing Secure flag
296
-
297
-
298
- Beginning SSL Labs scan (this could take a minute or two)
299
- [SSL Labs] This assessment service is provided free of charge by Qualys SSL Labs, subject to our terms and conditions: https://www.ssllabs.com/about/terms.html
300
- ..........................................
301
-
302
- [I] IP: 104.28.27.55 - Grade: A+
303
-
304
- Certificate Information:
305
- [I] Subject: CN=sni67677.cloudflaressl.com,OU=PositiveSSL Multi-Domain,OU=Domain Control Validated
306
- [I] Common Names: ["sni67677.cloudflaressl.com"]
307
- [I] Alternative names:
308
- [I] sni67677.cloudflaressl.com
309
- [I] *.adamcaudill.com
310
- [I] *.bsidesknoxville.com
311
- [I] *.secrypto.com
312
- [I] *.smimp.org
313
- [I] *.underhandedcrypto.com
314
- [I] adamcaudill.com
315
- [I] bsidesknoxville.com
316
- [I] secrypto.com
317
- [I] smimp.org
318
- [I] underhandedcrypto.com
319
- [I] Not Before: 2016-08-13T00:00:00+00:00
320
- [I] Not After: 2017-02-12T23:59:59+00:00
321
- [I] Key: EC 256 (RSA equivalent: 3072)
322
- [I] Public Key Hash: b658ea09e127fafe0416588a17446b606499df6e
323
- [I] Version: 2
324
- [I] Serial: 18930702358496442989903109042193740748
325
- [I] Issuer: COMODO ECC Domain Validation Secure Server CA 2
326
- [I] Signature algorithm: SHA256withECDSA
327
- [I] Extended Validation: No (Domain Control)
328
- [I] Certificate Transparency: No
329
- [I] OCSP Must Staple: No
330
- [I] Revocation information: CRL information available
331
- [I] Revocation information: OCSP information available
332
- [I] Revocation status: certificate not revoked
333
- [I] Extensions:
334
- [I] authorityKeyIdentifier = keyid:40:09:61:67:F0:BC:83:71:4F:DE:12:08:2C:6F:D4:D4:2B:76:3D:96,
335
- [I] subjectKeyIdentifier = D0:F8:D6:82:36:B5:5C:AC:2D:9A:8E:7B:D9:D5:E6:99:38:B6:8C:FE
336
- [I] keyUsage = critical, Digital Signature
337
- [I] basicConstraints = critical, CA:FALSE
338
- [I] extendedKeyUsage = TLS Web Server Authentication, TLS Web Client Authentication
339
- [I] certificatePolicies = Policy: 1.3.6.1.4.1.6449.1.2.2.7, CPS: https://secure.comodo.com/CPS, Policy: 2.23.140.1.2.1,
340
- [I] crlDistributionPoints = , Full Name:, URI:http://crl.comodoca4.com/COMODOECCDomainValidationSecureServerCA2.crl,
341
- [I] authorityInfoAccess = CA Issuers - URI:http://crt.comodoca4.com/COMODOECCDomainValidationSecureServerCA2.crt, OCSP - URI:http://ocsp.comodoca4.com,
342
- [I] Hash: 1ae6362e4fc377cccb6df6261838a5d9bb49663d
343
- https://censys.io/certificates?q=1ae6362e4fc377cccb6df6261838a5d9bb49663d
344
- https://crt.sh/?q=1ae6362e4fc377cccb6df6261838a5d9bb49663d
345
-
346
- Configuration Information:
347
- Protocol Support:
348
- [I] TLS 1.0
349
- [I] TLS 1.1
350
- [I] TLS 1.2
351
-
352
- Cipher Suite Support:
353
- [I] TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 - 128-bits - ECDHE-256-bits
354
- [I] TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 - 128-bits - ECDHE-256-bits
355
- [I] TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA - 128-bits - ECDHE-256-bits
356
- [I] TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 - 256-bits - ECDHE-256-bits
357
- [I] TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 - 256-bits - ECDHE-256-bits
358
- [I] TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA - 256-bits - ECDHE-256-bits
359
- [W] TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA - 112-bits - ECDHE-256-bits
360
- [I] TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 - 256-bits - ECDHE-256-bits
361
- [I] OLD_TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 - 256-bits - ECDHE-256-bits
362
-
363
- Handshake Simulation:
364
- [E] Android 2.3.7 - Simulation Failed
365
- [I] Android 4.0.4 - TLS 1.0 - TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
366
- [I] Android 4.1.1 - TLS 1.0 - TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
367
- [I] Android 4.2.2 - TLS 1.0 - TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
368
- [I] Android 4.3 - TLS 1.0 - TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
369
- [I] Android 4.4.2 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
370
- [I] Android 5.0.0 - TLS 1.2 - OLD_TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
371
- [I] Android 6.0 - TLS 1.2 - OLD_TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
372
- [I] Baidu Jan 2015 - TLS 1.0 - TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
373
- [I] BingPreview Jan 2015 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
374
- [I] Chrome 51 / Win 7 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
375
- [I] Firefox 31.3.0 ESR / Win 7 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
376
- [I] Firefox 46 / Win 7 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
377
- [I] Firefox 47 / Win 7 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
378
- [I] Googlebot Feb 2015 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
379
- [E] IE 6 / XP - Simulation Failed
380
- [I] IE 7 / Vista - TLS 1.0 - TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
381
- [E] IE 8 / XP - Simulation Failed
382
- [I] IE 8-10 / Win 7 - TLS 1.0 - TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
383
- [I] IE 11 / Win 7 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
384
- [I] IE 11 / Win 8.1 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
385
- [I] IE 10 / Win Phone 8.0 - TLS 1.0 - TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
386
- [I] IE 11 / Win Phone 8.1 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
387
- [I] IE 11 / Win Phone 8.1 Update - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
388
- [I] IE 11 / Win 10 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
389
- [I] Edge 13 / Win 10 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
390
- [I] Edge 13 / Win Phone 10 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
391
- [E] Java 6u45 - Simulation Failed
392
- [I] Java 7u25 - TLS 1.0 - TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
393
- [I] Java 8u31 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
394
- [E] OpenSSL 0.9.8y - Simulation Failed
395
- [I] OpenSSL 1.0.1l - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
396
- [I] OpenSSL 1.0.2e - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
397
- [I] Safari 5.1.9 / OS X 10.6.8 - TLS 1.0 - TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
398
- [I] Safari 6 / iOS 6.0.1 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
399
- [I] Safari 6.0.4 / OS X 10.8.4 - TLS 1.0 - TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
400
- [I] Safari 7 / iOS 7.1 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
401
- [I] Safari 7 / OS X 10.9 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
402
- [I] Safari 8 / iOS 8.4 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
403
- [I] Safari 8 / OS X 10.10 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
404
- [I] Safari 9 / iOS 9 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
405
- [I] Safari 9 / OS X 10.11 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
406
- [I] Apple ATS 9 / iOS 9 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
407
- [I] Yahoo Slurp Jan 2015 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
408
- [I] YandexBot Jan 2015 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
409
-
410
- Protocol & Vulnerability Information:
411
- [I] DROWN: No
412
- [I] Secure Renegotiation: secure renegotiation supported
413
- [I] POODLE (SSL): No
414
- [I] POODLE (TLS): No
415
- [I] Downgrade Prevention: Yes
416
- [I] Compression: No
417
- [I] Heartbleed: No
418
- [I] OpenSSL CCS (CVE-2014-0224): No
419
- [I] OpenSSL Padding Oracle (CVE-2016-2107): No
420
- [I] Forward Secrecy: Yes (all simulated clients)
421
- [I] OCSP Stapling: Yes
422
- [I] FREAK: No
423
- [I] Logjam: No
424
- [I] DH public server param (Ys) reuse: No
425
- [W] Protocol Intolerance: TLS 1.3
426
-
427
- TLS Session Request Limit: Checking number of requests accepted using 3DES suites...
428
- .....
429
- [I] TLS Session Request Limit: Connection terminated after 100 requests (TLS Reconnected)
430
-
431
- [I] HSTS: Enabled (strict-transport-security: max-age=15552000; preload)
432
-
433
- [W] '/readme.html' found: https://adamcaudill.com/readme.html
434
-
435
- Searching for common directories...
436
- [I] Found Redirect: 'https://adamcaudill.com/0/ -> 'https://adamcaudill.com/'
437
- [I] Found Redirect: 'https://adamcaudill.com/1/ -> 'https://adamcaudill.com/2013/04/16/1password-pbkdf2-and-implementation-flaws/'
438
- [I] Found Redirect: 'https://adamcaudill.com/2/ -> 'https://adamcaudill.com/2015/01/01/2014-a-year-in-review/'
439
- [I] Found Redirect: 'https://adamcaudill.com/20/ -> 'https://adamcaudill.com/2015/01/01/2014-a-year-in-review/'
440
- [I] Found: 'https://adamcaudill.com/2003/'
441
- [I] Found: 'https://adamcaudill.com/2004/'
442
- [I] Found: 'https://adamcaudill.com/2005/'
443
- [I] Found: 'https://adamcaudill.com/2006/'
444
- [I] Found: 'https://adamcaudill.com/2007/'
445
- [I] Found: 'https://adamcaudill.com/2008/'
446
- [I] Found: 'https://adamcaudill.com/2009/'
447
- [I] Found: 'https://adamcaudill.com/2010/'
448
- [I] Found: 'https://adamcaudill.com/2011/'
449
- [I] Found: 'https://adamcaudill.com/2013/'
450
- [I] Found: 'https://adamcaudill.com/2014/'
451
- [I] Found: 'https://adamcaudill.com/2015/'
452
- [I] Found: 'https://adamcaudill.com/2016/'
453
- [I] Found Redirect: 'https://adamcaudill.com/A/ -> 'https://adamcaudill.com/2014/10/17/a-backdoor-by-any-other-name/'
454
- [I] Found: 'https://adamcaudill.com/About/'
455
- [I] Found Redirect: 'https://adamcaudill.com/Archive/ -> 'https://adamcaudill.com/archives/'
456
- [I] Found Redirect: 'https://adamcaudill.com/B/ -> 'https://adamcaudill.com/2005/09/22/back-from-new-york/'
457
- [I] Found: 'https://adamcaudill.com/Blog/'
458
- [I] Found Redirect: 'https://adamcaudill.com/C/ -> 'https://adamcaudill.com/2009/10/03/cancel-godaddys-domain-privacy/'
459
- [I] Found Redirect: 'https://adamcaudill.com/D/ -> 'https://adamcaudill.com/2006/06/02/data-theft-its-happened-again/'
460
- [I] Found Redirect: 'https://adamcaudill.com/E/ -> 'https://adamcaudill.com/2006/03/17/end-on-an-era/'
461
- [I] Found Redirect: 'https://adamcaudill.com/F/ -> 'https://adamcaudill.com/2011/05/14/facebook-scams/'
462
- [I] Found Redirect: 'https://adamcaudill.com/G/ -> 'https://adamcaudill.com/2003/11/26/get-cpu-speed/'
463
- [I] Found Redirect: 'https://adamcaudill.com/H/ -> 'https://adamcaudill.com/2011/05/21/happy-20th-birthday-visual-basic/'
464
- [I] Found Redirect: 'https://adamcaudill.com/Home/ -> 'https://adamcaudill.com/'
465
- [I] Found Redirect: 'https://adamcaudill.com/I/ -> 'https://adamcaudill.com/2007/02/10/i-love-my-job/'
466
- [I] Found Redirect: 'https://adamcaudill.com/Internet/ -> 'https://adamcaudill.com/2006/05/27/internet-explorer-7/'
467
- [I] Found Redirect: 'https://adamcaudill.com/J/ -> 'https://adamcaudill.com/2014/07/23/jumping-through-hoops-dot-dot-dot/'
468
- [I] Found Redirect: 'https://adamcaudill.com/L/ -> 'https://adamcaudill.com/lasers/'
469
- [I] Found Redirect: 'https://adamcaudill.com/M/ -> 'https://adamcaudill.com/2006/09/23/make-xp-pretty/'
470
- [I] Found Redirect: 'https://adamcaudill.com/N/ -> 'https://adamcaudill.com/2011/02/11/need-a-cheap-phone-charger-quick-buy-a-tracfone/'
471
- [I] Found Redirect: 'https://adamcaudill.com/O/ -> 'https://adamcaudill.com/2006/06/17/of-victory-and-pair-programming/'
472
- [I] Found Redirect: 'https://adamcaudill.com/P/ -> 'https://adamcaudill.com/2003/10/31/pagesource/'
473
- [I] Found Redirect: 'https://adamcaudill.com/PHP/ -> 'https://adamcaudill.com/2005/03/01/phpbb-2-0-13-released-dumbss-coders-strike-again/'
474
- [I] Found Redirect: 'https://adamcaudill.com/Pages/ -> 'https://adamcaudill.com/2003/10/31/pagesource/'
475
- [I] Found Redirect: 'https://adamcaudill.com/R/ -> 'https://adamcaudill.com/2011/01/28/rails-3-dreamhost-ps/'
476
- [I] Found Redirect: 'https://adamcaudill.com/S/ -> 'https://adamcaudill.com/2016/05/22/seamless-phishing/'
477
- [I] Found Redirect: 'https://adamcaudill.com/Security/ -> 'https://adamcaudill.com/2014/03/23/security-by-buzzword-why-i-dont-support-ensafer/'
478
- [I] Found Redirect: 'https://adamcaudill.com/T/ -> 'https://adamcaudill.com/2007/01/21/task-management-with-tasks/'
479
- [I] Found Redirect: 'https://adamcaudill.com/U/ -> 'https://adamcaudill.com/2007/03/22/under-the-weather/'
480
- [I] Found Redirect: 'https://adamcaudill.com/US/ -> 'https://adamcaudill.com/2006/07/08/useful-notepad-tip/'
481
- [I] Found Redirect: 'https://adamcaudill.com/V/ -> 'https://adamcaudill.com/2006/05/10/valleyschwag/'
482
- [I] Found Redirect: 'https://adamcaudill.com/W/ -> 'https://adamcaudill.com/2006/11/28/want-a-free-copy-of-vista/'
483
- [I] Found Redirect: 'https://adamcaudill.com/Windows/ -> 'https://adamcaudill.com/2007/03/01/windows-vista-user-experience-guidelines/'
484
- [I] Found Redirect: 'https://adamcaudill.com/X/ -> 'https://adamcaudill.com/2007/01/25/xceed-datagrid-for-wpf-released-free/'
485
- [I] Found Redirect: 'https://adamcaudill.com/XML/ -> 'https://adamcaudill.com/2006/09/03/xml-notepad-2006/'
486
- [I] Found Redirect: 'https://adamcaudill.com/a/ -> 'https://adamcaudill.com/2014/10/17/a-backdoor-by-any-other-name/'
487
- [I] Found: 'https://adamcaudill.com/about/'
488
- [I] Found Redirect: 'https://adamcaudill.com/ad/ -> 'https://adamcaudill.com/2006/03/29/advanced-net-programming/'
489
- [I] Found Redirect: 'https://adamcaudill.com/adv/ -> 'https://adamcaudill.com/2006/03/29/advanced-net-programming/'
490
- [I] Found Redirect: 'https://adamcaudill.com/advanced/ -> 'https://adamcaudill.com/2006/03/29/advanced-net-programming/'
491
- [I] Found Redirect: 'https://adamcaudill.com/ap/ -> 'https://adamcaudill.com/2003/11/17/apisettings/'
492
- [I] Found Redirect: 'https://adamcaudill.com/api/ -> 'https://adamcaudill.com/2003/11/17/apisettings/'
493
- [I] Found Redirect: 'https://adamcaudill.com/ar/ -> 'https://adamcaudill.com/archives/'
494
- [I] Found Redirect: 'https://adamcaudill.com/archive/ -> 'https://adamcaudill.com/archives/'
495
- [I] Found: 'https://adamcaudill.com/archives/'
496
- [I] Found Redirect: 'https://adamcaudill.com/asp/ -> 'https://adamcaudill.com/2007/01/25/aspnet-ajax/'
497
- [I] Found Redirect: 'https://adamcaudill.com/atom/ -> 'https://adamcaudill.com/feed/atom/'
498
- [I] Found Redirect: 'https://adamcaudill.com/avatars/ -> 'https://adamcaudill.com/2009/06/19/avatars-why-roll-your-own/'
499
- [I] Found Redirect: 'https://adamcaudill.com/b/ -> 'https://adamcaudill.com/2005/09/22/back-from-new-york/'
500
- [I] Found Redirect: 'https://adamcaudill.com/back/ -> 'https://adamcaudill.com/2005/09/22/back-from-new-york/'
501
- [I] Found Redirect: 'https://adamcaudill.com/backup/ -> 'https://adamcaudill.com/2007/08/27/backups-with-jungledrive/'
502
- [I] Found Redirect: 'https://adamcaudill.com/backups/ -> 'https://adamcaudill.com/2007/08/27/backups-with-jungledrive/'
503
- [I] Found Redirect: 'https://adamcaudill.com/bb/ -> 'https://adamcaudill.com/2011/05/21/bbpress-20-beta-1-released/'
504
- [I] Found Redirect: 'https://adamcaudill.com/bl/ -> 'https://adamcaudill.com/blog/'
505
- [I] Found: 'https://adamcaudill.com/blog/'
506
- [I] Found Redirect: 'https://adamcaudill.com/blue/ -> 'https://adamcaudill.com/2006/06/04/blue-hole-waterfall/'
507
- [I] Found Redirect: 'https://adamcaudill.com/build/ -> 'https://adamcaudill.com/2007/01/04/building-a-windows-powertoy/'
508
- [I] Found Redirect: 'https://adamcaudill.com/buy/ -> 'https://adamcaudill.com/2006/12/19/buying-a-car/'
509
- [I] Found Redirect: 'https://adamcaudill.com/c/ -> 'https://adamcaudill.com/2009/10/03/cancel-godaddys-domain-privacy/'
510
- [I] Found Redirect: 'https://adamcaudill.com/ca/ -> 'https://adamcaudill.com/2009/10/03/cancel-godaddys-domain-privacy/'
511
- [I] Found Redirect: 'https://adamcaudill.com/can/ -> 'https://adamcaudill.com/2009/10/03/cancel-godaddys-domain-privacy/'
512
- [I] Found Redirect: 'https://adamcaudill.com/cc/ -> 'https://adamcaudill.com/ccsrch/'
513
- [I] Found Redirect: 'https://adamcaudill.com/ccs/ -> 'https://adamcaudill.com/ccsrch/'
514
- [I] Found Redirect: 'https://adamcaudill.com/cgi-bin// -> 'https://adamcaudill.com/cgi-bin/'
515
- [I] Found Redirect: 'https://adamcaudill.com/ch/ -> 'https://adamcaudill.com/2010/08/06/christopher-adam-caudill-6lbs-7oz-born-822010/'
516
- [I] Found Redirect: 'https://adamcaudill.com/com/ -> 'https://adamcaudill.com/2006/03/11/common-sense-email/'
517
- [I] Found Redirect: 'https://adamcaudill.com/common/ -> 'https://adamcaudill.com/2006/03/11/common-sense-email/'
518
- [I] Found Redirect: 'https://adamcaudill.com/con/ -> 'https://adamcaudill.com/2003/11/11/conexant-formerly-rockwell-softmodem-hsf-modem/'
519
- [I] Found Redirect: 'https://adamcaudill.com/contact/ -> '/pgp/'
520
- [I] Found Redirect: 'https://adamcaudill.com/crypto/ -> 'https://adamcaudill.com/2016/03/12/crypto-crisis-fear-over-freedom/'
521
- [I] Found Redirect: 'https://adamcaudill.com/d/ -> 'https://adamcaudill.com/2006/06/02/data-theft-its-happened-again/'
522
- [I] Found Redirect: 'https://adamcaudill.com/dat/ -> 'https://adamcaudill.com/2006/06/02/data-theft-its-happened-again/'
523
- [I] Found Redirect: 'https://adamcaudill.com/data/ -> 'https://adamcaudill.com/2006/06/02/data-theft-its-happened-again/'
524
- [I] Found Redirect: 'https://adamcaudill.com/de/ -> 'https://adamcaudill.com/2012/07/27/decrypting-spark-saved-passwords/'
525
- [I] Found Redirect: 'https://adamcaudill.com/dec/ -> 'https://adamcaudill.com/2012/07/27/decrypting-spark-saved-passwords/'
526
- [I] Found Redirect: 'https://adamcaudill.com/detail/ -> 'https://adamcaudill.com/2006/09/03/detailed-css-changes-in-ie7/'
527
- [I] Found Redirect: 'https://adamcaudill.com/dev/ -> 'https://adamcaudill.com/2016/08/17/developers-placing-trust-in-strangers/'
528
- [I] Found Redirect: 'https://adamcaudill.com/devel/ -> 'https://adamcaudill.com/2016/08/17/developers-placing-trust-in-strangers/'
529
- [I] Found Redirect: 'https://adamcaudill.com/develop/ -> 'https://adamcaudill.com/2016/08/17/developers-placing-trust-in-strangers/'
530
- [I] Found Redirect: 'https://adamcaudill.com/developer/ -> 'https://adamcaudill.com/2016/08/17/developers-placing-trust-in-strangers/'
531
- [I] Found Redirect: 'https://adamcaudill.com/developers/ -> 'https://adamcaudill.com/2016/08/17/developers-placing-trust-in-strangers/'
532
- [I] Found Redirect: 'https://adamcaudill.com/development/ -> 'https://adamcaudill.com/2006/04/11/development-abstraction/'
533
- [I] Found Redirect: 'https://adamcaudill.com/do/ -> 'https://adamcaudill.com/2013/07/04/do-one-thing-right/'
534
- [I] Found Redirect: 'https://adamcaudill.com/e/ -> 'https://adamcaudill.com/2006/03/17/end-on-an-era/'
535
- [I] Found Redirect: 'https://adamcaudill.com/en/ -> 'https://adamcaudill.com/2006/03/17/end-on-an-era/'
536
- [I] Found Redirect: 'https://adamcaudill.com/error/ -> 'https://adamcaudill.com/2011/05/16/errors-on-gem-install-mysql2/'
537
- [I] Found Redirect: 'https://adamcaudill.com/errors/ -> 'https://adamcaudill.com/2011/05/16/errors-on-gem-install-mysql2/'
538
- [I] Found Redirect: 'https://adamcaudill.com/event/ -> 'https://adamcaudill.com/2006/09/24/eventargs-no-need-to-pass-a-new-instance/'
539
- [I] Found Redirect: 'https://adamcaudill.com/f/ -> 'https://adamcaudill.com/2011/05/14/facebook-scams/'
540
- [I] Found: 'https://adamcaudill.com/feed/'
541
- [I] Found: 'https://adamcaudill.com/files/'
542
- [I] Found Redirect: 'https://adamcaudill.com/firefox/ -> 'https://adamcaudill.com/2006/09/17/firefox-toys-errorzilla/'
543
- [I] Found Redirect: 'https://adamcaudill.com/first/ -> 'https://adamcaudill.com/2013/03/26/first-do-no-harm-developers-and-bad-apis/'
544
- [I] Found Redirect: 'https://adamcaudill.com/fr/ -> 'https://adamcaudill.com/2007/02/06/from-outlook-to-gmail-to-the-bat/'
545
- [I] Found Redirect: 'https://adamcaudill.com/g/ -> 'https://adamcaudill.com/2003/11/26/get-cpu-speed/'
546
- [I] Found Redirect: 'https://adamcaudill.com/get/ -> 'https://adamcaudill.com/2003/11/26/get-cpu-speed/'
547
- [I] Found Redirect: 'https://adamcaudill.com/go/ -> 'https://adamcaudill.com/2011/01/12/google-chrome-and-h-264/'
548
- [I] Found Redirect: 'https://adamcaudill.com/google/ -> 'https://adamcaudill.com/2011/01/12/google-chrome-and-h-264/'
549
- [I] Found Redirect: 'https://adamcaudill.com/gp/ -> 'https://adamcaudill.com/2012/05/13/gpg4win-idea/'
550
- [I] Found Redirect: 'https://adamcaudill.com/h/ -> 'https://adamcaudill.com/2011/05/21/happy-20th-birthday-visual-basic/'
551
- [I] Found Redirect: 'https://adamcaudill.com/holiday/ -> 'https://adamcaudill.com/2006/12/23/holiday-schwag/'
552
- [I] Found Redirect: 'https://adamcaudill.com/home/ -> 'https://adamcaudill.com/'
553
- [I] Found Redirect: 'https://adamcaudill.com/host/ -> 'https://adamcaudill.com/2011/04/11/hosting-change/'
554
- [I] Found Redirect: 'https://adamcaudill.com/hosting/ -> 'https://adamcaudill.com/2011/04/11/hosting-change/'
555
- [I] Found Redirect: 'https://adamcaudill.com/how/ -> 'https://adamcaudill.com/2006/02/26/how-it-projects-really-work/'
556
- [I] Found Redirect: 'https://adamcaudill.com/hp/ -> 'https://adamcaudill.com/2012/04/23/hp-folio-13/'
557
- [I] Found Redirect: 'https://adamcaudill.com/i/ -> 'https://adamcaudill.com/2007/02/10/i-love-my-job/'
558
- [I] Found Redirect: 'https://adamcaudill.com/ie/ -> 'https://adamcaudill.com/2007/01/10/ie-developer-toolbar/'
559
- [I] Found Redirect: 'https://adamcaudill.com/in/ -> 'https://adamcaudill.com/2006/07/07/in-comes-the-schwag/'
560
- [I] Found Redirect: 'https://adamcaudill.com/install/ -> 'https://adamcaudill.com/2006/11/18/installing-vista/'
561
- [I] Found Redirect: 'https://adamcaudill.com/internet/ -> 'https://adamcaudill.com/2006/05/27/internet-explorer-7/'
562
- [I] Found Redirect: 'https://adamcaudill.com/it/ -> 'https://adamcaudill.com/2006/02/26/its-official-ie7-is-cool/'
563
- [I] Found Redirect: 'https://adamcaudill.com/j/ -> 'https://adamcaudill.com/2014/07/23/jumping-through-hoops-dot-dot-dot/'
564
- [I] Found Redirect: 'https://adamcaudill.com/jump/ -> 'https://adamcaudill.com/2014/07/23/jumping-through-hoops-dot-dot-dot/'
565
- [I] Found Redirect: 'https://adamcaudill.com/k/ -> 'https://adamcaudill.com/2006/09/16/kill-capslock/'
566
- [I] Found Redirect: 'https://adamcaudill.com/l/ -> 'https://adamcaudill.com/lasers/'
567
- [I] Found Redirect: 'https://adamcaudill.com/link/ -> 'https://adamcaudill.com/2012/06/06/linkedin-a-little-common-sense/'
568
- [I] Found Redirect: 'https://adamcaudill.com/m/ -> 'https://adamcaudill.com/2006/09/23/make-xp-pretty/'
569
- [I] Found Redirect: 'https://adamcaudill.com/microsoft/ -> 'https://adamcaudill.com/2007/01/21/microsoft-mice-another-reason-to-love-them/'
570
- [I] Found Redirect: 'https://adamcaudill.com/mini/ -> 'https://adamcaudill.com/2012/05/13/minipwner/'
571
- [I] Found Redirect: 'https://adamcaudill.com/monitor/ -> 'https://adamcaudill.com/2012/06/10/monitor-iphone-http-s-traffic-with-fiddler/'
572
- [I] Found Redirect: 'https://adamcaudill.com/my/ -> 'https://adamcaudill.com/2012/03/31/my-5-minutes-of-infamy/'
573
- [I] Found Redirect: 'https://adamcaudill.com/n/ -> 'https://adamcaudill.com/2011/02/11/need-a-cheap-phone-charger-quick-buy-a-tracfone/'
574
- [I] Found Redirect: 'https://adamcaudill.com/ne/ -> 'https://adamcaudill.com/2011/02/11/need-a-cheap-phone-charger-quick-buy-a-tracfone/'
575
- [I] Found Redirect: 'https://adamcaudill.com/net/ -> 'https://adamcaudill.com/2006/11/08/net-framework-30-released/'
576
- [I] Found Redirect: 'https://adamcaudill.com/new/ -> 'https://adamcaudill.com/2016/01/01/new-atheism-the-philosophy-of-atheism/'
577
- [I] Found Redirect: 'https://adamcaudill.com/no/ -> 'https://adamcaudill.com/2006/10/05/not-not-a-good-idea/'
578
- [I] Found Redirect: 'https://adamcaudill.com/o/ -> 'https://adamcaudill.com/2006/06/17/of-victory-and-pair-programming/'
579
- [I] Found Redirect: 'https://adamcaudill.com/of/ -> 'https://adamcaudill.com/2006/06/17/of-victory-and-pair-programming/'
580
- [I] Found Redirect: 'https://adamcaudill.com/on/ -> 'https://adamcaudill.com/2010/06/19/on-hiring/'
581
- [I] Found Redirect: 'https://adamcaudill.com/open/ -> 'https://adamcaudill.com/2007/02/02/opendns/'
582
- [I] Found Redirect: 'https://adamcaudill.com/p/ -> 'https://adamcaudill.com/2003/10/31/pagesource/'
583
- [I] Found Redirect: 'https://adamcaudill.com/page/ -> 'https://adamcaudill.com/2003/10/31/pagesource/'
584
- [I] Found Redirect: 'https://adamcaudill.com/page2/ -> 'https://adamcaudill.com/page/2/'
585
- [I] Found Redirect: 'https://adamcaudill.com/pages/ -> 'https://adamcaudill.com/2003/10/31/pagesource/'
586
- [I] Found Redirect: 'https://adamcaudill.com/pass/ -> 'https://adamcaudill.com/2013/05/07/password-hashing-no-silver-bullets/'
587
- [I] Found Redirect: 'https://adamcaudill.com/passw/ -> 'https://adamcaudill.com/2013/05/07/password-hashing-no-silver-bullets/'
588
- [I] Found Redirect: 'https://adamcaudill.com/passwor/ -> 'https://adamcaudill.com/2013/05/07/password-hashing-no-silver-bullets/'
589
- [I] Found Redirect: 'https://adamcaudill.com/password/ -> 'https://adamcaudill.com/2013/05/07/password-hashing-no-silver-bullets/'
590
- [I] Found: 'https://adamcaudill.com/pgp/'
591
- [I] Found: 'https://adamcaudill.com/photo/'
592
- [I] Found Redirect: 'https://adamcaudill.com/php/ -> 'https://adamcaudill.com/2005/03/01/phpbb-2-0-13-released-dumbss-coders-strike-again/'
593
- [I] Found Redirect: 'https://adamcaudill.com/pl/ -> 'https://adamcaudill.com/2016/05/01/plsql-developer-http-to-command-execution/'
594
- [I] Found Redirect: 'https://adamcaudill.com/pls/ -> 'https://adamcaudill.com/2016/05/01/plsql-developer-http-to-command-execution/'
595
- [I] Found Redirect: 'https://adamcaudill.com/power/ -> 'https://adamcaudill.com/2006/11/15/power-users-rejoice/'
596
- [I] Found Redirect: 'https://adamcaudill.com/pr/ -> 'https://adamcaudill.com/2008/12/21/programmers-are-expensive/'
597
- [I] Found Redirect: 'https://adamcaudill.com/pro/ -> 'https://adamcaudill.com/2008/12/21/programmers-are-expensive/'
598
- [I] Found Redirect: 'https://adamcaudill.com/prog/ -> 'https://adamcaudill.com/2008/12/21/programmers-are-expensive/'
599
- [I] Found Redirect: 'https://adamcaudill.com/program/ -> 'https://adamcaudill.com/2008/12/21/programmers-are-expensive/'
600
- [I] Found Redirect: 'https://adamcaudill.com/q/ -> 'https://adamcaudill.com/2012/04/05/quickpacket-hosting/'
601
- [I] Found Redirect: 'https://adamcaudill.com/r/ -> 'https://adamcaudill.com/2011/01/28/rails-3-dreamhost-ps/'
602
- [I] Found Redirect: 'https://adamcaudill.com/random/ -> 'https://adamcaudill.com/2005/02/28/random-user-agent-in-vb-net/'
603
- [I] Found Redirect: 'https://adamcaudill.com/read/ -> 'https://adamcaudill.com/reading/'
604
- [I] Found Redirect: 'https://adamcaudill.com/reg/ -> 'https://adamcaudill.com/2003/10/26/register-activex-typelibs/'
605
- [I] Found Redirect: 'https://adamcaudill.com/register/ -> 'https://adamcaudill.com/2003/10/26/register-activex-typelibs/'
606
- [I] Found Redirect: 'https://adamcaudill.com/religion/ -> 'https://adamcaudill.com/2015/01/12/religion-free-speech-freedom-from-offense/'
607
- [I] Found: 'https://adamcaudill.com/resume/'
608
- [I] Found Redirect: 'https://adamcaudill.com/rss/ -> 'https://adamcaudill.com/feed/'
609
- [I] Found Redirect: 'https://adamcaudill.com/rss2/ -> 'https://adamcaudill.com/feed/'
610
- [I] Found Redirect: 'https://adamcaudill.com/ru/ -> 'https://adamcaudill.com/2006/09/17/running-regedit-as-system/'
611
- [I] Found Redirect: 'https://adamcaudill.com/run/ -> 'https://adamcaudill.com/2006/09/17/running-regedit-as-system/'
612
- [I] Found Redirect: 'https://adamcaudill.com/s/ -> 'https://adamcaudill.com/2016/05/22/seamless-phishing/'
613
- [I] Found Redirect: 'https://adamcaudill.com/se/ -> 'https://adamcaudill.com/2016/05/22/seamless-phishing/'
614
- [I] Found Redirect: 'https://adamcaudill.com/secure/ -> 'https://adamcaudill.com/2010/02/01/secure-password-storage/'
615
- [I] Found Redirect: 'https://adamcaudill.com/security/ -> 'https://adamcaudill.com/2014/03/23/security-by-buzzword-why-i-dont-support-ensafer/'
616
- [I] Found Redirect: 'https://adamcaudill.com/server/ -> 'https://adamcaudill.com/2006/03/25/server-move/'
617
- [I] Found Redirect: 'https://adamcaudill.com/set/ -> 'https://adamcaudill.com/2003/10/31/setfocusbycaption/'
618
- [I] Found Redirect: 'https://adamcaudill.com/simple/ -> 'https://adamcaudill.com/2003/11/26/simple-ini-api/'
619
- [I] Found Redirect: 'https://adamcaudill.com/site/ -> 'https://adamcaudill.com/2006/10/30/site-updates/'
620
- [I] Found Redirect: 'https://adamcaudill.com/sp/ -> 'https://adamcaudill.com/2006/12/19/spam-gmail/'
621
- [I] Found Redirect: 'https://adamcaudill.com/spam/ -> 'https://adamcaudill.com/2006/12/19/spam-gmail/'
622
- [I] Found Redirect: 'https://adamcaudill.com/st/ -> 'https://adamcaudill.com/2009/07/18/start-up-tools-microsoft-bizspark/'
623
- [I] Found Redirect: 'https://adamcaudill.com/star/ -> 'https://adamcaudill.com/2009/07/18/start-up-tools-microsoft-bizspark/'
624
- [I] Found Redirect: 'https://adamcaudill.com/start/ -> 'https://adamcaudill.com/2009/07/18/start-up-tools-microsoft-bizspark/'
625
- [I] Found Redirect: 'https://adamcaudill.com/stat/ -> 'https://adamcaudill.com/2010/07/30/state-of-the-virus-art/'
626
- [I] Found Redirect: 'https://adamcaudill.com/state/ -> 'https://adamcaudill.com/2010/07/30/state-of-the-virus-art/'
627
- [I] Found Redirect: 'https://adamcaudill.com/super/ -> 'https://adamcaudill.com/2006/04/07/superstars-monkeys/'
628
- [I] Found Redirect: 'https://adamcaudill.com/sw/ -> 'https://adamcaudill.com/2009/06/13/switching-hosts-again/'
629
- [I] Found Redirect: 'https://adamcaudill.com/t/ -> 'https://adamcaudill.com/2007/01/21/task-management-with-tasks/'
630
- [I] Found Redirect: 'https://adamcaudill.com/task/ -> 'https://adamcaudill.com/2007/01/21/task-management-with-tasks/'
631
- [I] Found Redirect: 'https://adamcaudill.com/technology/ -> '/'
632
- [I] Found Redirect: 'https://adamcaudill.com/tool/ -> 'https://adamcaudill.com/tools/'
633
- [I] Found: 'https://adamcaudill.com/tools/'
634
- [I] Found Redirect: 'https://adamcaudill.com/u/ -> 'https://adamcaudill.com/2007/03/22/under-the-weather/'
635
- [I] Found Redirect: 'https://adamcaudill.com/up/ -> 'https://adamcaudill.com/2012/10/07/upek-windows-password-decryption/'
636
- [I] Found Redirect: 'https://adamcaudill.com/us/ -> 'https://adamcaudill.com/2006/07/08/useful-notepad-tip/'
637
- [I] Found Redirect: 'https://adamcaudill.com/v/ -> 'https://adamcaudill.com/2006/05/10/valleyschwag/'
638
- [I] Found Redirect: 'https://adamcaudill.com/var/ -> 'https://adamcaudill.com/2005/09/26/varticles/'
639
- [I] Found Redirect: 'https://adamcaudill.com/vb/ -> 'https://adamcaudill.com/2006/04/02/vb-the-dumbing-of-a-great-language/'
640
- [I] Found Redirect: 'https://adamcaudill.com/vi/ -> 'https://adamcaudill.com/2013/10/23/vicidial-multiple-vulnerabilities/'
641
- [I] Found Redirect: 'https://adamcaudill.com/vista/ -> 'https://adamcaudill.com/2006/11/16/vista-available-via-msdn/'
642
- [I] Found Redirect: 'https://adamcaudill.com/w/ -> 'https://adamcaudill.com/2006/11/28/want-a-free-copy-of-vista/'
643
- [I] Found Redirect: 'https://adamcaudill.com/web/ -> 'https://adamcaudill.com/2006/05/17/web-developer-toolbar-menu-for-opera/'
644
- [I] Found Redirect: 'https://adamcaudill.com/what/ -> 'https://adamcaudill.com/2006/04/24/what-a-surprise/'
645
- [I] Found Redirect: 'https://adamcaudill.com/why/ -> 'https://adamcaudill.com/2011/10/15/why-cringely-is-wrong-about-java/'
646
- [I] Found Redirect: 'https://adamcaudill.com/wiki/ -> 'https://adamcaudill.com/2010/12/01/wikileaks-biggest-problem-julian-assange/'
647
- [I] Found Redirect: 'https://adamcaudill.com/win/ -> 'https://adamcaudill.com/2007/03/01/windows-vista-user-experience-guidelines/'
648
- [I] Found Redirect: 'https://adamcaudill.com/windows/ -> 'https://adamcaudill.com/2007/03/01/windows-vista-user-experience-guidelines/'
649
- [I] Found Redirect: 'https://adamcaudill.com/wink/ -> 'https://adamcaudill.com/2006/04/15/wink-20/'
650
- [I] Found Redirect: 'https://adamcaudill.com/word/ -> 'https://adamcaudill.com/2006/07/30/wordpress-204/'
651
- [I] Found Redirect: 'https://adamcaudill.com/wordpress/ -> 'https://adamcaudill.com/2006/07/30/wordpress-204/'
652
- [I] Found Redirect: 'https://adamcaudill.com/work/ -> 'https://adamcaudill.com/2008/12/08/working-late-again/'
653
- [I] Found: 'https://adamcaudill.com/wp-content/'
654
- [I] Found: 'https://adamcaudill.com/wp-includes/'
655
- [I] Found Redirect: 'https://adamcaudill.com/x/ -> 'https://adamcaudill.com/2007/01/25/xceed-datagrid-for-wpf-released-free/'
656
- [I] Found Redirect: 'https://adamcaudill.com/xml/ -> 'https://adamcaudill.com/2006/09/03/xml-notepad-2006/'
657
- [I] Found Redirect: 'https://adamcaudill.com/y/ -> 'https://adamcaudill.com/2012/07/12/yahoos-associated-content-hacked/'
658
- [I] Found Redirect: 'https://adamcaudill.com/yahoo/ -> 'https://adamcaudill.com/2012/07/12/yahoos-associated-content-hacked/'
659
- [I] Found Redirect: 'https://adamcaudill.com/z/ -> 'https://adamcaudill.com/2004/12/18/zipsight-2004-1-released/'
660
- [I] Found Redirect: 'https://adamcaudill.com/zip/ -> 'https://adamcaudill.com/2004/12/18/zipsight-2004-1-released/'
661
- [I] Found Redirect: 'https://adamcaudill.com/zips/ -> 'https://adamcaudill.com/2004/12/18/zipsight-2004-1-released/'
662
-
663
- [I] Meta Generator: WordPress 4.6.1
664
- Scan complete.
235
+ __ _____ _ _ ___ _____ _____
236
+ \ \ / / _ \| | | |/ _ \ / ___|_ _|
237
+ \ V / /_\ \ | | / /_\ \\ `--. | |
238
+ \ /| _ | |/\| | _ | `--. \ | |
239
+ | || | | \ /\ / | | |/\__/ / | |
240
+ \_/\_| |_/\/ \/\_| |_/\____/ \_/
241
+
242
+ YAWAST v0.4.0 - The YAWAST Antecedent Web Application Security Toolkit
243
+ Copyright (c) 2013-2016 Adam Caudill <adam@adamcaudill.com>
244
+ Support & Documentation: https://github.com/adamcaudill/yawast
245
+ Ruby 2.2.4-p230; OpenSSL 1.0.2f 28 Jan 2016 (x86_64-darwin15)
246
+
247
+ Scanning: https://adamcaudill.com/
248
+
249
+ DNS Information:
250
+ [I] 104.28.27.55 (N/A)
251
+ https://www.shodan.io/host/104.28.27.55
252
+ https://censys.io/ipv4/104.28.27.55
253
+ [I] 104.28.26.55 (N/A)
254
+ https://www.shodan.io/host/104.28.26.55
255
+ https://censys.io/ipv4/104.28.26.55
256
+ [I] 2400:CB00:2048:1::681C:1B37 (N/A)
257
+ https://www.shodan.io/host/2400:cb00:2048:1::681c:1b37
258
+ [I] 2400:CB00:2048:1::681C:1A37 (N/A)
259
+ https://www.shodan.io/host/2400:cb00:2048:1::681c:1a37
260
+ [I] TXT: v=spf1 mx a ptr include:_spf.google.com ~all
261
+ [I] TXT: google-site-verification=QTO_7Q7UXmrUIwieJliLTXV3XuQdqNvTPVcug_TwH0w
262
+ [I] MX: alt1.aspmx.l.google.com (20)
263
+ [I] MX: aspmx2.googlemail.com (30)
264
+ [I] MX: alt2.aspmx.l.google.com (20)
265
+ [I] MX: aspmx3.googlemail.com (30)
266
+ [I] MX: aspmx5.googlemail.com (30)
267
+ [I] MX: aspmx4.googlemail.com (30)
268
+ [I] MX: aspmx.l.google.com (10)
269
+ [I] NS: vera.ns.cloudflare.com
270
+ [I] NS: hal.ns.cloudflare.com
271
+
272
+ [I] HEAD:
273
+ [I] date: Thu, 03 Nov 2016 16:01:17 GMT
274
+ [I] content-type: text/html; charset=UTF-8
275
+ [I] connection: close
276
+ [I] set-cookie: __cfduid=1; expires=Fri, 03-Nov-17 16:01:17 GMT; path=/; domain=.adamcaudill.com; HttpOnly
277
+ [I] x-xss-protection: 1; mode=block
278
+ [I] content-security-policy-report-only: default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' *.wp.com ajax.cloudflare.com platform.twitter.com s0.wp.com ssl.google-analytics.com cdn.syndication.twimg.com; style-src 'self' 'unsafe-inline' fonts.googleapis.com *.twimg.com platform.twitter.com s0.wp.com; img-src 'self' data: *.wp.com static.flickr.com *.ted.com *.w.org *.gravatar.com *.twimg.com ssl.google-analytics.com *.twitter.com *.staticflickr.com; font-src 'self' data: fonts.googleapis.com fonts.gstatic.com public.slidesharecdn.com; media-src 'self' *.ted.com; child-src 'self' www.slideshare.net www.youtube.com *.twitter.com; frame-ancestors 'self'; reflected-xss block; referrer no-referrer-when-downgrade; report-uri https://adamcaudill.report-uri.io/r/default/csp/reportOnly;
279
+ [I] vary: Accept-Encoding,Cookie
280
+ [I] last-modified: Thu, 03 Nov 2016 14:48:39 GMT
281
+ [I] cache-control: public, max-age=86400
282
+ [I] expires: Fri, 04 Nov 2016 16:01:17 GMT
283
+ [I] x-frame-options: sameorigin
284
+ [I] pragma: public
285
+ [I] cf-cache-status: REVALIDATED
286
+ [I] strict-transport-security: max-age=15552000; preload
287
+ [I] x-content-type-options: nosniff
288
+ [I] server: cloudflare-nginx
289
+ [I] cf-ray: 2fc10b441b1d2ebd-MIA
290
+
291
+ [I] NOTE: Server appears to be Cloudflare; WAF may be in place.
292
+
293
+ [I] X-Frame-Options Header: sameorigin
294
+ [I] X-Content-Type-Options Header: nosniff
295
+ [W] Content-Security-Policy Header Not Present
296
+ [W] Public-Key-Pins Header Not Present
297
+
298
+ [I] Cookies:
299
+ [I] __cfduid=1; expires=Fri, 03-Nov-17 16:01:17 GMT; path=/; domain=.adamcaudill.com; HttpOnly
300
+ [W] Cookie missing Secure flag
301
+
302
+
303
+ Beginning SSL Labs scan (this could take a minute or two)
304
+ [SSL Labs] This assessment service is provided free of charge by Qualys SSL Labs, subject to our terms and conditions: https://www.ssllabs.com/about/terms.html
305
+ ............................................
306
+
307
+ SSL Labs: https://www.ssllabs.com/ssltest/analyze.html?d=adamcaudill.com&hideResults=on
308
+
309
+ [I] IP: 104.28.27.55 - Grade: A+
310
+
311
+ Certificate Information:
312
+ [I] Subject: CN=sni67677.cloudflaressl.com,OU=PositiveSSL Multi-Domain,OU=Domain Control Validated
313
+ [I] Common Names: ["sni67677.cloudflaressl.com"]
314
+ [I] Alternative names:
315
+ [I] sni67677.cloudflaressl.com
316
+ [I] *.adamcaudill.com
317
+ [I] adamcaudill.com
318
+ [I] Not Before: 2016-10-25T00:00:00+00:00
319
+ [I] Not After: 2017-04-30T23:59:59+00:00
320
+ [I] Key: EC 256 (RSA equivalent: 3072)
321
+ [I] Public Key Hash: 228dcb22953a406066147ee04d853f921431677a
322
+ [I] Version: 2
323
+ [I] Serial: 218453950133730970752982267078511306496
324
+ [I] Issuer: COMODO ECC Domain Validation Secure Server CA 2
325
+ [I] Signature algorithm: SHA256withECDSA
326
+ [I] Extended Validation: No (Domain Control)
327
+ [I] Certificate Transparency: No
328
+ [I] OCSP Must Staple: No
329
+ [I] Revocation information: CRL information available
330
+ [I] Revocation information: OCSP information available
331
+ [I] Revocation status: certificate not revoked
332
+ [I] Extensions:
333
+ [I] authorityKeyIdentifier = keyid:40:09:61:67:F0:BC:83:71:4F:DE:12:08:2C:6F:D4:D4:2B:76:3D:96,
334
+ [I] subjectKeyIdentifier = D0:F8:D6:82:36:B5:5C:AC:2D:9A:8E:7B:D9:D5:E6:99:38:B6:8C:FE
335
+ [I] keyUsage = critical, Digital Signature
336
+ [I] basicConstraints = critical, CA:FALSE
337
+ [I] extendedKeyUsage = TLS Web Server Authentication, TLS Web Client Authentication
338
+ [I] certificatePolicies = Policy: 1.3.6.1.4.1.6449.1.2.2.7, CPS: https://secure.comodo.com/CPS, Policy: 2.23.140.1.2.1,
339
+ [I] crlDistributionPoints = , Full Name:, URI:http://crl.comodoca4.com/COMODOECCDomainValidationSecureServerCA2.crl,
340
+ [I] authorityInfoAccess = CA Issuers - URI:http://crt.comodoca4.com/COMODOECCDomainValidationSecureServerCA2.crt, OCSP - URI:http://ocsp.comodoca4.com,
341
+ [I] Hash: fad37c378e602154ca707cfda874b0c21e9fc144
342
+ https://censys.io/certificates?q=fad37c378e602154ca707cfda874b0c21e9fc144
343
+ https://crt.sh/?q=fad37c378e602154ca707cfda874b0c21e9fc144
344
+
345
+ Configuration Information:
346
+ Protocol Support:
347
+ [I] TLS 1.0
348
+ [I] TLS 1.1
349
+ [I] TLS 1.2
350
+
351
+ Cipher Suite Support:
352
+ [I] TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 - 128-bits - ECDHE-256-bits
353
+ [I] TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 - 128-bits - ECDHE-256-bits
354
+ [I] TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA - 128-bits - ECDHE-256-bits
355
+ [I] TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 - 256-bits - ECDHE-256-bits
356
+ [I] TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 - 256-bits - ECDHE-256-bits
357
+ [I] TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA - 256-bits - ECDHE-256-bits
358
+ [I] TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 - 256-bits - ECDHE-256-bits
359
+ [I] OLD_TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 - 256-bits - ECDHE-256-bits
360
+
361
+ Handshake Simulation:
362
+ [E] Android 2.3.7 - Simulation Failed
363
+ [I] Android 4.0.4 - TLS 1.0 - TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
364
+ [I] Android 4.1.1 - TLS 1.0 - TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
365
+ [I] Android 4.2.2 - TLS 1.0 - TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
366
+ [I] Android 4.3 - TLS 1.0 - TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
367
+ [I] Android 4.4.2 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
368
+ [I] Android 5.0.0 - TLS 1.2 - OLD_TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
369
+ [I] Android 6.0 - TLS 1.2 - OLD_TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
370
+ [I] Android 7.0 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
371
+ [I] Baidu Jan 2015 - TLS 1.0 - TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
372
+ [I] BingPreview Jan 2015 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
373
+ [E] Chrome 49 / XP SP3 - Simulation Failed
374
+ [I] Chrome 51 / Win 7 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
375
+ [I] Firefox 31.3.0 ESR / Win 7 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
376
+ [I] Firefox 47 / Win 7 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
377
+ [I] Firefox 49 / XP SP3 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
378
+ [I] Firefox 49 / Win 7 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
379
+ [I] Googlebot Feb 2015 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
380
+ [E] IE 6 / XP - Simulation Failed
381
+ [I] IE 7 / Vista - TLS 1.0 - TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
382
+ [E] IE 8 / XP - Simulation Failed
383
+ [I] IE 8-10 / Win 7 - TLS 1.0 - TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
384
+ [I] IE 11 / Win 7 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
385
+ [I] IE 11 / Win 8.1 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
386
+ [I] IE 10 / Win Phone 8.0 - TLS 1.0 - TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
387
+ [I] IE 11 / Win Phone 8.1 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
388
+ [I] IE 11 / Win Phone 8.1 Update - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
389
+ [I] IE 11 / Win 10 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
390
+ [I] Edge 13 / Win 10 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
391
+ [I] Edge 13 / Win Phone 10 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
392
+ [E] Java 6u45 - Simulation Failed
393
+ [I] Java 7u25 - TLS 1.0 - TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
394
+ [I] Java 8u31 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
395
+ [E] OpenSSL 0.9.8y - Simulation Failed
396
+ [I] OpenSSL 1.0.1l - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
397
+ [I] OpenSSL 1.0.2e - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
398
+ [I] Safari 5.1.9 / OS X 10.6.8 - TLS 1.0 - TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
399
+ [I] Safari 6 / iOS 6.0.1 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
400
+ [I] Safari 6.0.4 / OS X 10.8.4 - TLS 1.0 - TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
401
+ [I] Safari 7 / iOS 7.1 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
402
+ [I] Safari 7 / OS X 10.9 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
403
+ [I] Safari 8 / iOS 8.4 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
404
+ [I] Safari 8 / OS X 10.10 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
405
+ [I] Safari 9 / iOS 9 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
406
+ [I] Safari 9 / OS X 10.11 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
407
+ [I] Safari 10 / iOS 10 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
408
+ [I] Safari 10 / OS X 10.12 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
409
+ [I] Apple ATS 9 / iOS 9 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
410
+ [I] Yahoo Slurp Jan 2015 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
411
+ [I] YandexBot Jan 2015 - TLS 1.2 - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
412
+
413
+ Protocol & Vulnerability Information:
414
+ [I] DROWN: No
415
+ [I] Secure Renegotiation: secure renegotiation supported
416
+ [I] POODLE (SSL): No
417
+ [I] POODLE (TLS): No
418
+ [I] Downgrade Prevention: Yes
419
+ [I] Compression: No
420
+ [I] Heartbleed: No
421
+ [I] OpenSSL CCS (CVE-2014-0224): No
422
+ [I] OpenSSL Padding Oracle (CVE-2016-2107): No
423
+ [I] Forward Secrecy: Yes (all simulated clients)
424
+ [W] OCSP Stapling: No
425
+ [I] FREAK: No
426
+ [I] Logjam: No
427
+ [I] DH public server param (Ys) reuse: No
428
+ [I] Protocol Intolerance: No
429
+
430
+ TLS Session Request Limit: Checking number of requests accepted using 3DES suites...
431
+
432
+ [I] TLS Session Request Limit: Server does not support 3DES cipher suites
433
+
434
+ [I] HSTS: Enabled (strict-transport-security: max-age=15552000; preload)
435
+
436
+ [W] '/readme.html' found: https://adamcaudill.com/readme.html
437
+
438
+ Searching for common directories...
439
+ [I] Found: 'https://adamcaudill.com/2004/'
440
+ [I] Found: 'https://adamcaudill.com/2003/'
441
+ [I] Found: 'https://adamcaudill.com/2011/'
442
+ [I] Found: 'https://adamcaudill.com/2005/'
443
+ [I] Found: 'https://adamcaudill.com/2008/'
444
+ [I] Found: 'https://adamcaudill.com/2006/'
445
+ [I] Found: 'https://adamcaudill.com/2007/'
446
+ [I] Found: 'https://adamcaudill.com/2013/'
447
+ [I] Found: 'https://adamcaudill.com/2016/'
448
+ [I] Found: 'https://adamcaudill.com/2015/'
449
+ [I] Found: 'https://adamcaudill.com/2010/'
450
+ [I] Found: 'https://adamcaudill.com/2014/'
451
+ [I] Found: 'https://adamcaudill.com/2009/'
452
+ [I] Found: 'https://adamcaudill.com/About/'
453
+ [I] Found: 'https://adamcaudill.com/Blog/'
454
+ [I] Found: 'https://adamcaudill.com/about/'
455
+ [I] Found: 'https://adamcaudill.com/archives/'
456
+ [I] Found: 'https://adamcaudill.com/blog/'
457
+ [I] Found: 'https://adamcaudill.com/feed/'
458
+ [I] Found: 'https://adamcaudill.com/photo/'
459
+ [I] Found: 'https://adamcaudill.com/pgp/'
460
+ [I] Found: 'https://adamcaudill.com/resume/'
461
+ [I] Found: 'https://adamcaudill.com/tools/'
462
+ [I] Found: 'https://adamcaudill.com/wp-content/'
463
+ [I] Found: 'https://adamcaudill.com/wp-includes/'
464
+
465
+ [I] Meta Generator: WordPress 4.6.1
466
+ Scan complete.
665
467
  ```
666
468
 
667
469
  ### About The Output
data/lib/scanner/core.rb CHANGED
@@ -64,7 +64,7 @@ module Yawast
64
64
 
65
65
  puts 'Scan complete.'
66
66
  rescue => e
67
- Yawast::Utilities.puts_error "Fatal Error: Can not continue. (#{e.message})"
67
+ Yawast::Utilities.puts_error "Fatal Error: Can not continue. (#{e.class}: #{e.message})"
68
68
  end
69
69
  end
70
70
 
@@ -15,11 +15,11 @@ module Yawast
15
15
  info = api.info
16
16
 
17
17
  info.messages.each do |msg|
18
- puts "[SSL Labs]\t#{msg}"
18
+ puts "[SSL Labs] #{msg}"
19
19
  end
20
20
 
21
21
  begin
22
- api.analyse(host: uri.host, publish: 'off', fromCache: 'on', all: 'done', ignoreMismatch: 'on')
22
+ api.analyse(host: uri.host, publish: 'off', startNew: 'on', all: 'done', ignoreMismatch: 'on')
23
23
 
24
24
  status = ''
25
25
  host = nil
@@ -35,6 +35,8 @@ module Yawast
35
35
  end
36
36
  puts
37
37
  puts
38
+ puts "\tSSL Labs: https://www.ssllabs.com/ssltest/analyze.html?d=#{uri.host}&hideResults=on"
39
+ puts
38
40
 
39
41
  host.endpoints.each do |ep|
40
42
  Yawast::Utilities.puts_info "IP: #{ep.ip_address} - Grade: #{ep.grade}"
data/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Yawast
2
- VERSION = '0.4.0.beta5'
2
+ VERSION = '0.4.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yawast
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0.beta5
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Caudill
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-02 00:00:00.000000000 Z
11
+ date: 2016-11-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ssllabs
@@ -190,9 +190,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
190
190
  version: '0'
191
191
  required_rubygems_version: !ruby/object:Gem::Requirement
192
192
  requirements:
193
- - - ">"
193
+ - - ">="
194
194
  - !ruby/object:Gem::Version
195
- version: 1.3.1
195
+ version: '0'
196
196
  requirements: []
197
197
  rubyforge_project: yawast
198
198
  rubygems_version: 2.6.6