pwn 0.5.454 → 0.5.455

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: aed16afd310606181c270f790e5d0ca4f01dc445079567529e6e97ca0af76a36
4
- data.tar.gz: 0b8dbd25d99f28c387197b1277a5b38fdd2b4057630de4871dac0dff9d0fc3fd
3
+ metadata.gz: d27680bfbc567a6773d9ed561acefcf86ddb4423cf20378d578fd67d999cfdf7
4
+ data.tar.gz: 84c2a2424ae958d275a4d0d1d1e69d7931f4d495fd99d9182af419cab89c54a8
5
5
  SHA512:
6
- metadata.gz: 8366e85a05f0ca4bac9f0e437475ebe1b940c0ba989fad3de6456c852f55bee610420bdcb62cebe8d8554f28e000fb40ffa2a0b75e59e6b389b5fb51a9518b5b
7
- data.tar.gz: 4ba3401047fd228b509cf3c51392de3f32b4102cd229ee88d8b5dc244889a20b379f37db9eafcf754d5c0537b36218f7a9ba542eda0436df08fef193380d59ff
6
+ metadata.gz: 0d6b07c60bcdfaf0f900889ac7415ecb5912bb714e997c5bf5901a849597d6a691d9427c58bd76947a55fcf829aae34c385b08c2e6ba021c2b16a070d2cdf698
7
+ data.tar.gz: 07a6e245e9aceedd59b624a846f4f2e73ea03014ffadfddba5aaf87d52c49d159846baceeef7511504e224f8c29630bcce43a6f706ed305bb1328e1bc1d8297c
data/Gemfile CHANGED
@@ -31,7 +31,7 @@ gem 'executable-hooks', '1.7.1'
31
31
  gem 'faker', '3.5.2'
32
32
  gem 'faye-websocket', '0.12.0'
33
33
  gem 'ffi', '1.17.2'
34
- gem 'fftw3', '0.3'
34
+ # gem 'fftw3', '0.3'
35
35
  gem 'gdb', '1.0.0'
36
36
  gem 'gem-wrappers', '1.4.0'
37
37
  gem 'geocoder', '1.8.6'
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.454]:001 >>> PWN.help
40
+ pwn[v0.5.455]: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.454]:001 >>> PWN.help
55
+ pwn[v0.5.455]: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.454]:001 >>> PWN.help
65
+ pwn[v0.5.455]: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:
data/bin/pwn_phone CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
  # frozen_string_literal: true
3
3
 
4
- require 'fftw3'
4
+ # require 'fftw3'
5
5
  require 'fileutils'
6
6
  require 'pwn'
7
7
  require 'ruby-audio'
data/lib/pwn/config.rb CHANGED
@@ -13,7 +13,7 @@ module PWN
13
13
  public_class_method def self.redact_sensitive_artifacts(opts = {})
14
14
  config = opts[:config] ||= PWN::Env
15
15
 
16
- sensitive_keys = %i[api_key key paswword psks token]
16
+ sensitive_keys = %i[api_key key pass password psk token]
17
17
 
18
18
  # Transform values at the current level: redact sensitive keys
19
19
  config.transform_values.with_index do |v, k|
@@ -46,7 +46,7 @@ module PWN
46
46
  # env = PWN::Config.default_env
47
47
  public_class_method def self.default_env(opts = {})
48
48
  pwn_env_path = opts[:pwn_env_path]
49
- pwn_dec_path = "#{File.dirname(pwn_env_path)}/pwn.decryptor.yaml"
49
+ pwn_dec_path = "#{pwn_env_path}.decryptor"
50
50
 
51
51
  puts "
52
52
  [*] NOTICE:
@@ -87,7 +87,7 @@ module PWN
87
87
  }
88
88
  },
89
89
  plugins: {
90
- asm: { arch: PWN::Plugins::DetectOS.arch, endian: PWN::Plugins::DetectOS.endian },
90
+ asm: { arch: PWN::Plugins::DetectOS.arch, endian: PWN::Plugins::DetectOS.endian.to_s },
91
91
  blockchain: {
92
92
  bitcoin: {
93
93
  rpc_host: 'localhost',
@@ -120,9 +120,23 @@ module PWN
120
120
  },
121
121
  hunter: { api_key: 'hunter.how API Key' },
122
122
  meshtastic: {
123
- psks: {
124
- LongFast: 'AQ==',
125
- PWN: 'required - PSK for pwn channel'
123
+ mqtt: {
124
+ host: 'mqtt.meshtastic.org',
125
+ port: 1883,
126
+ user: 'meshdev',
127
+ pass: 'large4cats'
128
+ },
129
+ channel: {
130
+ LongFast: {
131
+ psk: 'AQ==',
132
+ region: 'US/<STATE>',
133
+ channel_topic: '2/e/#'
134
+ },
135
+ PWN: {
136
+ psk: 'required - PSK for pwn channel',
137
+ region: 'US/<STATE>',
138
+ channel_topic: '2/e/PWN/#'
139
+ }
126
140
  }
127
141
  },
128
142
  shodan: { api_key: 'SHODAN API Key' }
@@ -152,7 +166,7 @@ module PWN
152
166
  # Supported Method Parameters::
153
167
  # PWN::Config.refresh_env(
154
168
  # pwn_env_path: 'optional - Path to pwn.yaml file. Defaults to ~/.pwn/pwn.yaml',
155
- # pwn_dec_path: 'optional - Path to pwn.decryptor.yaml file. Defaults to ~/.pwn/pwn.decryptor.yaml'
169
+ # pwn_dec_path: 'optional - Path to pwn.yaml.decryptor file. Defaults to ~/.pwn/pwn.yaml.decryptor'
156
170
  # )
157
171
 
158
172
  public_class_method def self.refresh_env(opts = {})
@@ -163,27 +177,24 @@ module PWN
163
177
  return default_env(pwn_env_path: pwn_env_path) unless File.exist?(pwn_env_path)
164
178
 
165
179
  is_encrypted = PWN::Plugins::Vault.file_encrypted?(file: pwn_env_path)
180
+ raise "PWN Environment (#{pwn_env_path}) is not encrypted! Use PWN::Vault.create(file: '#{pwn_env_path}', decryptor_file: '#{pwn_env_path}.decryptor') to encrypt it." unless is_encrypted
166
181
 
167
- if is_encrypted
168
- pwn_dec_path = opts[:pwn_dec_path] ||= "#{pwn_env_root}/pwn.decryptor.yaml"
169
- raise "PWN Decryptor (#{pwn_dec_path}) does not exist!" unless File.exist?(pwn_dec_path)
182
+ pwn_dec_path = opts[:pwn_dec_path] ||= "#{pwn_env_path}.decryptor"
183
+ raise "PWN Decryptor (#{pwn_dec_path}) does not exist!" unless File.exist?(pwn_dec_path)
170
184
 
171
- pwn_decryptor = YAML.load_file(pwn_dec_path, symbolize_names: true)
185
+ pwn_decryptor = YAML.load_file(pwn_dec_path, symbolize_names: true)
172
186
 
173
- key = opts[:key] ||= pwn_decryptor[:key] ||= ENV.fetch('PWN_DECRYPTOR_KEY')
174
- key = PWN::Plugins::AuthenticationHelper.mask_password(prompt: 'Decryption Key') if key.nil?
187
+ key = opts[:key] ||= pwn_decryptor[:key] ||= ENV.fetch('PWN_DECRYPTOR_KEY')
188
+ key = PWN::Plugins::AuthenticationHelper.mask_password(prompt: 'Decryption Key') if key.nil?
175
189
 
176
- iv = opts[:iv] ||= pwn_decryptor[:iv] ||= ENV.fetch('PWN_DECRYPTOR_IV')
177
- iv = PWN::Plugins::AuthenticationHelper.mask_password(prompt: 'Decryption IV') if iv.nil?
190
+ iv = opts[:iv] ||= pwn_decryptor[:iv] ||= ENV.fetch('PWN_DECRYPTOR_IV')
191
+ iv = PWN::Plugins::AuthenticationHelper.mask_password(prompt: 'Decryption IV') if iv.nil?
178
192
 
179
- env = PWN::Plugins::Vault.dump(
180
- file: pwn_env_path,
181
- key: key,
182
- iv: iv
183
- )
184
- else
185
- env = YAML.load_file(pwn_env_path, symbolize_names: true)
186
- end
193
+ env = PWN::Plugins::Vault.dump(
194
+ file: pwn_env_path,
195
+ key: key,
196
+ iv: iv
197
+ )
187
198
 
188
199
  valid_ai_engines = PWN::AI.help.reject { |e| e.downcase == :introspection }.map(&:downcase)
189
200
 
@@ -255,7 +266,7 @@ module PWN
255
266
 
256
267
  #{self}.refresh_env(
257
268
  pwn_env_path: 'optional - Path to pwn.yaml file. Defaults to ~/.pwn/pwn.yaml',
258
- pwn_dec_path: 'optional - Path to pwn.decryptor.yaml file. Defaults to ~/.pwn/pwn.decryptor.yaml'
269
+ pwn_dec_path: 'optional - Path to pwn.yaml.decryptor file. Defaults to ~/.pwn/pwn.yaml.decryrptor'
259
270
  )
260
271
 
261
272
  #{self}.authors
@@ -7,7 +7,7 @@ require 'nokogiri'
7
7
  require 'openssl'
8
8
  require 'rest-client'
9
9
  require 'securerandom'
10
- require 'selenium/devtools/v140'
10
+ require 'selenium/devtools'
11
11
  require 'selenium/webdriver'
12
12
  require 'socksify'
13
13
  require 'timeout'
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.454'
4
+ VERSION = '0.5.455'
5
5
  end
@@ -7,7 +7,7 @@
7
7
  {"messages":[{"role":"user","content":"PWN::AI::Grok.help Usage"},{"role":"assistant","content":"`PWN::AI::Grok.help`: "}]}
8
8
  {"messages":[{"role":"user","content":"PWN::AI::Introspection.authors Usage"},{"role":"assistant","content":"`PWN::AI::Introspection.authors`: Author(s)\n\n0day Inc. <support@0dayinc.com>\n"}]}
9
9
  {"messages":[{"role":"user","content":"PWN::AI::Introspection.help Usage"},{"role":"assistant","content":"`PWN::AI::Introspection.help`: "}]}
10
- {"messages":[{"role":"user","content":"PWN::AI::Introspection.reflect Usage"},{"role":"assistant","content":"`PWN::AI::Introspection.reflect`: Supported Method Parameters\n\nresponse = PWN::AI::Introspection.reflect(\n\nrequest: 'required - String - What you want the AI to reflect on'\n\n)\n"}]}
10
+ {"messages":[{"role":"user","content":"PWN::AI::Introspection.reflect_on Usage"},{"role":"assistant","content":"`PWN::AI::Introspection.reflect_on`: Supported Method Parameters\n\nresponse = PWN::AI::Introspection.reflect_on(\n\nrequest: 'required - String - What you want the AI to reflect on',\nsystem_role_content: 'optional - context to set up the model behavior for reflection'\n\n)\n"}]}
11
11
  {"messages":[{"role":"user","content":"PWN::AI::Ollama.authors Usage"},{"role":"assistant","content":"`PWN::AI::Ollama.authors`: Author(s)\n\n0day Inc. <support@0dayinc.com>\n"}]}
12
12
  {"messages":[{"role":"user","content":"PWN::AI::Ollama.chat Usage"},{"role":"assistant","content":"`PWN::AI::Ollama.chat`: Supported Method Parameters\n\nresponse = PWN::AI::Ollama.chat(\n\nrequest: 'required - message to ChatGPT'\nmodel: 'optional - model to use for text generation (defaults to PWN::Env[:ai][:ollama][:model])',\ntemp: 'optional - creative response float (deafults to PWN::Env[:ai][:ollama][:temp])',\nsystem_role_content: 'optional - context to set up the model behavior for conversation (Default: PWN::Env[:ai][:ollama][:system_role_content])',\nresponse_history: 'optional - pass response back in to have a conversation',\nspeak_answer: 'optional speak answer using PWN::Plugins::Voice.text_to_speech (Default: nil)',\ntimeout: 'optional timeout in seconds (defaults to 300)',\nspinner: 'optional - display spinner (defaults to false)'\n\n)\n"}]}
13
13
  {"messages":[{"role":"user","content":"PWN::AI::Ollama.get_models Usage"},{"role":"assistant","content":"`PWN::AI::Ollama.get_models`: Supported Method Parameters\n\nresponse = PWN::AI::Ollama.get_models\n"}]}
@@ -458,9 +458,15 @@
458
458
  {"messages":[{"role":"user","content":"PWN::Blockchain::ETH.get_latest_block Usage"},{"role":"assistant","content":"`PWN::Blockchain::ETH.get_latest_block`: Supported Method Parameters\n\nlatest_block = PWN::Blockchain::ETH.get_latest_block(\n\ntoken: 'optional - API token for higher rate limits'\n\n)\n"}]}
459
459
  {"messages":[{"role":"user","content":"PWN::Blockchain::ETH.help Usage"},{"role":"assistant","content":"`PWN::Blockchain::ETH.help`: "}]}
460
460
  {"messages":[{"role":"user","content":"PWN::Config.authors Usage"},{"role":"assistant","content":"`PWN::Config.authors`: Author(s)\n\n0day Inc. <support@0dayinc.com>\n"}]}
461
+ {"messages":[{"role":"user","content":"PWN::Config.default_env Usage"},{"role":"assistant","content":"`PWN::Config.default_env`: Supported Method Parameters\n\nenv = PWN::Config.default_env\n"}]}
461
462
  {"messages":[{"role":"user","content":"PWN::Config.help Usage"},{"role":"assistant","content":"`PWN::Config.help`: "}]}
462
- {"messages":[{"role":"user","content":"PWN::Config.minimal_env Usage"},{"role":"assistant","content":"`PWN::Config.minimal_env`: Supported Method Parameters\n\nenv = PWN::Config.minimal_env\n"}]}
463
+ {"messages":[{"role":"user","content":"PWN::Config.init_driver_options Usage"},{"role":"assistant","content":"`PWN::Config.init_driver_options`: Supported Method Parameters\n\nenv = PWN::Config.init_driver_options\n"}]}
464
+ {"messages":[{"role":"user","content":"PWN::Config.redact_sensitive_artifacts Usage"},{"role":"assistant","content":"`PWN::Config.redact_sensitive_artifacts`: Supported Method Parameters\n\nPWN::Config.redact_sensitive_artifacts(\n\nconfig: 'optional - Hash to redact sensitive artifacts from. Defaults to PWN::Env'\n\n)\n"}]}
463
465
  {"messages":[{"role":"user","content":"PWN::Config.refresh_env Usage"},{"role":"assistant","content":"`PWN::Config.refresh_env`: Supported Method Parameters\n\nPWN::Config.refresh_env(\n\npwn_env_path: 'optional - Path to pwn.yaml file. Defaults to ~/.pwn/pwn.yaml',\npwn_dec_path: 'optional - Path to pwn.decryptor.yaml file. Defaults to ~/.pwn/pwn.decryptor.yaml'\n\n)\n"}]}
466
+ {"messages":[{"role":"user","content":"PWN::Driver.authors Usage"},{"role":"assistant","content":"`PWN::Driver.authors`: Author(s)\n\n0day Inc. <support@0dayinc.com>\n"}]}
467
+ {"messages":[{"role":"user","content":"PWN::Driver.help Usage"},{"role":"assistant","content":"`PWN::Driver.help`: "}]}
468
+ {"messages":[{"role":"user","content":"PWN::Driver::Parser.new Usage"},{"role":"assistant","content":"`PWN::Driver::Parser.new`: "}]}
469
+ {"messages":[{"role":"user","content":"PWN::Driver::Parser.parse! Usage"},{"role":"assistant","content":"`PWN::Driver::Parser.parse!`: "}]}
464
470
  {"messages":[{"role":"user","content":"PWN::FFI.help Usage"},{"role":"assistant","content":"`PWN::FFI.help`: "}]}
465
471
  {"messages":[{"role":"user","content":"PWN::FFI::Stdio.authors Usage"},{"role":"assistant","content":"`PWN::FFI::Stdio.authors`: Author(s)\n\n0day Inc. <support@0dayinc.com>\n"}]}
466
472
  {"messages":[{"role":"user","content":"PWN::FFI::Stdio.help Usage"},{"role":"assistant","content":"`PWN::FFI::Stdio.help`: "}]}
@@ -903,7 +909,7 @@
903
909
  {"messages":[{"role":"user","content":"PWN::Plugins::REPL.authors Usage"},{"role":"assistant","content":"`PWN::Plugins::REPL.authors`: Author(s)\n\n0day Inc. <support@0dayinc.com>\n"}]}
904
910
  {"messages":[{"role":"user","content":"PWN::Plugins::REPL.help Usage"},{"role":"assistant","content":"`PWN::Plugins::REPL.help`: "}]}
905
911
  {"messages":[{"role":"user","content":"PWN::Plugins::REPL.refresh_ps1_proc Usage"},{"role":"assistant","content":"`PWN::Plugins::REPL.refresh_ps1_proc`: Supported Method Parameters\n\nPWN::Plugins::REPL.refresh_ps1_proc(\n\nmode: 'required - :splat or nil'\n\n)\n"}]}
906
- {"messages":[{"role":"user","content":"PWN::Plugins::REPL.start Usage"},{"role":"assistant","content":"`PWN::Plugins::REPL.start`: Supported Method Parameters\n\nPWN::Plugins::REPL.start(\n\nopts: 'required - Hash object passed in via pwn OptParser'\n\n)\n"}]}
912
+ {"messages":[{"role":"user","content":"PWN::Plugins::REPL.start Usage"},{"role":"assistant","content":"`PWN::Plugins::REPL.start`: Supported Method Parameters\n\nPWN::Plugins::REPL.start\n"}]}
907
913
  {"messages":[{"role":"user","content":"PWN::Plugins::REPL.process Usage"},{"role":"assistant","content":"`PWN::Plugins::REPL.process`: "}]}
908
914
  {"messages":[{"role":"user","content":"PWN::Plugins::REPL.top_h1_program_scope Usage"},{"role":"assistant","content":"`PWN::Plugins::REPL.top_h1_program_scope`: "}]}
909
915
  {"messages":[{"role":"user","content":"PWN::Plugins::RFIDler.authors Usage"},{"role":"assistant","content":"`PWN::Plugins::RFIDler.authors`: Author(s)\n\n0day Inc. <support@0dayinc.com>\n"}]}
@@ -997,11 +1003,11 @@
997
1003
  {"messages":[{"role":"user","content":"PWN::Plugins::TransparentBrowser.close_tab Usage"},{"role":"assistant","content":"`PWN::Plugins::TransparentBrowser.close_tab`: Supported Method Parameters\n\ntab = PWN::Plugins::TransparentBrowser.close_tab(\n\nbrowser_obj: 'required - browser_obj returned from #open method)',\nindex: 'optional - index of tab to close (defaults to closing active tab)',\nkeyword: 'optional - keyword in title or url used to close tabs (defaults to closing active tab)'\n\n)\n"}]}
998
1004
  {"messages":[{"role":"user","content":"PWN::Plugins::TransparentBrowser.console Usage"},{"role":"assistant","content":"`PWN::Plugins::TransparentBrowser.console`: Supported Method Parameters\n\nconsole_resp = PWN::Plugins::TransparentBrowser.console(\n\nbrowser_obj: browser_obj1,\njs: 'required - JavaScript expression to evaluate',\nreturn_to: 'optional - return to :console or :stdout (defaults to :console)'\n\n)\n"}]}
999
1005
  {"messages":[{"role":"user","content":"PWN::Plugins::TransparentBrowser.debugger Usage"},{"role":"assistant","content":"`PWN::Plugins::TransparentBrowser.debugger`: Supported Method Parameters\n\nPWN::Plugins::TransparentBrowser.debugger(\n\nbrowser_obj: 'required - browser_obj returned from #open method)',\naction: 'optional - action to take :enable|:pause|:resume|:disable (Defaults to :enable)',\n\n)\n"}]}
1006
+ {"messages":[{"role":"user","content":"PWN::Plugins::TransparentBrowser.devtools_websocket_messages Usage"},{"role":"assistant","content":"`PWN::Plugins::TransparentBrowser.devtools_websocket_messages`: Supported Method Parameters\n\nmessages = PWN::Plugins::TransparentBrowser.devtools_websocket_messages(\n\nbrowser_obj: 'required - browser_obj returned from #open method)'\n\n)\n"}]}
1000
1007
  {"messages":[{"role":"user","content":"PWN::Plugins::TransparentBrowser.dom Usage"},{"role":"assistant","content":"`PWN::Plugins::TransparentBrowser.dom`: Supported Method Parameters\n\ncurrent_dom = PWN::Plugins::TransparentBrowser.dom(\n\nbrowser_obj: 'required - browser_obj returned from #open method)'\n\n)\n"}]}
1001
1008
  {"messages":[{"role":"user","content":"PWN::Plugins::TransparentBrowser.dump_links Usage"},{"role":"assistant","content":"`PWN::Plugins::TransparentBrowser.dump_links`: Supported Method Parameters\n\nbrowser_obj = PWN::Plugins::TransparentBrowser.dump_links(\n\nbrowser_obj: browser_obj1\n\n)\n"}]}
1002
1009
  {"messages":[{"role":"user","content":"PWN::Plugins::TransparentBrowser.find_elements_by_text Usage"},{"role":"assistant","content":"`PWN::Plugins::TransparentBrowser.find_elements_by_text`: Supported Method Parameters\n\nbrowser_obj = PWN::Plugins::TransparentBrowser.find_elements_by_text(\n\nbrowser_obj: browser_obj1,\ntext: 'required - text to search for in the DOM'\n\n)\n"}]}
1003
1010
  {"messages":[{"role":"user","content":"PWN::Plugins::TransparentBrowser.get_page_state Usage"},{"role":"assistant","content":"`PWN::Plugins::TransparentBrowser.get_page_state`: Supported Method Parameters\n\npage_state = PWN::Plugins::TransparentBrowser.get_page_state(\n\nbrowser_obj: 'required - browser_obj returned from #open method)'\n\n)\n"}]}
1004
- {"messages":[{"role":"user","content":"PWN::Plugins::TransparentBrowser.get_possible_breakpoints Usage"},{"role":"assistant","content":"`PWN::Plugins::TransparentBrowser.get_possible_breakpoints`: Supported Method Parameters\n\nPWN::Plugins::TransparentBrowser.get_possible_breakpoints(\n\nbrowser_obj: 'required - browser_obj returned from #open method)'\n\n)\n"}]}
1005
1011
  {"messages":[{"role":"user","content":"PWN::Plugins::TransparentBrowser.help Usage"},{"role":"assistant","content":"`PWN::Plugins::TransparentBrowser.help`: "}]}
1006
1012
  {"messages":[{"role":"user","content":"PWN::Plugins::TransparentBrowser.hide_dom_mutations Usage"},{"role":"assistant","content":"`PWN::Plugins::TransparentBrowser.hide_dom_mutations`: Supported Method Parameters\n\nconsole_resp = PWN::Plugins::TransparentBrowser.hide_dom_mutations(\n\nbrowser_obj: browser_obj1,\nindex: 'optional - index of tab to switch to (defaults to active tab)'\n\n)\n"}]}
1007
1013
  {"messages":[{"role":"user","content":"PWN::Plugins::TransparentBrowser.jmp_devtools_panel Usage"},{"role":"assistant","content":"`PWN::Plugins::TransparentBrowser.jmp_devtools_panel`: Supported Method Parameters\n\nPWN::Plugins::TransparentBrowser.jmp_devtools_panel(\n\nbrowser_obj: 'required - browser_obj returned from #open method)',\npanel: 'optional - panel to switch to :elements|:inspector|:console|:debugger|:sources|:network\n\n)\n"}]}
@@ -1009,7 +1015,7 @@
1009
1015
  {"messages":[{"role":"user","content":"PWN::Plugins::TransparentBrowser.list_tabs Usage"},{"role":"assistant","content":"`PWN::Plugins::TransparentBrowser.list_tabs`: Supported Method Parameters\n\ntabs = PWN::Plugins::TransparentBrowser.list_tabs(\n\nbrowser_obj: 'required - browser_obj returned from #open method)'\n\n)\n"}]}
1010
1016
  {"messages":[{"role":"user","content":"PWN::Plugins::TransparentBrowser.new_tab Usage"},{"role":"assistant","content":"`PWN::Plugins::TransparentBrowser.new_tab`: Supported Method Parameters\n\ntab = PWN::Plugins::TransparentBrowser.new_tab(\n\nbrowser_obj: 'required - browser_obj returned from #open method)',\nurl: 'optional - URL to open in new tab'\n\n)\n"}]}
1011
1017
  {"messages":[{"role":"user","content":"PWN::Plugins::TransparentBrowser.open Usage"},{"role":"assistant","content":"`PWN::Plugins::TransparentBrowser.open`: Supported Method Parameters\n\nbrowser_obj1 = PWN::Plugins::TransparentBrowser.open(\n\nbrowser_type: 'optional - :firefox|:chrome|:headless|:rest|:websocket (defaults to :chrome)',\nproxy: 'optional - scheme://proxy_host:port || tor (defaults to nil)',\ndevtools: 'optional - boolean (defaults to false)',\n\n)\n"}]}
1012
- {"messages":[{"role":"user","content":"PWN::Plugins::TransparentBrowser.step Usage"},{"role":"assistant","content":"`PWN::Plugins::TransparentBrowser.step`: Supported Method Parameters\n\nPWN::Plugins::TransparentBrowser.step(\n\nbrowser_obj: 'required - browser_obj returned from #open method)',\naction: 'optional - action to take :into|:out|:over (Defaults to :into)',\nsteps: 'optional - number of steps taken (Defaults to 1)'\n\n)\n"}]}
1018
+ {"messages":[{"role":"user","content":"PWN::Plugins::TransparentBrowser.step Usage"},{"role":"assistant","content":"`PWN::Plugins::TransparentBrowser.step`: Supported Method Parameters\n\npage_state_arr = PWN::Plugins::TransparentBrowser.step(\n\nbrowser_obj: 'required - browser_obj returned from #open method)',\naction: 'optional - action to take :into|:out|:over (Defaults to :into)',\nsteps: 'optional - number of steps taken (Defaults to 1)'\n\n)\n"}]}
1013
1019
  {"messages":[{"role":"user","content":"PWN::Plugins::TransparentBrowser.toggle_devtools Usage"},{"role":"assistant","content":"`PWN::Plugins::TransparentBrowser.toggle_devtools`: Supported Method Parameters\n\nPWN::Plugins::TransparentBrowser.toggle_devtools(\n\nbrowser_obj: 'required - browser_obj returned from #open method)'\n\n)\n"}]}
1014
1020
  {"messages":[{"role":"user","content":"PWN::Plugins::TransparentBrowser.type_as_human Usage"},{"role":"assistant","content":"`PWN::Plugins::TransparentBrowser.type_as_human`: Supported Method Parameters\n\nPWN::Plugins::TransparentBrowser.type_as_human(\n\nstring: 'required - string to type as human',\nrand_sleep_float: 'optional - float timing in between keypress (defaults to 0.09)'\n\n)\n"}]}
1015
1021
  {"messages":[{"role":"user","content":"PWN::Plugins::TransparentBrowser.update_about_config Usage"},{"role":"assistant","content":"`PWN::Plugins::TransparentBrowser.update_about_config`: Supported Method Parameters\n\nPWN::Plugins::TransparentBrowser.update_about_config(\n\nbrowser_obj: browser_obj1,\nkey: 'required - key to update in about:config',\nvalue: 'required - value to set for key in about:config'\n\n)\n"}]}
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.454
4
+ version: 0.5.455
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.
@@ -289,20 +289,6 @@ dependencies:
289
289
  - - '='
290
290
  - !ruby/object:Gem::Version
291
291
  version: 1.17.2
292
- - !ruby/object:Gem::Dependency
293
- name: fftw3
294
- requirement: !ruby/object:Gem::Requirement
295
- requirements:
296
- - - '='
297
- - !ruby/object:Gem::Version
298
- version: '0.3'
299
- type: :runtime
300
- prerelease: false
301
- version_requirements: !ruby/object:Gem::Requirement
302
- requirements:
303
- - - '='
304
- - !ruby/object:Gem::Version
305
- version: '0.3'
306
292
  - !ruby/object:Gem::Dependency
307
293
  name: gdb
308
294
  requirement: !ruby/object:Gem::Requirement