-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathbuby.gemspec
155 lines (150 loc) · 6.3 KB
/
buby.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: buby 1.6.0 java lib
Gem::Specification.new do |s|
s.name = "buby"
s.version = "1.6.0"
s.platform = "java"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Eric Monti, tduehr"]
s.date = "2013-11-07"
s.description = "Buby is a mashup of JRuby with the popular commercial web security testing tool Burp Suite from PortSwigger. Burp is driven from and tied to JRuby with a Java extension using the BurpExtender API. This extension aims to add Ruby scriptability to Burp Suite with an interface comparable to the Burp's pure Java extension interface."
s.email = "[email protected]"
s.executables = ["buby"]
s.extra_rdoc_files = [
"History.txt",
"README.rdoc",
"bin/buby"
]
s.files = [
"History.txt",
"README.rdoc",
"Rakefile",
"VERSION.yml",
"bin/buby",
"buby.gemspec",
"ext/buby/burp/BurpExtender.java",
"ext/burp_interfaces/burp/IBurpExtender.java",
"ext/burp_interfaces/burp/IBurpExtenderCallbacks.java",
"ext/burp_interfaces/burp/IContextMenuFactory.java",
"ext/burp_interfaces/burp/IContextMenuInvocation.java",
"ext/burp_interfaces/burp/ICookie.java",
"ext/burp_interfaces/burp/IExtensionHelpers.java",
"ext/burp_interfaces/burp/IExtensionStateListener.java",
"ext/burp_interfaces/burp/IHttpListener.java",
"ext/burp_interfaces/burp/IHttpRequestResponse.java",
"ext/burp_interfaces/burp/IHttpRequestResponsePersisted.java",
"ext/burp_interfaces/burp/IHttpRequestResponseWithMarkers.java",
"ext/burp_interfaces/burp/IHttpService.java",
"ext/burp_interfaces/burp/IInterceptedProxyMessage.java",
"ext/burp_interfaces/burp/IIntruderAttack.java",
"ext/burp_interfaces/burp/IIntruderPayloadGenerator.java",
"ext/burp_interfaces/burp/IIntruderPayloadGeneratorFactory.java",
"ext/burp_interfaces/burp/IIntruderPayloadProcessor.java",
"ext/burp_interfaces/burp/IMenuItemHandler.java",
"ext/burp_interfaces/burp/IMessageEditor.java",
"ext/burp_interfaces/burp/IMessageEditorController.java",
"ext/burp_interfaces/burp/IMessageEditorTab.java",
"ext/burp_interfaces/burp/IMessageEditorTabFactory.java",
"ext/burp_interfaces/burp/IParameter.java",
"ext/burp_interfaces/burp/IProxyListener.java",
"ext/burp_interfaces/burp/IRequestInfo.java",
"ext/burp_interfaces/burp/IResponseInfo.java",
"ext/burp_interfaces/burp/IScanIssue.java",
"ext/burp_interfaces/burp/IScanQueueItem.java",
"ext/burp_interfaces/burp/IScannerCheck.java",
"ext/burp_interfaces/burp/IScannerInsertionPoint.java",
"ext/burp_interfaces/burp/IScannerInsertionPointProvider.java",
"ext/burp_interfaces/burp/IScannerListener.java",
"ext/burp_interfaces/burp/IScopeChangeListener.java",
"ext/burp_interfaces/burp/ISessionHandlingAction.java",
"ext/burp_interfaces/burp/ITab.java",
"ext/burp_interfaces/burp/ITempFile.java",
"ext/burp_interfaces/burp/ITextEditor.java",
"lib/buby.jar",
"lib/buby.rb",
"lib/buby/burp_extender.rb",
"lib/buby/burp_extender/console_frame.rb",
"lib/buby/burp_extender/console_pane.rb",
"lib/buby/burp_extender/console_tab.rb",
"lib/buby/burp_extender/context_menu.rb",
"lib/buby/burp_extender/context_menu_factory.rb",
"lib/buby/burp_extender/context_menu_item.rb",
"lib/buby/burp_extender/jcheck_box_menu_item.rb",
"lib/buby/burp_extender/jmenu.rb",
"lib/buby/burp_extender/jmenu_item.rb",
"lib/buby/burp_extender/menu.rb",
"lib/buby/burp_extender/menu_item.rb",
"lib/buby/context_menu_factory.rb",
"lib/buby/cookie.rb",
"lib/buby/extender.rb",
"lib/buby/http_listener.rb",
"lib/buby/implants.rb",
"lib/buby/implants/buby_array_wrapper.rb",
"lib/buby/implants/context_menu_invocation.rb",
"lib/buby/implants/cookie.rb",
"lib/buby/implants/extension_helpers.rb",
"lib/buby/implants/http_request_response.rb",
"lib/buby/implants/intercepted_proxy_message.rb",
"lib/buby/implants/intruder_attack.rb",
"lib/buby/implants/jruby.rb",
"lib/buby/implants/message_editor.rb",
"lib/buby/implants/message_editor_controller.rb",
"lib/buby/implants/parameter.rb",
"lib/buby/implants/request_info.rb",
"lib/buby/implants/response_info.rb",
"lib/buby/implants/scan_issue.rb",
"lib/buby/implants/scan_queue_item.rb",
"lib/buby/implants/scanner_insertion_point.rb",
"lib/buby/implants/temp_file.rb",
"lib/buby/implants/text_editor.rb",
"lib/buby/intruder_payload_generator.rb",
"lib/buby/intruder_payload_generator_factory.rb",
"lib/buby/intruder_payload_processor.rb",
"lib/buby/message_editor_controller.rb",
"lib/buby/message_editor_tab.rb",
"lib/buby/message_editor_tab_factory.rb",
"lib/buby/parameter.rb",
"lib/buby/parameter/base.rb",
"lib/buby/parameter/body.rb",
"lib/buby/parameter/cookie.rb",
"lib/buby/parameter/url.rb",
"lib/buby/proxy_listener.rb",
"lib/buby/scan_issue.rb",
"lib/buby/scanner_check.rb",
"lib/buby/scanner_insertion_point.rb",
"lib/buby/scanner_insertion_point_provider.rb",
"lib/buby/scanner_listener.rb",
"lib/buby/scope_change_listener.rb",
"lib/buby/session_handling_action.rb",
"lib/buby/tab.rb",
"lib/buby/version.rb",
"lib/burp_interfaces.jar",
"samples/drb_buby.rb",
"samples/drb_sample_cli.rb",
"samples/mechanize_burp.rb",
"samples/menu_copy_req.rb",
"samples/poc_generator.rb",
"samples/verb_tamperer.rb",
"samples/watch_scan.rb",
"test/buby_test.rb"
]
s.homepage = "http://tduehr.github.com/buby"
s.rdoc_options = ["--main", "README.rdoc"]
s.require_paths = ["lib"]
s.rubygems_version = "2.1.9"
s.summary = "Buby is a mashup of JRuby with the popular commercial web security testing tool Burp Suite from PortSwigger"
s.test_files = ["test/buby_test.rb"]
if s.respond_to? :specification_version then
s.specification_version = 4
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_development_dependency(%q<rake-compiler>, ["~> 0.8.1"])
else
s.add_dependency(%q<rake-compiler>, ["~> 0.8.1"])
end
else
s.add_dependency(%q<rake-compiler>, ["~> 0.8.1"])
end
end