pwn 0.5.299 → 0.5.300

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: af46a593739423417d1dd15c931f7f37c55ed52926549f004968d546e7586205
4
- data.tar.gz: 8692d44970df90db4f6a93a14918b7af5ef77fa10082e3f222431ce8b0ab230f
3
+ metadata.gz: 29a28418243b69187a691144f02e98af2035b5677a97d695e6d754647e690bfa
4
+ data.tar.gz: 2b051a9224368f45365850f9ca63db4a14877551fd5e1311462bc6a243e4f2dc
5
5
  SHA512:
6
- metadata.gz: 8836abe59e41a4cca98606832090f847cc3b4882b3009fd758745ec4743eda1f09464c0a06182f1761d136be8689b6fdc644d2a6a4d01ca6a0457f0ac4bb6eff
7
- data.tar.gz: 1297d4272044241237fc52d22a8bd6d00e9c9e39e67e9144685bf387819be86e3df1f9695fc5a3ef464502c57a2ed8ad75f54129695343d923dccec84ad93cfe
6
+ metadata.gz: 8639069688fd8690d32087827d7e07267a773fa1e3fa52d5ed31b606261fa566e19b78a32e6a080ce3f26da49e59acac4e6046451177091e11dbc0c23f3f4caa
7
+ data.tar.gz: f428cb4e47d8a4c6335ac4cebca99b0fb9206a12b62e60c11ac5de5b3ff62010356ac649f7e50b20d73e7e05efd9e6aea14513651a9d3ac0030230cef06cdf2d
@@ -1,190 +1,180 @@
1
- 110e615 Merge pull request #658 from ninp0/master
2
- 6258d66 PWN::Plugins::TransparentBrowser module - update #open method to default to debugger view when devtools: true and browser_type: :firefox. Implement #udpate_about_config method for Firefox as well
3
- ad70268 Merge pull request #657 from ninp0/master
4
- 7c25f44 PWN::Plugins::TransparentBrowser module - incognito sessions by default in #open method #no_persistent_cookies?
5
- 418029b Merge pull request #656 from ninp0/master
6
- fc484c1 PWN::Plugins::TransparentBrowser module - #bugfix in #open method to always start browsers maximized (when supported of course)
7
- e1cb5b8 Merge pull request #655 from ninp0/master
8
- 48e4735 PWN::Plugins::TransparentBrowser module - #bugfix in #toggle_devtools method
9
- e5209a6 PWN::Plugins::TransparentBrowser module - update to #new_tab method which reduces complexity when opening tabs
10
- 6849c76 Merge pull request #654 from ninp0/master
11
- 49ed078 PWN::Plugins::TransparentBrowser module - #bugfixes centered around opening devtools with console drawer, switching devtools panels, toggling devtools, etc.
12
- ba54d2f PWN::Plugins::TransparentBrowser module - #bugfixes centered around opening devtools with console drawer, switching devtools panels, toggling devtools, etc.
13
- 30d02ff PWN::Plugins::TransparentBrowser module - #bugfixes in #open method when devtools parameter == true
14
- b8f6d02 Merge pull request #653 from ninp0/master
15
- 421b19d PWN::Plugins::TransparentBrowser module - #bugfixes in #close_tab method
16
- e2aadd0 PWN::Plugins::TransparentBrowser module - #bugfix in #close_tab method
17
- 8435896 Merge pull request #652 from ninp0/master
18
- ac8e9b9 PWN::Plugins::TransparentBrowser module - #bugfix in #close_tab method
19
- 7d2eaa8 Merge pull request #651 from ninp0/master
20
- a5f79ce PWN::Plugins::TransparentBrowser module - more bugfixes
21
- 0e4c6b3 Merge pull request #650 from ninp0/master
22
- b5f4636 PWN::Plugins::TransparentBrowser module - if with_devtools, open console drawer by default in #open && #new_tab methods. Also switch to an inactive tab if closing a tag thats currently active.
23
- ec1f6be Merge pull request #649 from ninp0/master
24
- bf79a6b PWN::Plugins::TransparentBrowser module - if with_devtools, open console drawer by default in #open && #new_tab methods
25
- d475c03 PWN::Plugins::TransparentBrowser module - add #jmp_devtools_panel && #toogle_devtools. Also rename #switch_tab method to #jmp_tab
26
- 4468437 Merge pull request #648 from ninp0/master
27
- 3bcbb26 PWN::Plugins::TransparentBrowser module - #bugfix in #new_tab method
28
- 57bb78f Merge pull request #647 from ninp0/master
29
- 6436eb1 PWN::Plugins::TransparentBrowser module - #bugfix in #new_tab method
30
- eda3c5d PWN::Plugins::TransparentBrowser module - #bugfix in #new_tab method
31
- fc0acd2 Merge pull request #646 from ninp0/master
32
- 0647c7f PWN::Plugins::TransparentBrowser module - update default url in #new_tab method from "about:blank" to "about:about"
33
- 37c4252 Merge pull request #645 from ninp0/master
34
- d5f443c PWN::Plugins::TransparentBrowser module - re-enable bidi as the tested chrome browser was running incompat chromedriver version + with_devtools #bugfix
35
- ca98e91 Merge pull request #644 from ninp0/master
36
- 243102f PWN::Plugins::TransparentBrowser module - comment out browser_obj[:bidi] until this error is addressed: `Failed to initialize BiDi Mapper: TypeError: Failed to set the innerHTML property on Element: This document requires TrustedHTML assignment.`
37
- 8cee663 Merge pull request #643 from ninp0/master
38
- 2579702 PWN::Plugins::TransparentBrowser module - change active key in all tab methods return objects to state and return same object format as other tab methods in #close_tab method
39
- 1f6667c Merge pull request #642 from ninp0/master
40
- b983acb PWN::Plugins::TransparentBrowser module - return hash object when calling #new_tab && #switch_tab methods + #bugfix
41
- 75fbbcf PWN::Plugins::TransparentBrowser module - return hash object when calling #new_tab && #switch_tab methods + #bugfix
42
- 70a452b Merge pull request #641 from ninp0/master
43
- a8a1c56 PWN::Plugins::TransparentBrowser module - return hash object when calling #new_tab method
44
- fba67cd Merge pull request #640 from ninp0/master
45
- d4fcaa2 PWN::Plugins::TransparentBrowser module - include headless as a browser_type for with_devtools
46
- 185db0d Merge pull request #639 from ninp0/master
47
- 47f3713 PWN::Plugins::TransparentBrowser module - return a bidi object in browser_obj when with_devtools option = true
48
- 5124563 Merge pull request #638 from ninp0/master
49
- 464319c PWN::Plugins::TransparentBrowser module - a lot of devtools enhancements
50
- e6c077d Merge pull request #637 from ninp0/master
51
- e3fcb45 PWN::Plugins::TransparentBrowser module - implement #devtools_console method for browser_type == :chrome && :firefox (including headless). Overhaul #find_elements_by_text and #dump_links methods
52
- c563239 Merge pull request #636 from ninp0/master
53
- 4cf676c PWN::Plugins::TransparentBrowser module - implement #devtools_console method for browser_type == :chrome
54
- 88cf250 Merge pull request #635 from ninp0/master
55
- 4ef3e2d .ruby-version - bump to 3.3.3
56
- 42ead41 Merge pull request #634 from ninp0/master
57
- d584b49 PWN::AWS::IAM module - implement #decode_key method. Useful for extracting account_id from access key ids
58
- a40a8a6 PWN::AWS::IAM module - implement #decode_key method. Useful for extracting account_id from access key ids
59
- ead2b64 Merge pull request #633 from ninp0/master
60
- eb4ae6f pwn_crt_sh Driver - report_path #bugfix
61
- 05c27ae Merge pull request #632 from ninp0/master
62
- d0251f6 pwn_crt_sh Driver - display result to STDOUT in addition to writing to JSON file
63
- be32d05 pwn_crt_sh Driver - Initial commit w/ basic list of subdomains
64
- f09efb9 pwn_crt_sh Driver - Initial commit w/ basic list of subdomains
65
- 2a8ea88 Merge pull request #631 from ninp0/master
66
- 6c74d5e PWN::Plugins::TransparentBrowser module - #bugfixes in #close method
67
- f18f61d Merge pull request #630 from ninp0/master
68
- a956e46 PWN::Plugins::TransparentBrowser module - #bugfixes in #close method
69
- 4d3fe84 Merge pull request #629 from ninp0/master
70
- 4e8a680 pwn_www_uri_buster Driver - implement --include-response-codes and --exclude-response-codes #rubocop
71
- c9ddb07 Merge pull request #628 from ninp0/master
72
- 8835abe pwn_www_uri_buster Driver - implement --include-response-codes and --exclude-response-codes
73
- b6f6ce2 Merge pull request #627 from ninp0/master
74
- 6052c71 PWN::Plugins::TransparentBrowser module - configure logger to display to STDOUT w/ log level of error
75
- dd57a5d Merge pull request #626 from ninp0/master
76
- dd197af PWN::Plugins::ThreadPool module - regress to previous method #faster
77
- 1a4db55 Merge pull request #625 from ninp0/master
78
- 4bb4dd9 PWN::Plugins::IPInfo module - #bugfixes in #bruteforce_subdomain method
79
- dfc3e9a Merge pull request #624 from ninp0/master
80
- 5da2e6f PWN::Plugins::IPInfo module - handle multiple ip addresses if hostname returns more than one.
81
- f0f5d99 Merge pull request #623 from ninp0/master
82
- 6b82bd8 PWN::Plugins::IPInfo module - #bugfixes && implement new method #check_rfc1918
83
- e25d821 Merge pull request #622 from ninp0/master
84
- c9a05d7 PWN::Plugins::ThreadPool module - overhaul #fill method
85
- d2cd876 Merge pull request #621 from ninp0/master
86
- 8a28b6b PWN::Plugins::IPInfo module - proper JSON output to results_file within #bruteforce_subdomains method
87
- b1c7c0b Merge pull request #620 from ninp0/master
88
- d413c23 PWN::Plugins::IPInfo module - update usage in #help method
89
- 05603df Merge pull request #619 from ninp0/master
90
- 5a19084 PWN::Plugins::IPInfo module - implement #bruteforce_subdomains method
91
- 9b085a9 PWN::Plugins::IPInfo module - implement #bruteforce_subdomains method
92
- 9449de4 Merge pull request #618 from ninp0/master
93
- ac53e4f PWN::Plugins::OpenAI && PWN::Plugins::Ollama modules - implement spinner parameter for #chat methods when using pwn-irc command in pwn REPL
94
- 94c5696 Merge pull request #617 from ninp0/master
95
- 87f0763 pwn REPL - implement multiple LLM support for pwn-irc (e.g. OpenAI, Ollama via Open WebUI w/ its respective models, etc). Update PWN::Plugins::Ollama module to get working #chat method that works identically to #PWN::Plugins::OpenAI.chat method. This is to support AI agent collaboration / context switching / reduce cost of usage via pwn-irc command
96
- 3be8b75 Merge pull request #616 from ninp0/master
97
- aac1bee etc/pwn.yaml.EXAMPLE - share ninja w/ the tubes.
98
- 9be17b8 Merge pull request #615 from ninp0/master
99
- 8efad4f pwn REPL driver - prefer weechat IRC client over irssi to reduce complexity
100
- 33900ee Merge pull request #614 from ninp0/master
101
- b113f88 Merge branch 'master' of ssh://github.com/ninp0/pwn
102
- 6cad32a pwn REPL driver - prefer weechat IRC client over irssi #tweaks
103
- 867cf40 Merge pull request #613 from ninp0/master
104
- de679e6 pwn REPL driver - prefer weechat IRC client over irssi
105
- c01600c pwn REPL driver - prefer weechat IRC client over irssi
106
- e6ae14a Merge pull request #612 from ninp0/master
107
- 64ee00f pwn REPL driver - initial implementation of pwn-irc REPL command for AI agent orchestration #agi
108
- 6e350c5 Merge pull request #611 from ninp0/master
109
- 01081c9 pwn REPL - implement pwn-irc commmand to begin implementing AI agents #rubocop
110
- 9c99126 Merge branch 'master' of ssh://github.com/ninp0/pwn
111
- f23e9e5 pwn REPL - implement pwn-irc commmand to begin implementing AI agents #rubocop
112
- eef3e5d Merge pull request #610 from ninp0/master
113
- a93d908 pwn REPL - implement pwn-irc commmand to begin implementing AI agents
114
- 3e42dd8 Merge pull request #609 from ninp0/master
115
- abc0fcf PWN::Plugins::IRC module - #bugfix in #privmsg method
116
- 26db157 Merge pull request #608 from ninp0/master
117
- ccdcd17 PWN::Plugins::IRC module - change #send method to be privately scoped within the module.
118
- c25b6ff Merge pull request #607 from ninp0/master
119
- 5e452a1 PWN::Plugins::IRC module - add #ping, #pong, and #privmsg methods
120
- 4dce789 PWN::Plugins::IRC module - decouple join command from #connect method. Implement #join, #part, and #quits methods
121
- 61ca618 Merge pull request #606 from ninp0/master
122
- e5bac30 PWN::Plugins::IRC module - #bugfix in #listen mehthod
123
- e4f0961 Merge pull request #605 from ninp0/master
124
- 9d68d14 PWN::Plugins::IRC module - simplify #send mehthod
125
- e0cf1be Merge pull request #604 from ninp0/master
126
- 1acc118 PWN::Plugins::IRC module - #chomp message when logging to STDOUT in #listen method.
127
- 1e162e3 PWN::Plugins::IRC module - #chomp message when logging to STDOUT in #listen method.
128
- 83843be Merge pull request #603 from ninp0/master
129
- 7e440cd PWN::Plugins::IRC module - yield entire message when passing block to #listen method and replace #gets with #wait_readable method in #send method to ensure we can process a socket response in its entirety.
130
- 46c2e49 PWN::Plugins::IRC module - yeild entire message when passing block to #listen method and replace #gets with #wait_readable method in #send method to ensure we can process a socket response in its entirety.
131
- d2ed62e Merge pull request #602 from ninp0/master
132
- 6dfbf89 PWN::Plugins::IRC module - #bugfix in #listen method
133
- 4da3cb6 Merge pull request #601 from ninp0/master
134
- 332bbcb PWN::Plugins::IRC module - #rubocop_fix
135
- 3125829 Merge pull request #600 from ninp0/master
136
- e70fbeb Gemfile - remove cinch gem in favor of native PWN::Plugins::IRC client module to support AI agents
137
- 9fd5240 Merge pull request #599 from ninp0/master
138
- 0f145f0 Gemfile - add cinch for AI agent rollout
139
- 038de06 Merge pull request #598 from ninp0/master
140
- 9fabf07 PWN::Plugins::REPL module - start in Pry.main instead of self (i.e. PWN::Plugins::REPL) to enable proper autocompletion, session method definitions, etc.
141
- 8a6c57b Merge pull request #597 from ninp0/master
142
- f5e2343 PWN::Plugins::OpenAI module - change default model to gpt-4o for #chat method
143
- aedd2d0 Gemfile - bump altcomms
144
- 2f171a8 Merge pull request #596 from ninp0/master
145
- 50e8835 Gemfile - bump altcomms
146
- 1f50cec Merge pull request #595 from ninp0/master
147
- 7fc05e9 Gemfile - bump altcomms
148
- 0fe7b33 Merge pull request #594 from ninp0/master
149
- 0eca73f Gemfile - bump altcomms
150
- 9e7fb26 Merge pull request #593 from ninp0/master
151
- a85391b Gemfile - mqtt tx / rx support
152
- c5e18c2 Merge pull request #592 from ninp0/master
153
- 497c0b4 Gemfile - Bump alt comms to latest
154
- 44e56f3 Merge pull request #591 from ninp0/master
155
- 95a841f Gemfile - Bump alt comms to latest
156
- 0d5a609 Merge pull request #590 from ninp0/master
157
- 0992275 Gemfile - Bump alt comms to latest
158
- 5a74e71 Gemfile - Bump alt comms to latest
159
- 3b76005 Merge pull request #589 from ninp0/master
160
- 8b7f2a5 Gemfile - Bump alt comms to latest
161
- 26c0ca2 Merge pull request #588 from ninp0/master
162
- 79ad44c Gemfile - Bump alt comms to latest
163
- a8d7425 Merge pull request #587 from ninp0/master
164
- 97a5e0e Gemfile - Bump alt comms to latest
165
- 25980d4 Merge pull request #586 from ninp0/master
166
- 35679cc Gemfile - Bump alt comms to latest
167
- ab25b41 Merge pull request #585 from ninp0/master
168
- d6c8ec9 Gemfile - Bump alt comms to latest
169
- 72a02ca Merge pull request #584 from ninp0/master
170
- 5ad2a4b Gemfile - Bump alt comms to latest
171
- 79950a3 Merge pull request #583 from ninp0/master
172
- 087ab5b Gemfile - Bump alt comms to latest
173
- fd0be6d Merge pull request #582 from ninp0/master
174
- 1a798d8 Gemfile - Bump alt comms to latest
175
- 082aaf8 Merge pull request #581 from ninp0/master
176
- ae5c290 Gemfile - Bump alt comms to latest
177
- cdf7b22 Merge pull request #580 from ninp0/master
178
- 0897768 Gemfile - Bump alt comms to latest
179
- 295a0d0 Merge pull request #579 from ninp0/master
180
- da8e763 Replace request.pentest@0dayinc.com w/ support@0dayinc.com for all #authors methods and #rubocop tweaks
181
- f7de536 Merge pull request #578 from ninp0/master
182
- d412c52 Gemfile - Bump alt comms to latest
183
- c6c15f0 Merge pull request #577 from ninp0/master
184
- 892937f Gemfile - Bump alt comms to latest
185
- 4205355 Merge pull request #576 from ninp0/master
186
- 0b9db19 Gemfile - Bump alt comms to latest
187
- fdf4546 Merge pull request #575 from ninp0/master
188
- 66268ac Gemfile - Bump alt comms to latest
189
- 43fa953 Merge pull request #574 from ninp0/master
190
- 3575846 Merge pull request #573 from ninp0/master
1
+ 22b6ac6 Merge pull request #734 from ninp0/master
2
+ 2dd1517 PWN::Plugins::JiraServer module - attachment #bugfixes
3
+ a60f75b Merge pull request #733 from ninp0/master
4
+ 303df8c PWN::Plugins::JiraServer module - implement attachment support in #update_issue method, create #get_user method, and update usage in #help method
5
+ d50e2a0 Merge pull request #732 from ninp0/master
6
+ 4f43542 PWN::Plugins::JiraServer module - #bugfixes in #rest_call method
7
+ 96083c3 Merge pull request #731 from ninp0/master
8
+ 9671992 PWN::Plugins::JiraServer module - implement attachment support in #create_issue method and update usage in #help method
9
+ fc201e5 Merge pull request #730 from ninp0/master
10
+ eb14b6c PWN::Plugins::JiraServer module - add #update_issue && #delete_issue methods
11
+ ecb8846 Merge pull request #729 from ninp0/master
12
+ 11e0418 PWN::Plugins::JiraServer module - #bugfix in #create_issue method
13
+ 3c569a2 Merge pull request #728 from ninp0/master
14
+ d552c7c PWN::Plugins::JiraServer module - #bugfix in #rest_call method
15
+ f670236 Merge pull request #727 from ninp0/master
16
+ d2d9e8f PWN::Plugins::JiraServer module - #bugfix in #create_issue method
17
+ 74770c8 Merge pull request #726 from ninp0/master
18
+ b56164e PWN::Plugins::JiraServer module - #bugfixes in #create_issue method
19
+ 4870083 Merge pull request #725 from ninp0/master
20
+ 4186563 PWN::Plugins::JiraServer module - ensure `additional_fields` parameter contains the `:fields` key for streamlined merging in #create_issue method
21
+ 0be22c2 Merge pull request #724 from ninp0/master
22
+ 94239bb PWN::Plugins::JiraServer module - #bugfix in #get_all_fields && #create_issue methods
23
+ 6f2adcf Merge pull request #723 from ninp0/master
24
+ 27b924d PWN::Plugins::JiraServer module - implement #create_issue && #get_all_fields methods
25
+ c361ec5 Merge pull request #722 from ninp0/master
26
+ f82f9ba build_pwn_gem.sh - display funding information at the end of script
27
+ 12f4679 Merge pull request #721 from ninp0/master
28
+ 4efd4f0 PWN::Plugins::JiraServer module - update example `issue` parameter examples in #get_issue method
29
+ 8238c1c Merge pull request #720 from ninp0/master
30
+ bf8eead pwn.gemspec - Add sponsor link to support `bundle fund` command #rubocop_fix
31
+ 449792c Merge pull request #719 from ninp0/master
32
+ db5dd43 PWN::Plugins::JiraServer module - update example `base_api_uri` parameter examples in #help method
33
+ e7c2c20 Merge pull request #718 from ninp0/master
34
+ fab3c3d pwn.gemspec - Add sponsor link to support `bundle fund` command
35
+ e3742fa Merge pull request #717 from ninp0/master
36
+ 5ab2f40 PWN::Plugins::JiraServer module - add optional parameter `params` in #manual_call and #get_issue methods
37
+ eb7527b Merge pull request #716 from ninp0/master
38
+ 19e80a0 PWN::Plugins::JiraServer module - more descriptive error handling in rescue `RestClient::ExceptionWithResponse`
39
+ 0a7167a Merge pull request #715 from ninp0/master
40
+ 6a1cdbf #rubocop fixes
41
+ 97deda5 PWN::Plugins::JiraServer module - bugfix in rescue within #rest_call method
42
+ 13c16a8 Merge pull request #714 from ninp0/master
43
+ b3e8407 PWN::Plugins::VIN module - initial commit
44
+ 3543abe Merge pull request #713 from ninp0/master
45
+ 8e81734 PWN::Plugins::BlackDuckBinaryAnalysis module - update #help method
46
+ e53e08f Merge pull request #712 from ninp0/master
47
+ 4516786 PWN::Plugins::BlackDuckBinaryAnalysis module && pwn_bdba_scan Driver - Support SPDX report type withing #generate_product_report method
48
+ 7a4afa9 Merge pull request #711 from ninp0/master
49
+ 8c6c270 Gemfile - bump to latest gem versions
50
+ d11c5a1 Merge pull request #710 from ninp0/master
51
+ af14e9f .ruby-version - Bump to ruby-3.4.4
52
+ f864d02 Merge pull request #709 from ninp0/master
53
+ aecb567 All modules within `PWN::SAST` namespace - update NIST 800-53 URI values for `nist_800_53_uri` key in #security_references method #bugfixes
54
+ 62414c8 Merge pull request #708 from ninp0/master
55
+ f75da21 All modules within `PWN::SAST` namespace - update NIST 800-53 URI values for `nist_800_53_uri` key in #security_references method
56
+ 53fde1c Merge pull request #707 from ninp0/master
57
+ a52bae2 Packer provisioners - #bugfixes in aliases.rb && radare2.sh
58
+ c8e8a39 Merge pull request #706 from ninp0/master
59
+ 5317fb2 PWN::Banner::Radare2AI module - initial commmit
60
+ 9dee091 Packer aliases.sh provisioner - slight tweak to r2_prompt
61
+ a25de35 Merge pull request #705 from ninp0/master
62
+ cb42884 Packer aliases.sh provisioner - cleaner r2_prompt
63
+ 487080c Merge pull request #704 from ninp0/master
64
+ cf54811 Packer provisioner Radare2 - #bugfix in path to r2-pwn-layout
65
+ 994de46 Rubocop fixes
66
+ 3c97de9 Packer provisioner Radare2 - install decompiler and AI plugins && add r2 alias to aliases.sh
67
+ c30c6b1 Merge pull request #703 from ninp0/master
68
+ f9322b4 Gemfile - bump gem versions to latest
69
+ dacf572 install.sh - add Packer provisioner `bashrc.sh` to `ruby-gem` `pwn_deploy_type`
70
+ f64826a Merge pull request #702 from ninp0/master
71
+ 1d25a30 pwn_bdba_scan Driver - #bugfix in `--queue-timeout`, `--scan-attempts`, and `--sleep-between-scan-attempts`
72
+ b7466c0 Merge pull request #701 from ninp0/master
73
+ 32c4a79 PWN::Plugins::SonMicroRFID module - #rubocop
74
+ 275d477 PWN::Plugins::SonMicroRFID module - change authN in #read_tag method to be optional and false by default
75
+ e7be0e6 Merge pull request #700 from ninp0/master
76
+ e358e3c pwn_serial_son_micro_sm132_rfid Driver - add ability to update a single tag and refactor PWN::Plugins::SonMicroRFID for better stability
77
+ 5223320 pwn_serial_msr206 Driver - tweak in menu labels
78
+ 2064c4f Merge pull request #699 from ninp0/master
79
+ 11230fe pwn_serial_msr206 Driver - add ability to update a single card and refactor PWN::Plugins::MSR206 for better stability
80
+ 8d5b33f Merge pull request #698 from ninp0/master
81
+ b06af52 pwn_serial_msr206 - Minor #bugfixes in MSR206 driver
82
+ 6b8ab7c Merge pull request #697 from ninp0/master
83
+ 7edea37 Rubocop - auto-gen-config and implement fix in PWN::Plugins::XXD module
84
+ 6a9c1ea Gemfile - pull in latest gem versions
85
+ 520179d Gemfile - pull in latest gem versions per Dependabot alerts
86
+ 5d37ba7 Merge pull request #696 from ninp0/master
87
+ 68735ea Gemfile - pull in latest gem versions
88
+ 6d20ac2 Merge pull request #695 from ninp0/master
89
+ 034afc4 Gemfile - pull in latest gem versions
90
+ 974a73c Merge pull request #694 from ninp0/master
91
+ c030676 Gemfile - pull in latest gem versions
92
+ bef4609 Gemfile - pull in latest gem versions
93
+ 2b3096b Merge pull request #693 from ninp0/master
94
+ 1c539f8 Gemfile - pull in latest gem versions
95
+ d36a20b Merge pull request #692 from ninp0/master
96
+ 9cb54fc `rubocop --auto-gen-config`
97
+ c331c05 Gemfile - pull in latest gem versions
98
+ a26e739 Merge pull request #691 from ninp0/master
99
+ e4c332f Gemfile - pull in latest gem versions
100
+ 8cd388f Merge pull request #690 from ninp0/master
101
+ a048fc2 PWN::WWW::REPL module - #bugfixs in scope details for pwn-irc command (i.e. AI chat env)
102
+ b8ec447 Merge pull request #689 from ninp0/master
103
+ 57ce056 PWN::WWW::HackerOne module - return all data from graphql query in #get_scope_details method
104
+ 85808bf Merge pull request #688 from ninp0/master
105
+ e803d94 PWN::WWW::HackerOne module - implement #get_hacktivity method
106
+ 63ff432 Merge pull request #687 from ninp0/master
107
+ 4378666 Gemfile - pull in latest gem versions
108
+ 4278027 Merge pull request #686 from ninp0/master
109
+ f9fbec5 Gemfile - pull in latest gem versions
110
+ 86641b2 Merge pull request #685 from ninp0/master
111
+ fdede41 Gemfile - pull in latest gem versions
112
+ 255909a Merge pull request #684 from ninp0/master
113
+ 7f31110 Gemfile - pull in latest gem versions
114
+ a8731f8 Merge pull request #683 from ninp0/master
115
+ 3b6cd2e Gemfile - pull in latest gem versions
116
+ df928e0 Merge pull request #682 from ninp0/master
117
+ 69f2ed1 pwn_nmap_discover_tcp_udp - #bugfix in `unitialized constant FileUtils (NameError)`
118
+ 32b9752 Merge pull request #681 from ninp0/master
119
+ 65f69d7 Gemfile - bump version of meshtastic that eliminates conflict w/ wisper binaries and pulls in latest protobuf for meshtastic
120
+ 5e86d11 Merge pull request #680 from ninp0/master
121
+ 4be100e PWN::Plugins::FlipperZero module - #more_bugfixes
122
+ 8b74a2b PWN::Plugins::FlipperZero module - #bugfixes
123
+ e06ba71 PWN::Plugins::FlipperZero module - #tweaks
124
+ af5540e PWN::Plugins::FlipperZero module - Initial commit
125
+ d152d16 Merge pull request #679 from ninp0/master
126
+ 2568761 Gemfile && PWN::Plugins::Serial module - #bugfixes / migration #tweaks
127
+ 93234f9 Merge pull request #678 from ninp0/master
128
+ ea35d38 Gemfile && PWN::Plugins::Serial module - migrate deprecated serialport gem to uart gem :P
129
+ 8ede362 Ruby - bump version to 3.4.1
130
+ 8d9597e Merge pull request #677 from ninp0/master
131
+ 25354f1 PWN::Banners::Matrix module - add #you? method for fun animation
132
+ 353d3ed PWN::Banners::Matrix module - add #you? method for fun animation
133
+ a36646d Merge pull request #676 from ninp0/master
134
+ 73a53c6 PWN::Plugins::Vault - update usage for #edit and #help methods to include editor parameter
135
+ 2a5554c Merge pull request #675 from ninp0/master
136
+ 512ff1d PWN::Plugins::Vault - ensure editor path exists prior to decrypting file.
137
+ 9c3ce45 Merge pull request #674 from ninp0/master
138
+ 778f3e9 PWN::Plugins::DetectOS module - simplify #arch method
139
+ 0fdb24d PWN::Plugins::DetectOS module - add #endian method to simply its use in other modules, drivers, && sub-commands
140
+ ec5ad8b Merge pull request #673 from ninp0/master
141
+ 021ba5e pwn-asm sub-command in pwn REPL driver, PWN::Plugins::REPL, && PWN::Plugins::Assembly modules - Unless explicity overridden in pwn.yaml, ensure the pwn-asm subcommand in the pwn REPL driver defaults to the underlying CPU arch / endian values #minor_tweaks
142
+ 12628ea pwn-asm sub-command in pwn REPL driver, PWN::Plugins::REPL, && PWN::Plugins::Assembly modules - Unless explicity overridden in pwn.yaml, ensure the pwn-asm subcommand in the pwn REPL driver defaults to the underlying CPU arch / endian values
143
+ 5099dec Merge pull request #672 from ninp0/master
144
+ 4693f2e pwn-asm sub-command in pwn REPL driver, PWN::Plugins::REPL, && PWN::Plugins::Assembly modules - support manually overriding arch/endian in pwn-asm leveraging pwn.yaml config. Also add method in PWN::Plugins::Assembly module to list supported archs.
145
+ bf31499 Merge pull request #671 from ninp0/master
146
+ 7e8bcb9 PWN::Plugins::OpenAI module - #bugfixes in #create_fine_tune method
147
+ 9ac4b03 Merge pull request #670 from ninp0/master
148
+ e4e109e PWN::Plugins::OpenAI module && pwn_rdoc_to_jsonl - update API calls for fine tuning and format of JSONL dataset to upload
149
+ b56cbb8 PWN::Plugins::OpenAI module && pwn_rdoc_to_jsonl - update API calls for fine tuning and format of JSONL dataset to upload
150
+ d5eb2c8 pwn_rdoc_to_jsonl driver - dynamically generate fine-tune JSONL data for training LLMs in AI #ai_pwn #slight_tweak
151
+ 4879528 pwn_rdoc_to_jsonl driver - dynamically generate fine-tune JSONL data for training LLMs in AI #ai_pwn
152
+ 766b2f6 Merge pull request #669 from ninp0/master
153
+ 9eea050 PWN::Plugins::BlackDuckBinaryAnalysis module - update base URI for API
154
+ d4cf53c PWN::Plugins::BlackDuckBinaryAnalysis module - update base URI for API
155
+ 439e167 Merge pull request #668 from ninp0/master
156
+ ac98160 PWN::Plugins::DefectDojo module - return all engagements without overloading server via #engagement_list method
157
+ c7218e7 Merge pull request #667 from ninp0/master
158
+ 46d8c8f README.md - sync up PWN::VERSION value
159
+ 8c81963 Merge pull request #666 from ninp0/master
160
+ 11ad596 PWN drivers - ensure all PWN drivers contain "frozen_string_literal: true"
161
+ 6cac60b Merge pull request #665 from ninp0/master
162
+ 5e42dd8 PWN::Plugins::REPL module - #bugfix in pwn-ai command when API key does not support a given model
163
+ 04bbcf8 Merge pull request #664 from ninp0/master
164
+ dd1e5e9 Gemfile - add ostruct gem to suppress warnings that it is no longer included in the standard library
165
+ e23da99 reinstall_pwn_gemset.sh - workaround for serialport gem installation
166
+ abe5ef3 Gemfile - bump versions to latest
167
+ 9fcdd41 Gemfile - bump versions to latest
168
+ 04c341f PWN::Plugins::OpenAI && PWN::Plugins::REPL modules - Enhance AI capabilities within pwn-ai REPL environment
169
+ dfb5f81 Merge pull request #663 from ninp0/master
170
+ 3792cb1 .ruby-version - Bump to 3.3.5
171
+ 334ace0 Merge pull request #662 from ninp0/master
172
+ 147ca25 pwn_web_cache_deception Driver - Rubocop fix
173
+ 6f7e544 PWN::Plugins::OpenAI - update default LLM model to latest gpt-4o model made publicly available
174
+ 95e4655 Merge pull request #661 from ninp0/master
175
+ 8f3bd25 PWN::Plugins::TransparentBrowser module - reveal "optimized" JavaScript variables when devtools: true when using Firefox
176
+ 089fa4c PWN::Plugins::TransparentBrowser module - reveal "optimized" JavaScript variables when devtools: true when isong Firefox
177
+ 913a8a4 Merge pull request #660 from ninp0/master
178
+ d2f2e82 pwn.gemspec - #rubocop && PWN::Plugins::OpenAI module - update default model to gpt-4o-2024-05-13
179
+ eca0901 .ruby-version - Bump to 3.3.4
180
+ 36718ad Merge pull request #659 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.299]:001 >>> PWN.help
40
+ pwn[v0.5.300]: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.299]:001 >>> PWN.help
55
+ pwn[v0.5.300]: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.299]:001 >>> PWN.help
65
+ pwn[v0.5.300]: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:
@@ -219,7 +219,7 @@ module PWN
219
219
  # description: 'optional - description of the issue',
220
220
  # epic_name: 'optional - name of the epic',
221
221
  # additional_fields: 'optional - additional fields to set in the issue (e.g. labels, components, custom fields, etc.)'
222
- # attachments: 'optional - array of attachment paths to upload to the issue (e.g. ["/path/to/file1.txt", "/path/to/file2.png"])'
222
+ # attachment: 'optional - attachment path to upload to the issue (e.g. "/path/to/file1.txt")'
223
223
  # )
224
224
 
225
225
  public_class_method def self.create_issue(opts = {})
@@ -243,8 +243,8 @@ module PWN
243
243
  additional_fields = opts[:additional_fields] ||= { fields: {} }
244
244
  raise 'ERROR: additional_fields Hash must contain a :fields key that is also a Hash.' unless additional_fields.is_a?(Hash) && additional_fields.key?(:fields) && additional_fields[:fields].is_a?(Hash)
245
245
 
246
- attachments = opts[:attachments] ||= []
247
- raise 'ERROR: attachments must be an Array.' unless attachments.is_a?(Array)
246
+ attachment = opts[:attachment]
247
+ raise "ERROR: #{attachment} not found." unless attachment.nil? || File.exist?(attachment)
248
248
 
249
249
  all_fields = get_all_fields(base_api_uri: base_api_uri, token: token)
250
250
  epic_name_field_key = all_fields.find { |field| field[:name] == 'Epic Name' }[:id]
@@ -275,12 +275,12 @@ module PWN
275
275
  http_body: http_body
276
276
  )
277
277
 
278
- if attachments.any?
278
+ if attachment.any?
279
279
  issue = issue_resp[:key]
280
280
 
281
281
  http_body = {
282
282
  multipart: true,
283
- file: attachments.map { |attachment| File.binread(attachment) }
283
+ file: File.new(attachment, 'rb')
284
284
  }
285
285
 
286
286
  rest_call(
@@ -302,7 +302,7 @@ module PWN
302
302
  # base_api_uri: 'required - base URI for Jira (e.g. https:/jira.corp.com/rest/api/latest)',
303
303
  # token: 'required - personal access token',
304
304
  # fields: 'required - fields to update in the issue (e.g. summary, description, labels, components, custom fields, etc.)',
305
- # attachments: 'optional - array of attachment paths to upload to the issue (e.g. ["/path/to/file1.txt", "/path/to/file2.png"])'
305
+ # attachment: 'optional - attachment path to upload to the issue (e.g. "/path/to/file1.txt")'
306
306
  # )
307
307
 
308
308
  public_class_method def self.update_issue(opts = {})
@@ -318,7 +318,8 @@ module PWN
318
318
  fields = opts[:fields] ||= { fields: {} }
319
319
  raise 'ERROR: fields Hash must contain a :fields key that is also a Hash.' unless fields.is_a?(Hash) && fields.key?(:fields) && fields[:fields].is_a?(Hash)
320
320
 
321
- attachments = opts[:attachments] ||= []
321
+ attachment = opts[:attachment]
322
+ raise "ERROR: #{attachment} not found." unless File.exist?(attachment) || attachment.nil?
322
323
 
323
324
  http_body = fields
324
325
 
@@ -330,10 +331,10 @@ module PWN
330
331
  http_body: http_body
331
332
  )
332
333
 
333
- if attachments.any?
334
+ if attachment.any?
334
335
  http_body = {
335
336
  multipart: true,
336
- file: attachments.map { |attachment| File.binread(attachment) }
337
+ file: File.new(attachment, 'rb')
337
338
  }
338
339
 
339
340
  rest_call(
@@ -419,7 +420,7 @@ module PWN
419
420
  description: 'optional - description of the issue',
420
421
  epic_name: 'optional - name of the epic',
421
422
  additional_fields: 'optional - additional fields to set in the issue (e.g. labels, components, custom fields, etc.)',
422
- attachments: 'optional - array of attachment paths to upload to the issue (e.g. [\"/path/to/file1.txt\", \"/path/to/file2.png\"])'
423
+ attachment: 'optional - attachment path to upload to the issue (e.g. \"/path/to/file1.txt\")'
423
424
  )
424
425
 
425
426
  issue_resp = #{self}.update_issue(
@@ -427,7 +428,7 @@ module PWN
427
428
  token: 'required - personal access token',
428
429
  issue: 'required - issue to update (e.g. Bug, Issue, Story, or Epic ID)',
429
430
  fields: 'required - fields to update in the issue (e.g. summary, description, labels, components, custom fields, etc.)',
430
- attachments: 'optional - array of attachment paths to upload to the issue (e.g. [\"/path/to/file1.txt\", \"/path/to/file2.png\"])'
431
+ attachment: 'optional - attachment path to upload to the issue (e.g. \"/path/to/file1.txt\")'
431
432
  )
432
433
 
433
434
  issue_resp = #{self}.delete_issue(
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.299'
4
+ VERSION = '0.5.300'
5
5
  end
data/lib/pwn.rb CHANGED
@@ -16,6 +16,7 @@ module PWN
16
16
  autoload :SAST, 'pwn/sast'
17
17
  autoload :WWW, 'pwn/www'
18
18
  # TODO: If pwn.yaml is present, attempt to decrypt it, and initialize the YAML config
19
+ # Do this within PWN::Plugins::AuthenticationHelper?
19
20
 
20
21
  # Display a List of Every PWN Module
21
22
 
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.299
4
+ version: 0.5.300
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.