pwn 0.5.499 → 0.5.500

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
  SHA256:
3
- metadata.gz: 4e56e54848ac7ff737e0c074dba6ec24cd7fcb3eb60012eadd218b41fc951302
4
- data.tar.gz: 2d2221ff56638e8bb30b7ce9e907f390e1bc84c3c63dddccb6a34b6e83d8e920
3
+ metadata.gz: d4e35c7fd4e41e696ef0f0b90af0f55ed19d4b4b1c73d68c5d4c5673209722a5
4
+ data.tar.gz: 158ccd66f0f801b39f89299cd7d63dcd06ba305985e7f5d4f42e9524ec736ed4
5
5
  SHA512:
6
- metadata.gz: bfc2c1f2ffbf9447c7c2fa25de875d353f0ebc3a98158ea36a34459b7ae07c93aac81e98bf25657d2cde2ec640a09122724797563d24c3f57dc688246578e4fa
7
- data.tar.gz: fbe74658bc1c81f3dd5e8da72a36edaa0ac58362ba8ee82d39089ade0e721924f49c8077afb6ae0775299fbbf03a5885ebc37ceea50fd6802885b962145ae382
6
+ metadata.gz: 18e6f6fe91d1905925e329bf13e31012f567aac1b28665b103ab30c9e59eb7fde260e947609742bf0870ef567d6a8bd116a6b978f30c0402e6e774a9f5ae0747
7
+ data.tar.gz: efcb72944474de6722c6895eed5212de6ff4ea888a08d6e20a483e31e31624db8b655ea03db74dc749d0ff066564c0ca0701c0dca35b776e0d660b74e68eef75
data/.rubocop.yml CHANGED
@@ -18,7 +18,7 @@ Metrics/CyclomaticComplexity:
18
18
  Metrics/MethodLength:
19
19
  Max: 565
20
20
  Metrics/ModuleLength:
21
- Max: 1447
21
+ Max: 1460
22
22
  Metrics/PerceivedComplexity:
23
23
  Max: 157
24
24
  Style/HashEachMethods:
@@ -1,181 +1,185 @@
1
- 0e6a161 Merge pull request #815 from ninp0/master
2
- cd06863 pwn_burp_*, pwn_zaproxy*, PWN::Plugins::BurpSuite, && PWN::Plugins::Zaproxy - sync dev patterns as closely as possible - iteration 1
3
- e619eb4 Merge pull request #814 from ninp0/master
4
- c91ef60 pwn_burp_suite_pro_active_rest_api_scan Driver - location in which the openapi_spec is dropped matters.
5
- b083176 Merge pull request #813 from ninp0/master
6
- 2dbe8df PWN::Plugins::OpenAPI module - #bugfixes resolving properties $ref attributes when generating openapi spec #slight_tweak
7
- d98e54b Merge pull request #812 from ninp0/master
8
- 125b69f PWN::Plugins::OpenAPI module - #bugfixes resolving properties $ref attributes when generating openapi spec
9
- 77e110b Merge pull request #811 from ninp0/master
10
- ac7d1cf PWN::SAST::Logger && PWN::SAST::ThrowErrors modules - refine anti-patterns
11
- 8074714 Merge pull request #810 from ninp0/master
12
- 4db65d9 PWN::Reports::HTMLHeader && PWN::Reports::HTMLFooter modules - remove unncessary require statements
13
- 9350072 PWN::Reports::SAST - slight UI tweaks / change search label value to provide search example
14
- e080194 Merge pull request #809 from ninp0/master
15
- 4399586 PWN::Reports::SAST - offload reusable footer code into PWN::Reports::HTMLFooter module
16
- 9968e44 Merge pull request #808 from ninp0/master
17
- 0ecc452 pwn_burp_suite_pro_active_rest_api_scan Driver - initial commit
18
- 6b47120 Merge pull request #807 from ninp0/master
19
- 0bc36c9 Gemfile and pwn.gemspec tweaks
20
- 4c969cd pwn_sast Driver && PWN::Reports::SAST module - UI enhancements
21
- 4aa4616 Merge pull request #806 from ninp0/master
22
- bab13ac pwn_sast Driver && PWN::Reports::SAST module - Enhanced PDF and XLSX report exports, cell formatting fixes, include hyperlinks in reports, slight tweak to UI header
23
- 31960c5 Merge pull request #805 from ninp0/master
24
- 0de729f pwn_sast Driver && PWN::Reports::SAST module - Enhanced PDF and XLSX report exports #slight_tweaks
25
- 13027dd Merge pull request #804 from ninp0/master
26
- f005e98 pwn_sast Driver && PWN::Reports::SAST module - Enhanced PDF and XLSX report exports
27
- 990fa89 pwn_sast Driver && PWN::Reports::SAST module - UI overhaul, implement export to PDF and XLSX in addition to JSON
28
- 6d40c0b Merge pull request #803 from ninp0/master
29
- 0c8c4b1 pwn_sast Driver - #bugfixes
30
- 78f98d4 pwn_sast Driver - #bugfixes
31
- 39f1853 pwn_sast Driver - #bugfixes
32
- 376f7bc pwn_sast Driver - #bugfixes
33
- 69a5f7f pwn_sast Driver - #bugfixes
34
- 60efd51 PWN::Plugins::FileFu module - create #recurse_in_dir method to support pwn_sast Driver scanning repos that are explicitly passed instead of scanning in current working directory. Update PWN::SAST::* modules to support this as well.
35
- 2332dc6 Merge pull request #802 from ninp0/master
36
- a207630 PWN::AI::OpenAI module - update default model to gpt-5-chat-latest in #chat method
37
- 4ca1f58 Merge pull request #801 from ninp0/master
38
- de7ebe5 pwn_sast Driver && PWN::Reports::SAST module - enhanced progress reporting when generating report.
39
- abbb0d5 pwn_sast Driver && PWN::Reports::SAST module - implement optional AI analysis of SAST results
40
- 62a6e88 Merge pull request #800 from ninp0/master
41
- 29f8925 Add new namespace, `PWN::AI` and move PWN::Plugins::OpenAI and PWN::Plugins::Ollama modules to the new namespace. Also new initial commit for `PWN::AI::Grok` module.
42
- 0f427b7 Merge pull request #799 from ninp0/master
43
- 18809bf PWN::Plugins::BurpSuite module - `require "yaml"` for brevity
44
- 9292522 Merge pull request #798 from ninp0/master
45
- f60a31f PWN::Plugins::BurpSuite module - more robust example handling to reconstuct accurate HTTP requests for #import_openapi_to_sitemap method
46
- 7df2319 Merge pull request #797 from ninp0/master
47
- 2d83e69 PWN::Plugins::BurpSuite module - #bugfix in #add_to_sitemap
48
- b7af7c3 PWN::Plugins::BurpSuite module - #bugfix in #add_to_sitemap
49
- 99e7070 Merge pull request #796 from ninp0/master
50
- 9f7b78e PWN::Plugins::BurpSuite module - update #import_openapi_to_sitemap method to support YAML for openapi_spec parameter
51
- 6959f27 Merge pull request #795 from ninp0/master
52
- 56db7de PWN::Plugins::BurpSuite module - crank up timeouts for adding requests to sitemap for really slow test envs
53
- 4a6a8f5 PWN::Plugins::BurpSuite module - crank up timeouts for adding requests to sitemap for really slow test envs
54
- 4eb9c03 Merge pull request #794 from ninp0/master
55
- 82a76a1 PWN::Plugins::BurpSuite module - crank up max heap memory constraints and set min heap memory to 4G within #start method
56
- e9360cd Merge pull request #793 from ninp0/master
57
- daffbe1 pwn_burp_suite_pro_active_scan Driver - #bugfix change ---in_scope to --in_scope parameter
58
- f0b4139 Merge pull request #792 from ninp0/master
59
- 4956561 pwn_burp_suite_pro_active_scan Driver && PWN::Plugins::BurpSuite module - implement --exlude-path parameter to avoid scanning URLs that may terminate sessions prematurely
60
- 7e01c8e Merge pull request #791 from ninp0/master
61
- a5b6b2b PWN::Plugins::BurpSuite module - update #stop method to gracefullly shutdown Burp UI and preserve any Extensions installed during the session
62
- f49f25f Merge pull request #790 from ninp0/master
63
- b55870e Nuke burp mock test reports
64
- c56d5d9 Merge pull request #789 from ninp0/master
65
- 342dd5b PWN::Plugins::BurpSuite module - include query parameter in format_uri_from_sitemap_resp method
66
- 346393a Merge pull request #788 from ninp0/master
67
- 03e9e37 PWN::Reports::* modules - retain original report name for selected lines exported to JSON file
68
- 5c86dcb Merge pull request #787 from ninp0/master
69
- 5fa1cdf PWN::Plugins::BurpSuite module - #enhancements in #import_openapi_to_sitemap method to constuct more accurate http response in the Sitemap
70
- bae133e Merge pull request #786 from ninp0/master
71
- b1249c8 PWN::Plugins::BurpSuite module - #bugfix in #import_openapi_to_sitemap method
72
- 1141fdf Merge pull request #785 from ninp0/master
73
- 40d3f72 pwn_burp_suite_pro_active_scan Driver - optimize for both authenticated and unauthenticated scanning
74
- 3129c28 Merge pull request #784 from ninp0/master
75
- e348a61 Merge branch 'master' of ssh://github.com/ninp0/pwn
76
- f4cf106 PWN::Plugins::BurpSuite module - cleaner status output to STDOUT when running #invoke_active_scan method #rubocop
77
- b30e6e1 Merge pull request #783 from ninp0/master
78
- 929d818 PWN::Plugins::BurpSuite module - cleaner status output to STDOUT when running #invoke_active_scan method
79
- 02e0b17 PWN::Plugins::BurpSuite module - implement proxy listener CRUD and allow for concurrent burp active scan sessions
80
- 1890ed8 Merge pull request #782 from ninp0/master
81
- 1d2a495 PWN::Reports::* modules - support multi-line select and exporting selected lines to external JSON file
82
- 1e072e8 pwn_fuzz_net_app_proto Driver - #bugfixes && PWN::Reports::* modules begin extending all reports to support multi-line select and exporting selecting lines to external JSON file
83
- de63465 Merge pull request #781 from ninp0/master
84
- d39dd94 PWN::Reports::SAST module - implement multi-line select/highlighting and export highlighted results to JSON file for consumption by tools like DefectDojo
85
- ccf4692 Merge pull request #780 from ninp0/master
86
- 5b08c3b PWN::Plugins::BurpSuite module - update #import_openapi_to_sitemap method to aggregate remaining HTTP header names from spec, reference as keys, and assign their respective values to the request_headers hash
87
- 1fe2155 Merge pull request #779 from ninp0/master
88
- 2afb327 PWN::Plugins::BurpSuite module - update #import_openapi_to_sitemap method to include more obvious placeholders when schema examples cannot be found in the spec
89
- a2e3ff5 Merge pull request #778 from ninp0/master
90
- d5673d4 PWN::Plugins::OpenAPI module - suppoort aliases when parsing YAML documents
91
- 0411777 Merge pull request #777 from ninp0/master
92
- 70b6ceb PWN::Plugins::BurpSuite module - update usage in #help method && prettier STDOUT in pwn_burp_suite_pro_active_scan Driver
93
- 8f28ff1 Merge pull request #776 from ninp0/master
94
- 1917900 PWN::Plugins::BurpSuite module - #bugfix remove #stop method from #in_scope method
95
- 1431ad9 Merge pull request #775 from ninp0/master
96
- cec08c6 PWN::Plugins::BurpSuite module - #bugfix remove #stop method from #in_scope method
97
- a490ed7 Merge pull request #774 from ninp0/master
98
- 5d8ecfb PWN::Plugins::BurpSuite module - more debugging in #invoke_active_scan method && Enhanced search capabilities for PWN::Reports::* modules
99
- 3447154 Merge pull request #773 from ninp0/master
100
- 226d7df PWN::Plugins::BurpSuite module - more debugging in #invoke_active_scan method
101
- cb8d237 Merge pull request #772 from ninp0/master
102
- 9245fe1 Merge branch 'master' of ssh://github.com/ninp0/pwn
103
- 5ef6539 Merge pull request #771 from ninp0/master
104
- 11c6bac PWN::Plugins::BurpSuite module - more debugging in #invoke_active_scan method
105
- 94d17f9 PWN::Plugins::BurpSuite module - more debugging in #invoke_active_scan method
106
- fa54fe9 Merge pull request #770 from ninp0/master
107
- f4a32fe PWN::Plugins::BurpSuite module - #bugfix in #spider method
108
- 9007671 Merge pull request #769 from ninp0/master
109
- 574301b PWN::Plugins::BurpSuite module - temporarily remove stop in ensure block for #invoke_active_scan method
110
- 3fc144b Merge pull request #768 from ninp0/master
111
- 47f2828 PWN::Plugins::BurpSuite module - begin working towards supporting proxy listener settings within #start method
112
- 857cab9 PWN::Plugins::BurpSuite module - implement a #spider method and include this feature as an option within the pwn_burp_suite_pro_active_scan Driver. #enhancements
113
- 663c25d Merge pull request #767 from ninp0/master
114
- 0f3c593 PWN::Plugins::BurpSuite module - implement a #spider method and include this feature as an option within the pwn_burp_suite_pro_active_scan Driver.
115
- f302712 Merge pull request #766 from ninp0/master
116
- 83812a4 PWN::Plugins::BurpSuite module - #bugfix when attempting to scan URI that responds w code other than 200 #keepitmoving
117
- 70fea2b PWN::Plugins::BurpSuite module - #bugfix when attempting to scan URI that responds w code other than 200 #keepitmoving
118
- 1eedf4b Merge pull request #765 from ninp0/master
119
- 0f72609 PWN::Plugins::BurpSuite module - #bugfix when attempting to scan URI that responds w code other than 200 #keepitmoving
120
- 4d8469b Merge pull request #764 from ninp0/master
121
- 4942a7b PWN::Plugins::BurpSuite module - a lot of integrations for pwn-burp.jar Burp Extension && PWN::Plugins::OpenAPI module - oh buddy...
122
- 4126d2f Merge pull request #763 from ninp0/master
123
- 72f8a5a PWN::Plugins::OpenAPI module - initial commit
124
- da3de9e Merge pull request #762 from ninp0/master
125
- ed0272c VERSION.rb - bump version to align w/ rubygems
126
- a4d508d third_party/*.jar - remove burp extensions
127
- 1cd05db Merge pull request #761 from ninp0/master
128
- 9fdd26f third party - replace BurpSuite extension, BurpBuddy w/ PWNBurpRestAPI
129
- 1a97d75 Merge pull request #760 from ninp0/master
130
- 806e5a2 pwn_burp_suite_pro_active_scan Driver - output each instruction to STDOUT while redacting sensitive data. #slight_tweak
131
- 87984b9 Merge pull request #759 from ninp0/master
132
- ad0db78 pwn_burp_suite_pro_active_scan Driver - output each instruction to STDOUT while redacting sensitive data.
133
- b953b32 Merge pull request #758 from ninp0/master
134
- b2c8755 pwn_burp_suite_pro_active_scan Driver - Add to scope prior to executing navigation instructions
135
- 2dcee71 Merge pull request #757 from ninp0/master
136
- 7ee1968 PWN::Plugins::BurpSuite - #bugfix within #generate_scan_report method
137
- 3e9d42b PWN::Plugins::BurpSuite - #bugfix within #generate_scan_report method
138
- ffdf5c1 PWN::Plugins::BurpSuite - #bugfix within #generate_scan_report method
139
- 41e7d90 Merge pull request #756 from ninp0/master
140
- 180c187 PWN::Plugins::BurpSuite - test use_https values in post_body variable within #invoke_scan_method
141
- 88fb7790 Merge pull request #755 from ninp0/master
142
- 5abaf61 PWN::Plugins::BurpSuite - #bugfix in json_uri generation within #invoke_active_scan method
143
- b59b53b Merge pull request #754 from ninp0/master
144
- cd30423 PWN::Plugins::BurpSuite - test useHttps values in post_body variable within #invoke_scan_method
145
- 2dad6b1 Merge pull request #753 from ninp0/master
146
- 9620af0 PWN::Reports::* modules - Update # of entries / page options to be 10, 25, 50, 100, 250, 500, 1000, 2500, 5000
147
- 703564f Merge pull request #752 from ninp0/master
148
- 2a04764 PWN::Plugins::TransparentBrowser module - more efficient / stable #list_tabs method
149
- c52492e Merge pull request #751 from ninp0/master
150
- 5a1a72c Gemfile - comment out openapi3_parser for REST API testing as dependencies break pwn install in OpenBSD
151
- dbf3bb3 Merge pull request #750 from ninp0/master
152
- a0a3af6 PWN::Plugins::TransparentBrowser module - specify optional `index` parameter to dictate which DOM mutations to view or hide
153
- 10f9d15 Merge pull request #749 from ninp0/master
154
- 94abfa8 Gemfile - pull in openapi3_parser for REST API testing && PWN::Plugins::TransparentBrowser module - overhaul on tab management
155
- 5ba895a Merge pull request #748 from ninp0/master
156
- ac80447 PWN::Plugins::TransparentBrowser module - change `keyword` parameter in #jmp_tab method to optional, defaulting to switching to the next inactive tab from the list returned by the #list_tabs method
157
- 651a7e0 Merge pull request #747 from ninp0/master
158
- efcc3af PWN::Plugins::TransparentBrowser module - multi-tab support within #view_dom_mutations #hide_dom_mutations methods
159
- 317c7f8 Merge pull request #746 from ninp0/master
160
- c9a9917 PWN::Plugins::TransparentBrowser module - enhancements in #view_dom_mutations methods to include common sinks for DOM XSS
161
- 30184bd Merge pull request #745 from ninp0/master
162
- 99de13a PWN::Plugins::TransparentBrowser module - enhancements in #console and #view_dom_mutations methods. #bugfixes in #hide_dom_mutations method
163
- c113537 Merge pull request #744 from ninp0/master
164
- 4db450b PWN::Plugins::TransparentBrowser module - add methods to output DOM mutations in the console when devtools = true #bugfixes
165
- 5efdc25 Merge pull request #743 from ninp0/master
166
- 6223de5 PWN::Plugins::TransparentBrowser module - add methods to output DOM mutations in the console when devtools = true
167
- 924f1d5 Merge pull request #742 from ninp0/master
168
- 4bf4f16 PWN::Plugins::TransparentBrowser module - add methods to output DOM mutations in the console when devtools = true
169
- c0c716c Merge pull request #741 from ninp0/master
170
- 0aa8cd5 PWN::Plugins::TransparentBrowser module - begin supporting BiDi for browsers that support this more standardized approach to automating browser navigation
171
- c0770a1 Merge pull request #740 from ninp0/master
172
- 30627ca PWN::Report::SAST module - extend proper line anchor formatting for different git source code managment software solutions
173
- ee79c1d Merge pull request #739 from ninp0/master
174
- a6e05f5 PWN::Plugins::JiraServer module - #bugfix in #issue_comment method
175
- a8d9da7 Merge pull request #738 from ninp0/master
176
- 0226316 PWN::Plugins::JiraServer module - always return value of #get_issue when performing issue CRUD actions within other methods (except delete, cause well, issue == nil)
177
- 7bd820b Merge pull request #737 from ninp0/master
178
- 624738f PWN::Plugins::JiraServer module - support attaching multiple files in issue w/ one call to either #create_issue or #update_issue. Additionally, implement the ability to delete attachments via #delete_attachment method and manage comments for an issue via #issue_comment method.
179
- 33f1303 Merge pull request #736 from ninp0/master
180
- 4dd158d PWN::Plugins::JiraServer module - attachment #bugfixes
181
- 720bdb9 Merge pull request #735 from ninp0/master
1
+ 412035f PWN::Plugins::BurpSuite module - implment sitemap analysis (in addition to proxy history) in AI introspection thread to update notes and highlight accordingly.
2
+ a1cfa2c Merge pull request #896 from ninp0/master
3
+ 4558fad PWN::Plugins::BurpSuite module - remove sitemap introspection for now, and cleanup the proxy_history thread to begin supporting introspection within sitemap, repeater, etc.
4
+ 91e4ca5 Merge pull request #895 from ninp0/master
5
+ 8dc34fd PWN::Plugins::BurpSuite module - implement introspection within sitemap and proxy history
6
+ 009fb44 PWN::Plugins::BurpSuite module - #bugfix when passing system_role_content while AI introspection is enabled in PWN::Env
7
+ 28441d2 Merge pull request #894 from ninp0/master
8
+ 72d8ff9 PWN::Plugins::TransparentBrowser && PWN::Plugins::BurpSuite modules - implement PWN::AI::Introspection.reflect_on when introspection is enabled in PWN::Env
9
+ 03d46de Merge pull request #893 from ninp0/master
10
+ 8258b7a PWN::Plugins::TransparentBrowser module - hardcode system_role_content for PWN::AI::Introscpection.reflect_on within #debugger method. Increase efficiency of #step method ass well
11
+ a348af6 Merge pull request #892 from ninp0/master
12
+ b0bbbf5 PWN::Plugins::REPL - #cleaner_rx
13
+ 54cd690 Merge pull request #891 from ninp0/master
14
+ 1a065fa PWN::Plugins::REPL - #cleaner_rx
15
+ b5f2ce2 Merge pull request #890 from ninp0/master
16
+ 03a72da Gemfile - update to latest versions
17
+ 782f35b Merge pull request #889 from ninp0/master
18
+ 9609d5c Merge branch 'master' of ssh://github.com/ninp0/pwn
19
+ 9e62d59 Gemfile - update to latest versions
20
+ 58cad93 Merge pull request #888 from ninp0/master
21
+ 90e13ba Merge branch 'master' of ssh://github.com/ninp0/pwn
22
+ 9b753c1 Merge pull request #887 from ninp0/master
23
+ 9f2bdaf PWN::Plugins::REPL - #minor_tweaks
24
+ 568c036 PWN::Plugins::REPL - #minor_tweaks
25
+ f4eaf17 Merge pull request #886 from ninp0/master
26
+ 8c7a913 Gemfile - update to latest versions
27
+ 88be485 Merge branch 'master' of ssh://github.com/ninp0/pwn
28
+ bb79392 PWN::Plugins::REPL - #minor_tweaks
29
+ f28f339 Merge pull request #885 from ninp0/master
30
+ 87e8956 PWN::Plugins::REPL - #minor_tweaks
31
+ 09946fc Merge pull request #884 from ninp0/master
32
+ 6107861 PWN::Plugins::REPL - #minor_tweaks
33
+ 90a2b27 Merge pull request #883 from ninp0/master
34
+ 7d2735f PWN::Plugins::REPL - #minor_tweaks
35
+ e12cc3c Merge pull request #882 from ninp0/master
36
+ 1eb75ce PWN::Plugins::REPL - #minor_tweaks
37
+ 8ed262e PWN::Plugins::REPL - UI tweaks, cleaner interface
38
+ 59c9ec6 Merge pull request #881 from ninp0/master
39
+ 5aa6cb5 PWN::Plugins::JiraDataCenter - move begin/rescue logic from clone_issue method to create_issue method (i.e. retrieving newly createed issue && reattempting to create an issue when Jira throws errors about unlicensed fields.
40
+ 341eb8e Merge pull request #880 from ninp0/master
41
+ f25eac0 PWN::Plugins::JiraDataCenter - eliminate redudant call to return issue at the end of clone_issue method. Just return the issue returned by the create_issue method
42
+ fa9b2c5 PWN::Plugins::REPL - flexible from in pwn-mesh
43
+ 8e1ad4d Merge pull request #879 from ninp0/master
44
+ e8b1b60 PWN::Plugins::JiraDataCenter - ommit fields that are currently unlicensed
45
+ eba30bc Merge pull request #878 from ninp0/master
46
+ ba06ea5 PWN::Plugins::JiraDataCenter - ommit fields that are currently unlicensed
47
+ 12a9337 Merge pull request #877 from ninp0/master
48
+ a5b3468 PWN::Plugins::JiraDataCenter - attachment #bugfix in #clone_issus method
49
+ c03b0fd Merge pull request #876 from ninp0/master
50
+ 1ea9554 PWN::Plugins::REPL module - pwn-mesh command >>> implement send only capability via MQTT
51
+ 9e671ce Gemfile - pull in latest
52
+ 7f61639 Merge pull request #875 from ninp0/master
53
+ 075ad68 PWN::Plugins::JiraDataCenter module - another clone_issue fix attempt and more robust get_issue_type_metadata method #bugfixes #include_attachment_cloning
54
+ 730fc9a Merge branch 'master' of ssh://github.com/ninp0/pwn
55
+ 6f73b37 PWN::Plugins::JiraDataCenter module - another clone_issue fix attempt and more robust get_issue_type_metadata method #bugfixes #include_attachment_cloning
56
+ 21a4560 PWN::Plugins::JiraDataCenter module - another clone_issue fix attempt and more robust get_issue_type_metadata method #bugfixes #include_attachment_cloning
57
+ f734ae2 PWN::Plugins::JiraDataCenter module - another clone_issue fix attempt and more robust get_issue_type_metadata method #bugfixes
58
+ 46e8712 Merge pull request #874 from ninp0/master
59
+ fb74590 PWN::Plugins::JiraDataCenter module - another clone_issue fix attempt and more robust get_issue_type_metadata method #bugfixes
60
+ c3cd819 Merge pull request #873 from ninp0/master
61
+ 5ac6fbe PWN::Plugins::JiraDataCenter module - another clone_issue fix attempt and more robust get_issue_type_metadata method
62
+ f18a29f Merge pull request #872 from ninp0/master
63
+ 8ff89a7 PWN::Plugins::JiraServer module - attempt to drastically simplify #clone_issue method #robocop_fix
64
+ 72ac3ce Merge pull request #871 from ninp0/master
65
+ 2962423 PWN::Plugins::JiraServer module - attempt to drastically simplify #clone_issue method
66
+ 85635ba Merge pull request #870 from ninp0/master
67
+ 384e884 PWN::Plugins::JiraServer module - attempt to drastically simplify #clone_issue method
68
+ 5c20154 Merge pull request #869 from ninp0/master
69
+ f9d6edf PWN::Plugins::JiraServer module - begin implementing better logic for dealing with incompatible fields when cloning an issue
70
+ 6e00e9c Merge pull request #868 from ninp0/master
71
+ 868527e PWN::Plugins::JiraServer module - filter out incompatible fields when cloning an issue
72
+ c2c6a17 Merge pull request #867 from ninp0/master
73
+ b3fa3ff PWN::Plugins::JiraServer module - implement #clone_issue method #bugfixes
74
+ dcc64de Merge pull request #866 from ninp0/master
75
+ de4aade PWN::Plugins::JiraServer module - implement #clone_issue method
76
+ 4dab4cc Merge pull request #865 from ninp0/master
77
+ 9d2ea0d PWN::Plugins::JiraServer module - #race_condition_bugfix when returning new issue from #create_issue method
78
+ 46b9458 Merge pull request #864 from ninp0/master
79
+ d478fd1 PWN::Plugins::JiraServer module - credential management overhaul / rely upon pwn-vault for credential management #bugfix
80
+ fd0aeb7 Merge pull request #863 from ninp0/master
81
+ 2e51b55 PWN::Plugins::JiraServer module - credential management overhaul / rely upon pwn-vault for credential management.
82
+ ee231d7 Merge pull request #862 from ninp0/master
83
+ 4dbb1c1 PWN::Config && PWN::Plugins::Vault modules - ensure permissions for YAML config are 0600 and decryptor are 0400 by default
84
+ 4471061 Merge pull request #861 from ninp0/master
85
+ b7a1ae0 PWN::Config module - refactor #default_env is encrypted by default
86
+ 2309a44 Merge pull request #860 from ninp0/master
87
+ 0c4c4f0 PWN::Config module - #bugfixes / PWN::Driver module - initial commit to auto-initialize PWN::Env, implement standard options, and reduce redundant driver code
88
+ 1642f77 Merge pull request #859 from ninp0/master
89
+ e96a868 PWN::Plugins::Assembly, PWN::Plugins::TransparentBrowser, PWN::SAST::PomVersion, PWN::SAST::TestCaseEngine, && PWN::AI::Instrospection modules - simplify intrumentation for implementing AI introspection into modules && instrument aforementioned modules with AI introspection
90
+ bca35f1 PWN::Plugins::Assembly, PWN::Plugins::TransparentBrowser, PWN::SAST::PomVersion, PWN::SAST::TestCaseEngine, && PWN::AI::Instrospection modules - simplify intrumentation for implementing AI introspection into modules && instrument aforementioned modules with AI introspection
91
+ 096bc34 Merge pull request #858 from ninp0/master
92
+ 79d2b64 PWN::Plugins::TransparentBrowser module - #bugfix in `browser_type: :chrome` when `devtools: true`
93
+ 40e0dbe Merge pull request #857 from ninp0/master
94
+ 94633d9 PWN::SAST::TestCaseEngine - Change default rdoc FQDN to https://www.rubydoc.info
95
+ 97a9a17 PWN::SAST::UseAfterFree module - initial commit
96
+ 0b0bdab Merge pull request #856 from ninp0/master
97
+ ce3bc17 PWN::Blockchain::BTC - #bugfixes in #get_block_details method
98
+ bed84e1 PWN::Blockchain::BTC - add get_transactions method
99
+ 0d4f60e PWN::Blockchain::BTC - implement the means to interact with private BTC nodes to eliminate HTTP 429 (rate limiting) issues
100
+ 5c8c210 Merge pull request #855 from ninp0/master
101
+ 2c69b53 PWN::Plugins::MonkeyPatch module - update monkey patch for Pry that properly handles splat mode for Hashes just as it does for Arrays and Strings
102
+ b58e591 Merge pull request #854 from ninp0/master
103
+ 06916e5 PWN::SAST::* modules - continued overhaul / #bugfixes
104
+ f7090f9 PWN::SAST::* modules - reduce redundant code in #scan methods and centralize test case execution within PWN::SAST::TestCaseEngine module
105
+ 3dc7714 Merge pull request #853 from ninp0/master
106
+ 1f26cd3 PWN module - Initialize PWN::Env[:driver_opts] key for easier / standardized approach for driver development, options parsing, and custom environmental configs via --pwn-env --pwn-dec #rubocop_fix
107
+ d9a0435 Merge pull request #852 from ninp0/master
108
+ ba40358 PWN module - Initialize PWN::Env[:driver_opts] key for easier / standardized approach for driver development, options parsing, and custom environmental configs via --pwn-env --pwn-dec
109
+ f4d2cbb Merge pull request #851 from ninp0/master
110
+ 3ff6722 PWN::AI::* modules - Implement HTTP 429 response handling to deal w/ multi-threaded pwn_sast Driver
111
+ 927374a Merge pull request #850 from ninp0/master
112
+ 172c98c pwn_sast Driver - #bugfix when passing in custom --pwn-env && --pwn-dec parameters
113
+ 3b4b176 Merge pull request #849 from ninp0/master
114
+ 7117649 PWN::Reports::SAST - move ai_introspection logic to PWN::SAST::* modules to dramatically increase result generation #bugfixes and #enhancements
115
+ a6b632f Merge pull request #848 from ninp0/master
116
+ 7791f5b PWN::Reports::SAST - move ai_introspection logic to PWN::SAST::* modules to dramatically increase result generation
117
+ 5d79b84 Merge pull request #847 from ninp0/master
118
+ 5e5d069 Create default encrypted ~/.pwn/pwn.yaml && ~/.pwn/pwn.decryptor.yaml if they dont exist during first run of pwn prototyping driver
119
+ e8ae9ac Merge pull request #846 from ninp0/master
120
+ 9d4a253 PWN::Reports::SAST && PWN::AI::Introspection modules - #bugfix to pass in request parameter. PWN::Config module - leverage PWN::AI.help to define valid AI engines
121
+ dd4945e config_spec - #bugfix in method call
122
+ 46e5669 Merge pull request #845 from ninp0/master
123
+ cdf908f PWN::AI::Instrospection module - initial commit. #freeze contents of PWN::Env (Replaced PWN::CONFIG) unless PWN::Config.refresh_env is called. Update PWN::REPL module to use PWN::Env instead of decprecated pry_instance.config.pwn Hash
124
+ 6ff2b17 Merge pull request #844 from ninp0/master
125
+ 99c4f0b Begin implementing AI introspection throughout PWN. Also create PWN::Config module which maintains PWN::CONFIG constant #spec_bugfix
126
+ b4be7d4 Merge pull request #843 from ninp0/master
127
+ 5231947 Begin implementing AI introspection throughout PWN. Also create PWN::Config module which maintains PWN::CONFIG constant #bugfix
128
+ 13d0ed8 Begin implementing AI introspection throughout PWN. Also create PWN::Config module which maintains PWN::CONFIG constant
129
+ 954462f Merge pull request #842 from ninp0/master
130
+ 9bb42bb Update format of etc/pwn.yaml.EXAMPLE #non_backwards_compat_change, PWN::Reports::REPL && PWN::Plugins::Vault modules - begin rolling out Vault configuration convention, AI introspection, and the pwn prototyping driver / repl to have its respective history reside in ~/.pwn/pwn_history
131
+ c7c7cdb Merge pull request #841 from ninp0/master
132
+ 280c348 PWN::Reports::SAST module - update request to include more context for LLM to analyze
133
+ 01a445d Merge pull request #840 from ninp0/master
134
+ f939b6c PWN::Plugins::REPL && PWN::Plugins::Vault modules - multiple bugfixes around reloading pwn.yaml config
135
+ d552591 PWN::Blockchain module namespace - Initial commit of namespace and _VERY LIMITED_ PWN::Blockchain::BTC && PWN::Blockchain::ETH modules
136
+ e06f3d6 Merge pull request #839 from ninp0/master
137
+ c881c49 PWN::Plugins::REPL module - create .pwn directory if it doesnt exist #bugfix
138
+ 54a8aac Merge pull request #838 from ninp0/master
139
+ 1e67aae PWN::Plugins::REPL module - create .pwn directory if it doesnt exist
140
+ 564d720 Merge pull request #837 from ninp0/master
141
+ 92cf453 PWN::Plugins::REPL module - convention over configuation when you want to load your configuration without having to configure the convention :P
142
+ ab03252 Merge pull request #836 from ninp0/master
143
+ 8a51f7e PWN::Plugins::REPL module - move method to refresh pwn.yaml config to PWN::Plugins::Vault module
144
+ 0cf013f Merge pull request #835 from ninp0/master
145
+ 5c5d2fc Standardize all modules within PWN::AI namespace to use :base_uri parameter. Update etc/pwn.yaml.example to reflect this functionality. Update PWN::Plugins::REPL && PWN::Plugins::Vault modules to support pwn.yaml reload if the config is edited.
146
+ 494cc09 Merge pull request #834 from ninp0/master
147
+ 0fa8e0a PWN::Plugins::BurpSuite module - implement return_as parameter within #get_sitemap method with :har choice (defaults to :base64). PWN::Plugins::Zaproxy module - #bugfix in #get_sitemap method
148
+ 6ec31ce PWN::Plugins::BurpSuite module - implement return_as parameter within #get_sitemap method with :har choice (defaults to :base64). PWN::Plugins::Zaproxy module - #bugfix in #get_sitemap method
149
+ 4245c0e Merge pull request #833 from ninp0/master
150
+ 2d14a54 PWN::Reports::SAST module and pwn_sast Driver - change default --ai-system-content value in an effort for AI to provide better contextual assessments of anti-pattern results.
151
+ 1483544 Merge pull request #832 from ninp0/master
152
+ 6848a23 PWN::WWW::HackerOne module - #bugfixes in #get_bounty_programs method #convert_to_graphql_query
153
+ 9c58555 Merge pull request #831 from ninp0/master
154
+ 0d81a36 Merge branch '0dayInc:master' into master
155
+ 380493f PWN::Plugins::BurpSuite module - #bugfix in #get_sitemap method when returning subset of sitemap via #keyword parameter
156
+ a7c9538 Merge pull request #830 from ninp0/master
157
+ 2873f32 PWN::Plugins::BurpSuite module - #bugfix in #get_sitemap method when returning subset of sitemap via #keyword parameter
158
+ 7402465 Merge pull request #829 from ninp0/master
159
+ 4f93681 PWN::Plugins::Zaproxy module - remove isolated variable
160
+ d4c1857 Merge pull request #828 from ninp0/master
161
+ b76054b PWN::Plugins::Zaproxy module - simplify obtaining sitemap / sitemap subset #rubocop_fixes
162
+ 95fe7a6 PWN::Plugins::BurpSuite && PWN::Plugins::Zaproxy modules - simplify obtaining sitemap / sitemap subset
163
+ 19a207f Merge pull request #827 from ninp0/master
164
+ a2105c5 pwn_zaproxy_rest_api_scan Driver - pass additional_http_headers to #import_openapi_to_sitemap method
165
+ 719a2f6 Merge pull request #826 from ninp0/master
166
+ 8a2220a PWN::Plugins::BurpSuite && PWN::Plugins::Zaproxy modules / pwn_burp_suite_pro_active_* && pwn_zaproxy_active_* Drivers - cleaner headless handling, code cleanup, etc.
167
+ 3a2981f Merge pull request #825 from ninp0/master
168
+ 74cc01c pwn_zaproxy_rest_api_scan Driver - pass the api_key to #start method && headless #bugixes in zaproxy/burpsuite pro drivers
169
+ 6311bbc Merge pull request #824 from ninp0/master
170
+ e1cb1fa PWN::Plugins::Zaproxy module - session #bugfixes and enhancements when running headless
171
+ 27a7794 Merge pull request #823 from ninp0/master
172
+ f3a3dea PWN::Plugins::Zaproxy module - enhance search capability within #find_har_entries method
173
+ bb9e7ae Merge pull request #822 from ninp0/master
174
+ c82f6e1 PWN::Plugins::Zaproxy && PWN::Plugins::BurpSuite modules - multiple #bugfixes and enhancements
175
+ 1caf1a0 Merge pull request #821 from ninp0/master
176
+ 62aa5a8 PWN::Plugins::Zaproxy module - implement methods: #get_sitemap, #add_requester_tab, && multiple #bugfixes
177
+ 32be1d5 Merge pull request #820 from ninp0/master
178
+ f754d75 pwn_zaproxy_active_rest_api_scan Driver - implement --additional_http_headers parameter #bugfix
179
+ dfba781 Merge pull request #819 from ninp0/master
180
+ ab7f1f7 pwn_zaproxy_active_rest_api_scan Driver - implement --additional_http_headers parameter
181
+ fc1ef3b Merge pull request #818 from ninp0/master
182
+ feb3be9 pwn_zaproxy_active_scan Driver - implement --in_scope and --exclude_paths parameters
183
+ cff0a5c Merge pull request #817 from ninp0/master
184
+ 6b81168 PWN::Plugins::BurpSuite module - Implement CRUD methods for repeater
185
+ 78a943c Merge pull request #816 from ninp0/master
data/README.md CHANGED
@@ -37,7 +37,7 @@ $ cd /opt/pwn
37
37
  $ ./install.sh
38
38
  $ ./install.sh ruby-gem
39
39
  $ pwn
40
- pwn[v0.5.499]:001 >>> PWN.help
40
+ pwn[v0.5.500]:001 >>> PWN.help
41
41
  ```
42
42
 
43
43
  [![Installing the pwn Security Automation Framework](https://raw.githubusercontent.com/0dayInc/pwn/master/documentation/pwn_install.png)](https://youtu.be/G7iLUY4FzsI)
@@ -52,7 +52,7 @@ $ rvm use ruby-3.4.4@pwn
52
52
  $ gem uninstall --all --executables pwn
53
53
  $ gem install --verbose pwn
54
54
  $ pwn
55
- pwn[v0.5.499]:001 >>> PWN.help
55
+ pwn[v0.5.500]:001 >>> PWN.help
56
56
  ```
57
57
 
58
58
  If you're using a multi-user install of RVM do:
@@ -62,7 +62,7 @@ $ rvm use ruby-3.4.4@pwn
62
62
  $ rvmsudo gem uninstall --all --executables pwn
63
63
  $ rvmsudo gem install --verbose pwn
64
64
  $ pwn
65
- pwn[v0.5.499]:001 >>> PWN.help
65
+ pwn[v0.5.500]:001 >>> PWN.help
66
66
  ```
67
67
 
68
68
  PWN periodically upgrades to the latest version of Ruby which is reflected in `/opt/pwn/.ruby-version`. The easiest way to upgrade to the latest version of Ruby from a previous PWN installation is to run the following script:
@@ -170,11 +170,14 @@ module PWN
170
170
  response = Base64.strict_decode64(response)
171
171
 
172
172
  # If sitemap comment and highlight color exists, use that instead of re-analyzing
173
- sitemap_entry = sitemap.find do |sitemap_item|
174
- sitemap_item[:http_service][:host] == host &&
175
- sitemap_item[:http_service][:port] == port &&
176
- sitemap_item[:http_service][:protocol] == protocol &&
177
- sitemap_item[:request] == entry[:request]
173
+ sitemap_entry = nil
174
+ if sitemap.any?
175
+ sitemap_entry = sitemap.find do |site|
176
+ site[:http_service][:host] == host &&
177
+ site[:http_service][:port] == port &&
178
+ site[:http_service][:protocol] == protocol &&
179
+ site[:request] == entry[:request]
180
+ end
178
181
  end
179
182
 
180
183
  if sitemap_entry.nil?
data/lib/pwn/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PWN
4
- VERSION = '0.5.499'
4
+ VERSION = '0.5.500'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pwn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.499
4
+ version: 0.5.500
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.