cms_scanner 0.0.22 → 0.0.23

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fffe8445b1f012d12bc8b8b212afe1512c405832
4
- data.tar.gz: 8f534d5e132f7f152b33afd06ce0d0ad10195537
3
+ metadata.gz: bfb8f0f330cdaf4b47d1459029b4328c7c8a3474
4
+ data.tar.gz: c324f2c4c0aa51b6debcba249bedce15b944877a
5
5
  SHA512:
6
- metadata.gz: 45880975898c7ba1492233dba97e73cbfb0db46a7c74d3e005f53b7b9a0dd7694b8445d8321c1a6c2416ee73558d487dc153c3637e496874fd1687bee7aad928
7
- data.tar.gz: 19bc01cdf561bf58c90d85cf8f06b94076aa69ccc91d684b17f6b3dd6b48c8b2b9cc2f9abbf58501d2d4c960df1b2eaea120a02d23e2c574c0e5693de797be7a
6
+ metadata.gz: 3702af56ecf6cb6313a2d1cfc92d3b45e93b7d4713ec66f69bda037e289a70b460836b67357b8e928d9594ade420d7860d3413bb8388b3322ea826ef75995a89
7
+ data.tar.gz: 82eccf4f3b8e461ed03a37b12f778b48d1022df5ae590783040335e9d66f673884f986eaf74734258a473a4e16e28b541cae325b532775ddd062d1c0bc9b2b1b
@@ -13,8 +13,8 @@ module CMSScanner
13
13
  Typhoeus::Config.cache.clean if parsed_options[:clear_cache]
14
14
  end
15
15
 
16
- def before_scan
17
- output('banner')
16
+ def before_scan(output_banner = true)
17
+ output('banner') if output_banner
18
18
 
19
19
  setup_cache
20
20
 
@@ -1,4 +1,4 @@
1
1
  # Version
2
2
  module CMSScanner
3
- VERSION = '0.0.22'
3
+ VERSION = '0.0.23'
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cms_scanner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.22
4
+ version: 0.0.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - WPScanTeam - Erwan Le Rousseau
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-26 00:00:00.000000000 Z
11
+ date: 2015-03-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: opt_parse_validator