ronin-dorks 0.1.2 → 0.1.3
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.
- data.tar.gz.sig +0 -0
- data/History.txt +13 -0
- data/Manifest.txt +1 -0
- data/README.txt +30 -37
- data/Rakefile +9 -2
- data/bin/ronin-dorks +1 -1
- data/lib/ronin/dorks.rb +0 -2
- data/lib/ronin/dorks/version.rb +1 -3
- data/lib/ronin/web/dorks.rb +0 -2
- data/lib/ronin/web/dorks/documents.rb +0 -2
- data/lib/ronin/web/dorks/dorks.rb +1 -6
- data/lib/ronin/web/dorks/index.rb +0 -2
- data/spec/spec_helper.rb +1 -1
- data/tasks/spec.rb +1 -0
- data/tasks/yard.rb +13 -0
- metadata +25 -14
- metadata.gz.sig +2 -2
data.tar.gz.sig
CHANGED
|
Binary file
|
data/History.txt
CHANGED
|
@@ -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
|
|
data/Manifest.txt
CHANGED
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
|
|
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
|
|
14
|
-
|
|
15
|
-
|
|
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
|
-
===
|
|
17
|
+
=== Ruby
|
|
18
18
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
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
|
-
===
|
|
24
|
+
=== Extend
|
|
26
25
|
|
|
27
|
-
Ronin
|
|
28
|
-
|
|
29
|
-
|
|
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
|
-
===
|
|
31
|
+
=== Publish
|
|
32
32
|
|
|
33
|
-
Ronin
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
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
|
-
|
|
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
|
|
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.
|
|
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
|
data/bin/ronin-dorks
CHANGED
data/lib/ronin/dorks.rb
CHANGED
|
@@ -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'
|
data/lib/ronin/dorks/version.rb
CHANGED
|
@@ -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.
|
|
24
|
+
VERSION = '0.1.3'
|
|
27
25
|
end
|
|
28
26
|
end
|
data/lib/ronin/web/dorks.rb
CHANGED
|
@@ -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.
|
|
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'
|
data/spec/spec_helper.rb
CHANGED
data/tasks/spec.rb
CHANGED
data/tasks/yard.rb
ADDED
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.
|
|
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-
|
|
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.
|
|
44
|
+
version: 0.3.0
|
|
45
45
|
version:
|
|
46
46
|
- !ruby/object:Gem::Dependency
|
|
47
|
-
name:
|
|
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.
|
|
54
|
+
version: 0.2.2
|
|
55
55
|
version:
|
|
56
56
|
- !ruby/object:Gem::Dependency
|
|
57
|
-
name:
|
|
58
|
-
type: :
|
|
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:
|
|
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.
|
|
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
|
|
81
|
-
|
|
82
|
-
|
|
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:
|
|
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.
|
|
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
|
-
|
|
2
|
-
|
|
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���<
|