ronin-dorks 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
data.tar.gz.sig CHANGED
Binary file
@@ -1,3 +1,12 @@
1
+ === 0.1.3 / 2009-09-24
2
+
3
+ * Require ronin >= 0.3.0.
4
+ * Require rspec >= 1.2.8.
5
+ * Require yard >= 0.2.3.5.
6
+ * Moved to YARD based documentation.
7
+ * Removed requirement on ronin-web.
8
+ * Updated the project summary and 3-point description for Ronin Dorks.
9
+
1
10
  === 0.1.2 / 2009-07-02
2
11
 
3
12
  * Use Hoe >= 2.0.0.
@@ -5,6 +14,10 @@
5
14
  * Added Web::Dorks.allintext.
6
15
  * Added Web::Dorks.string_intext.
7
16
  * Added Web::Dorks.all_strings_intext.
17
+ * Added Web::Dorks.intitle.
18
+ * Added Web::Dorks.allintitle.
19
+ * Added Web::Dorks.string_intitle.
20
+ * Added Web::Dorks.all_strings_intitle.
8
21
 
9
22
  === 0.1.1 / 2009-02-23
10
23
 
@@ -10,5 +10,6 @@ lib/ronin/web/dorks/dorks.rb
10
10
  lib/ronin/web/dorks/index.rb
11
11
  lib/ronin/web/dorks/documents.rb
12
12
  tasks/spec.rb
13
+ tasks/yard.rb
13
14
  spec/spec_helper.rb
14
15
  spec/dorks_spec.rb
data/README.txt CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  * http://ronin.rubyforge.org/dorks/
4
4
  * http://github.com/postmodern/ronin-dorks
5
- * irc.freenode.net ##ronin
5
+ * irc.freenode.net #ronin
6
6
  * Postmodern (postmodern.mod3 at gmail.com)
7
7
 
8
8
  == DESCRIPTION:
@@ -10,32 +10,30 @@
10
10
  Ronin Dorks is a Ruby library for Ronin that provides support for various
11
11
  Google (tm) Dorks functionality.
12
12
 
13
- Ronin is a Ruby platform designed for information security and data
14
- exploration tasks. Ronin allows for the rapid development and distribution
15
- of code over many of the common Source-Code-Management (SCM) systems.
13
+ Ronin is a Ruby platform for exploit development and security research.
14
+ Ronin allows for the rapid development and distribution of code, exploits
15
+ or payloads over many common Source-Code-Management (SCM) systems.
16
16
 
17
- === Free
17
+ === Ruby
18
18
 
19
- All source code within Ronin is licensed under the GPL-2, therefore no user
20
- will ever have to pay for Ronin or updates to Ronin. Not only is the
21
- source code free, the Ronin project will not sell enterprise grade security
22
- snake-oil solutions, give private training classes or later turn Ronin into
23
- commercial software.
19
+ Ronin's Ruby environment allows security researchers to leverage Ruby with
20
+ ease. The Ruby environment contains a multitude of convenience methods
21
+ for working with data in Ruby, a Ruby Object Database, a customized Ruby
22
+ Console and an extendable command-line interface.
24
23
 
25
- === Modular
24
+ === Extend
26
25
 
27
- Ronin was not designed as one monolithic framework but instead as a
28
- collection of libraries which can be individually installed. This allows
29
- users to pick and choose what functionality they want in Ronin.
26
+ Ronin's more specialized features are provided by additional Ronin
27
+ libraries, which users can choose to install. These libraries can allow
28
+ one to write and run Exploits and Payloads, scan for PHP vulnerabilities,
29
+ perform Google Dorks or run 3rd party scanners.
30
30
 
31
- === Decentralized
31
+ === Publish
32
32
 
33
- Ronin does not have a central repository of exploits and payloads which
34
- all developers contribute to. Instead Ronin has Overlays, repositories of
35
- code that can be hosted on any CVS/SVN/Git/Rsync server. Users can then use
36
- Ronin to quickly install or update Overlays. This allows developers and
37
- users to form their own communities, independent of the main developers
38
- of Ronin.
33
+ Ronin allows users to publish and share code, exploits, payloads or other
34
+ data via Overlays. Overlays are directories of code and data that can be
35
+ hosted on any SVN, Hg, Git or Rsync server. Ronin makes it easy to create,
36
+ install or update Overlays.
39
37
 
40
38
  == FEATURES/PROBLEMS:
41
39
 
@@ -56,25 +54,11 @@ of Ronin.
56
54
  * Search for <tt>emails.xls</tt> files.
57
55
  * Search for <tt>finances.xls</tt> files.
58
56
 
59
- == SYNOPSIS:
60
-
61
- $ ronin dorks
62
-
63
- == REQUIREMENTS:
64
-
65
- * {gscraper}[http://gscraper.rubyforge.org/] >= 0.2.2
66
- * {ronin}[http://ronin.rubyforge.org/] >= 0.2.1
67
- * {ronin-web}[http://ronin.rubyforge.org/web/] >= 0.1.1
68
-
69
- == INSTALL:
70
-
71
- $ sudo gem install ronin-dorks
72
-
73
57
  == SYNOPSIS:
74
58
 
75
59
  * Start the Ronin console with Ronin Dorks preloaded:
76
60
 
77
- $ ronin-dorks
61
+ $ ronin dorks
78
62
 
79
63
  == EXAMPLES:
80
64
 
@@ -102,9 +86,18 @@ of Ronin.
102
86
 
103
87
  Web::Dorks.allintext(['Powered by', '0.5'])
104
88
 
89
+ == REQUIREMENTS:
90
+
91
+ * {ronin}[http://ronin.rubyforge.org/] >= 0.3.0
92
+ * {gscraper}[http://gscraper.rubyforge.org/] >= 0.2.2
93
+
94
+ == INSTALL:
95
+
96
+ $ sudo gem install ronin-dorks
97
+
105
98
  == LICENSE:
106
99
 
107
- Ronin SQL - A Ruby library for Ronin that provides support for various
100
+ Ronin Dorks - A Ruby library for Ronin that provides support for various
108
101
  Google (tm) Dorks and Hacking functionality.
109
102
 
110
103
  Copyright (c) 2008-2009 Hal Brodigan (postmodern.mod3 at gmail.com)
data/Rakefile CHANGED
@@ -4,16 +4,23 @@ require 'rubygems'
4
4
  require 'hoe'
5
5
  require 'hoe/signing'
6
6
  require './tasks/spec.rb'
7
+ require './tasks/yard.rb'
7
8
 
8
9
  Hoe.spec('ronin-dorks') do
9
10
  self.rubyforge_name = 'ronin'
10
11
  self.developer('Postmodern', 'postmodern.mod3@gmail.com')
11
12
  self.remote_rdoc_dir = 'docs/ronin-dorks'
12
13
  self.extra_deps = [
13
- ['ronin', '>=0.2.4'],
14
- ['ronin-web', '>=0.1.2'],
14
+ ['ronin', '>=0.3.0'],
15
15
  ['gscraper', '>=0.2.2']
16
16
  ]
17
+
18
+ self.extra_dev_deps = [
19
+ ['rspec', '>=1.2.8'],
20
+ ['yard', '>=0.2.3.5']
21
+ ]
22
+
23
+ self.spec_extras = {:has_rdoc => 'yard'}
17
24
  end
18
25
 
19
26
  # vim: syntax=Ruby
@@ -11,4 +11,4 @@ require 'ronin/ui/command_line/commands/console'
11
11
  require 'ronin/ui/console'
12
12
 
13
13
  Ronin::UI::Console.auto_load << 'ronin/dorks'
14
- Ronin::UI::CommandLine::Commands::Console.run(*ARGV)
14
+ Ronin::UI::CommandLine::Commands::Console.start
@@ -1,5 +1,4 @@
1
1
  #
2
- #--
3
2
  # Ronin Dorks - A Ruby library for Ronin that provides support for various
4
3
  # Google (tm) Dorks functionality.
5
4
  #
@@ -18,7 +17,6 @@
18
17
  # You should have received a copy of the GNU General Public License
19
18
  # along with this program; if not, write to the Free Software
20
19
  # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
- #++
22
20
  #
23
21
 
24
22
  require 'ronin/web/dorks'
@@ -1,5 +1,4 @@
1
1
  #
2
- #--
3
2
  # Ronin Dorks - A Ruby library for Ronin that provides support for various
4
3
  # Google (tm) Dorks functionality.
5
4
  #
@@ -18,11 +17,10 @@
18
17
  # You should have received a copy of the GNU General Public License
19
18
  # along with this program; if not, write to the Free Software
20
19
  # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
- #++
22
20
  #
23
21
 
24
22
  module Ronin
25
23
  module Dorks
26
- VERSION = '0.1.2'
24
+ VERSION = '0.1.3'
27
25
  end
28
26
  end
@@ -1,5 +1,4 @@
1
1
  #
2
- #--
3
2
  # Ronin Dorks - A Ruby library for Ronin that provides support for various
4
3
  # Google (tm) Dorks functionality.
5
4
  #
@@ -18,7 +17,6 @@
18
17
  # You should have received a copy of the GNU General Public License
19
18
  # along with this program; if not, write to the Free Software
20
19
  # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
- #++
22
20
  #
23
21
 
24
22
  require 'ronin/web/dorks/dorks'
@@ -1,5 +1,4 @@
1
1
  #
2
- #--
3
2
  # Ronin Dorks - A Ruby library for Ronin that provides support for various
4
3
  # Google (tm) Dorks functionality.
5
4
  #
@@ -18,7 +17,6 @@
18
17
  # You should have received a copy of the GNU General Public License
19
18
  # along with this program; if not, write to the Free Software
20
19
  # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
- #++
22
20
  #
23
21
 
24
22
  require 'ronin/web/dorks/dorks'
@@ -1,5 +1,4 @@
1
1
  #
2
- #--
3
2
  # Ronin Dorks - A Ruby library for Ronin that provides support for various
4
3
  # Google (tm) Dorks functionality.
5
4
  #
@@ -18,12 +17,8 @@
18
17
  # You should have received a copy of the GNU General Public License
19
18
  # along with this program; if not, write to the Free Software
20
19
  # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
- #++
22
20
  #
23
21
 
24
- require 'ronin/web/web'
25
- require 'ronin/extensions/uri'
26
-
27
22
  require 'gscraper/search'
28
23
  require 'digest/md5'
29
24
 
@@ -140,7 +135,7 @@ module Ronin
140
135
  Dorks.search(options.merge(:allintitle => patterns),&block)
141
136
  end
142
137
 
143
- def Dorks.all_strings_inurl(strings,options={},&block)
138
+ def Dorks.all_strings_intitle(strings,options={},&block)
144
139
  Dorks.search(options.merge(:allintitle => strings.map { |string|
145
140
  "'#{string}'"
146
141
  }),&block)
@@ -1,5 +1,4 @@
1
1
  #
2
- #--
3
2
  # Ronin Dorks - A Ruby library for Ronin that provides support for various
4
3
  # Google (tm) Dorks functionality.
5
4
  #
@@ -18,7 +17,6 @@
18
17
  # You should have received a copy of the GNU General Public License
19
18
  # along with this program; if not, write to the Free Software
20
19
  # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
- #++
22
20
  #
23
21
 
24
22
  require 'ronin/web/dorks/dorks'
@@ -1,5 +1,5 @@
1
1
  require 'rubygems'
2
- gem 'rspec', '>=1.1.12'
2
+ gem 'rspec', '>=1.2.8'
3
3
  require 'spec'
4
4
 
5
5
  include Ronin
@@ -6,4 +6,5 @@ Spec::Rake::SpecTask.new(:spec) do |t|
6
6
  t.spec_opts = ['--colour', '--format', 'specdoc']
7
7
  end
8
8
 
9
+ task :test => :spec
9
10
  task :default => :spec
@@ -0,0 +1,13 @@
1
+ require 'ronin/yard/handlers'
2
+
3
+ YARD::Rake::YardocTask.new do |t|
4
+ t.files = ['lib/**/*.rb']
5
+ t.options = [
6
+ '--protected',
7
+ '--files', 'History.txt',
8
+ '--title', 'Ronin Dorks',
9
+ '--quiet'
10
+ ]
11
+ end
12
+
13
+ task :docs => :yardoc
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ronin-dorks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Postmodern
@@ -30,7 +30,7 @@ cert_chain:
30
30
  pDj+ws7QjtH/Qcrr1l9jfN0ehDs=
31
31
  -----END CERTIFICATE-----
32
32
 
33
- date: 2009-07-08 00:00:00 -07:00
33
+ date: 2009-09-25 00:00:00 -07:00
34
34
  default_executable:
35
35
  dependencies:
36
36
  - !ruby/object:Gem::Dependency
@@ -41,27 +41,37 @@ dependencies:
41
41
  requirements:
42
42
  - - ">="
43
43
  - !ruby/object:Gem::Version
44
- version: 0.2.4
44
+ version: 0.3.0
45
45
  version:
46
46
  - !ruby/object:Gem::Dependency
47
- name: ronin-web
47
+ name: gscraper
48
48
  type: :runtime
49
49
  version_requirement:
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - ">="
53
53
  - !ruby/object:Gem::Version
54
- version: 0.1.2
54
+ version: 0.2.2
55
55
  version:
56
56
  - !ruby/object:Gem::Dependency
57
- name: gscraper
58
- type: :runtime
57
+ name: rspec
58
+ type: :development
59
59
  version_requirement:
60
60
  version_requirements: !ruby/object:Gem::Requirement
61
61
  requirements:
62
62
  - - ">="
63
63
  - !ruby/object:Gem::Version
64
- version: 0.2.2
64
+ version: 1.2.8
65
+ version:
66
+ - !ruby/object:Gem::Dependency
67
+ name: yard
68
+ type: :development
69
+ version_requirement:
70
+ version_requirements: !ruby/object:Gem::Requirement
71
+ requirements:
72
+ - - ">="
73
+ - !ruby/object:Gem::Version
74
+ version: 0.2.3.5
65
75
  version:
66
76
  - !ruby/object:Gem::Dependency
67
77
  name: hoe
@@ -71,15 +81,15 @@ dependencies:
71
81
  requirements:
72
82
  - - ">="
73
83
  - !ruby/object:Gem::Version
74
- version: 2.3.2
84
+ version: 2.3.3
75
85
  version:
76
86
  description: |-
77
87
  Ronin Dorks is a Ruby library for Ronin that provides support for various
78
88
  Google (tm) Dorks functionality.
79
89
 
80
- Ronin is a Ruby platform designed for information security and data
81
- exploration tasks. Ronin allows for the rapid development and distribution
82
- of code over many of the common Source-Code-Management (SCM) systems.
90
+ Ronin is a Ruby platform for exploit development and security research.
91
+ Ronin allows for the rapid development and distribution of code, exploits
92
+ or payloads over many common Source-Code-Management (SCM) systems.
83
93
  email:
84
94
  - postmodern.mod3@gmail.com
85
95
  executables:
@@ -103,9 +113,10 @@ files:
103
113
  - lib/ronin/web/dorks/index.rb
104
114
  - lib/ronin/web/dorks/documents.rb
105
115
  - tasks/spec.rb
116
+ - tasks/yard.rb
106
117
  - spec/spec_helper.rb
107
118
  - spec/dorks_spec.rb
108
- has_rdoc: true
119
+ has_rdoc: yard
109
120
  homepage: http://ronin.rubyforge.org/dorks/
110
121
  licenses: []
111
122
 
@@ -130,7 +141,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
130
141
  requirements: []
131
142
 
132
143
  rubyforge_project: ronin
133
- rubygems_version: 1.3.4
144
+ rubygems_version: 1.3.5
134
145
  signing_key:
135
146
  specification_version: 3
136
147
  summary: Ronin Dorks is a Ruby library for Ronin that provides support for various Google (tm) Dorks functionality
metadata.gz.sig CHANGED
@@ -1,2 +1,2 @@
1
- +�^��?�J_���*�~x��� R�
2
- v��d.���:\����d�ʷ�=�h���T��Pz�W.��&�%��)�+��;P7N�6oLff���h�=ҙ��kQEl7 !v|j /P%=O8 6��}6ﳒ��M[M����,����G>��@�
1
+ m����`�X���u�3{ޭ�#��!�k�K���ZA����Ʀ60�9������wSL��/[f��ܘB�$�zq�x\�a�_`�S�C)^��b9-�m����<��O쮞9L�1D�y7��:�Bס�lq֥���b���Q��.c � -���Ȕ�X�Z���[���AB]Q��gn���{�����k�d���٧�V�N6`�[�ِ�'�]Qw�d�.�)�y��[h]��eq䉪�6=�?�:
2
+ 3.�/�J���<