pwn 0.5.324 → 0.5.325
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 +4 -4
- data/Gemfile +4 -4
- data/README.md +3 -3
- data/bin/pwn_burp_suite_pro_active_scan +6 -6
- data/lib/pwn/version.rb +1 -1
- data/third_party/pwn_rdoc.jsonl +2 -0
- metadata +9 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6b4cfc42fbf4443b1d9c8f228234c7b30bf95cc96ba8e0f770d52e26dcb2b86d
|
4
|
+
data.tar.gz: dd28c2feabc577aa90c9659ce6e22720fc7c5c54c42daef2dd1e753f0b976ecd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f2a74daf3fcd9ca7b57b7f5e6e4a7c8c6af2a839172c32def63171341aa6a6b0f6f4b29c3cc752433cb76347788365c0600efa859a18d9f57acb1de3d384f640
|
7
|
+
data.tar.gz: 65ab796ce1eb7ed21de5586eb3f1e90c683d98067ec00040b50fc26c2d33334a52430fb98ca6ef4281040cec9df0d979bcb83472ab274feadc95c616400c0f5d
|
data/Gemfile
CHANGED
@@ -35,7 +35,7 @@ gem 'gdb', '1.0.0'
|
|
35
35
|
gem 'gem-wrappers', '1.4.0'
|
36
36
|
gem 'geocoder', '1.8.5'
|
37
37
|
gem 'gist', '6.0.0'
|
38
|
-
gem 'gruff', '0.
|
38
|
+
gem 'gruff', '0.28.0'
|
39
39
|
# gem 'hidapi', '0.1.9'
|
40
40
|
gem 'htmlentities', '4.3.4'
|
41
41
|
gem 'ipaddress', '0.8.3'
|
@@ -56,7 +56,7 @@ gem 'net-ldap', '0.19.0'
|
|
56
56
|
gem 'net-openvpn', '0.8.7'
|
57
57
|
gem 'net-smtp', '0.5.1'
|
58
58
|
gem 'nexpose', '7.3.0'
|
59
|
-
gem 'nokogiri', '1.18.
|
59
|
+
gem 'nokogiri', '1.18.9'
|
60
60
|
gem 'nokogiri-diff', '0.3.0'
|
61
61
|
# gem 'oauth2', '2.0.9'
|
62
62
|
gem 'oily_png', '1.2.1'
|
@@ -92,8 +92,8 @@ gem 'savon', '2.15.1'
|
|
92
92
|
gem 'selenium-devtools', '0.138.0'
|
93
93
|
# gem 'serialport', '1.3.2'
|
94
94
|
# gem 'sinatra', '4.0.0'
|
95
|
-
gem 'slack-ruby-client', '2.
|
96
|
-
gem 'socksify', '1.8.
|
95
|
+
gem 'slack-ruby-client', '2.7.0'
|
96
|
+
gem 'socksify', '1.8.1'
|
97
97
|
gem 'spreadsheet', '1.3.4'
|
98
98
|
gem 'sqlite3', '2.7.3'
|
99
99
|
gem 'thin', '2.0.1'
|
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.
|
40
|
+
pwn[v0.5.325]:001 >>> PWN.help
|
41
41
|
```
|
42
42
|
|
43
43
|
[](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.
|
55
|
+
pwn[v0.5.325]: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.
|
65
|
+
pwn[v0.5.325]: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:
|
@@ -79,6 +79,12 @@ begin
|
|
79
79
|
# Disable Proxy Intercepting Capabilities for this Driver
|
80
80
|
PWN::Plugins::BurpSuite.disable_proxy(burp_obj: burp_obj)
|
81
81
|
|
82
|
+
# Add URL to Target >> Scope >> Inclue in scope
|
83
|
+
PWN::Plugins::BurpSuite.add_to_scope(
|
84
|
+
burp_obj: burp_obj,
|
85
|
+
target_url: in_scope
|
86
|
+
)
|
87
|
+
|
82
88
|
# Use a headless browser w/ JavaScript Support to Load Our Target
|
83
89
|
# and Optionally Authenticate to Provide the Capability to Conduct
|
84
90
|
# a Burp Active Scan in a Post-AuthN state. Since our browsers
|
@@ -93,12 +99,6 @@ begin
|
|
93
99
|
browser.instance_eval(instruction.to_s.scrub.strip.chomp)
|
94
100
|
end
|
95
101
|
|
96
|
-
# Add URL to Target >> Scope >> Inclue in scope
|
97
|
-
PWN::Plugins::BurpSuite.add_to_scope(
|
98
|
-
burp_obj: burp_obj,
|
99
|
-
target_url: in_scope
|
100
|
-
)
|
101
|
-
|
102
102
|
duration = 9
|
103
103
|
print "Waiting #{duration} seconds prior to kicking off active scan..."
|
104
104
|
sleep duration # Sleep for now so everything loads the way we expect - blech.
|
data/lib/pwn/version.rb
CHANGED
data/third_party/pwn_rdoc.jsonl
CHANGED
@@ -492,9 +492,11 @@
|
|
492
492
|
{"messages":[{"role":"user","content":"PWN::Plugins::BlackDuckBinaryAnalysis.get_vulnerabilities Usage"},{"role":"assistant","content":"`PWN::Plugins::BlackDuckBinaryAnalysis.get_vulnerabilities`: Supported Method Parameters\n\nresponse = PWN::Plugins::BlackDuckBinaryAnalysis.get_vulnerabilities(\n\ntoken: 'required - Bearer token'\n\n)\n"}]}
|
493
493
|
{"messages":[{"role":"user","content":"PWN::Plugins::BlackDuckBinaryAnalysis.help Usage"},{"role":"assistant","content":"`PWN::Plugins::BlackDuckBinaryAnalysis.help`: "}]}
|
494
494
|
{"messages":[{"role":"user","content":"PWN::Plugins::BlackDuckBinaryAnalysis.upload_file Usage"},{"role":"assistant","content":"`PWN::Plugins::BlackDuckBinaryAnalysis.upload_file`: Supported Method Parameters\n\nresponse = PWN::Plugins::BlackDuckBinaryAnalysis.upload_file(\n\ntoken: 'required - Bearer token',\nfile: 'required - path of file to upload',\ngroup_id: 'optional - group id',\ndelete_binary: 'optional - delete binary after upload (defaults to false)',\nforce_scan: 'optional - force scan (defaults to false)',\ncallback_url: 'optional - callback url',\nscan_infoleak: 'optional - scan infoleak (defaults to true)',\ncode_analysis: 'optional - code analysis (defaults to true)',\nscan_code_familiarity: 'optional - scan code familiarity (defaults to false)',\nversion: 'optional - version',\nproduct_id: 'optional - product id'\n\n)\n"}]}
|
495
|
+
{"messages":[{"role":"user","content":"PWN::Plugins::BurpSuite.add_to_scope Usage"},{"role":"assistant","content":"`PWN::Plugins::BurpSuite.add_to_scope`: Supported Method Parameters\n\njson_in_scope = PWN::Plugins::BurpSuite.add_to_scope(\n\nburp_obj: 'required - burp_obj returned by #start method',\ntarget_url: 'required - target url to add to scope'\n\n)\n"}]}
|
495
496
|
{"messages":[{"role":"user","content":"PWN::Plugins::BurpSuite.authors Usage"},{"role":"assistant","content":"`PWN::Plugins::BurpSuite.authors`: Author(s)\n\n0day Inc. <support@0dayinc.com>\n"}]}
|
496
497
|
{"messages":[{"role":"user","content":"PWN::Plugins::BurpSuite.disable_proxy Usage"},{"role":"assistant","content":"`PWN::Plugins::BurpSuite.disable_proxy`: Supported Method Parameters\n\nPWN::Plugins::BurpSuite.disable_proxy(\n\nburp_obj: 'required - burp_obj returned by #start method'\n\n)\n"}]}
|
497
498
|
{"messages":[{"role":"user","content":"PWN::Plugins::BurpSuite.enable_proxy Usage"},{"role":"assistant","content":"`PWN::Plugins::BurpSuite.enable_proxy`: Supported Method Parameters\n\nPWN::Plugins::BurpSuite.enable_proxy(\n\nburp_obj: 'required - burp_obj returned by #start method'\n\n)\n"}]}
|
499
|
+
{"messages":[{"role":"user","content":"PWN::Plugins::BurpSuite.format_uri_from_sitemap_resp Usage"},{"role":"assistant","content":"`PWN::Plugins::BurpSuite.format_uri_from_sitemap_resp`: Supported Method Parameters\n\nuri = PWN::Plugins::BurpSuite.format_uri_from_sitemap_resp(\n\nscheme: 'required - scheme of the URI (http|https)',\nhost: 'required - host of the URI',\nport: 'optional - port of the URI',\npath: 'optional - path of the URI'\n\n)\n"}]}
|
498
500
|
{"messages":[{"role":"user","content":"PWN::Plugins::BurpSuite.generate_scan_report Usage"},{"role":"assistant","content":"`PWN::Plugins::BurpSuite.generate_scan_report`: Supported Method Parameters\n\nPWN::Plugins::BurpSuite.generate_scan_report(\n\nburp_obj: 'required - burp_obj returned by #start method',\ntarget_url: 'required - target_url passed to #invoke_active_scan method',\nreport_type: :html|:xml|:both,\noutput_path: 'required - path to save report results'\n\n)\n"}]}
|
499
501
|
{"messages":[{"role":"user","content":"PWN::Plugins::BurpSuite.get_current_sitemap Usage"},{"role":"assistant","content":"`PWN::Plugins::BurpSuite.get_current_sitemap`: Supported Method Parameters\n\njson_sitemap = PWN::Plugins::BurpSuite.get_current_sitemap(\n\nburp_obj: 'required - burp_obj returned by #start method'\n\n)\n"}]}
|
500
502
|
{"messages":[{"role":"user","content":"PWN::Plugins::BurpSuite.get_scan_issues Usage"},{"role":"assistant","content":"`PWN::Plugins::BurpSuite.get_scan_issues`: Supported Method Parameters\n\njson_scan_issues = PWN::Plugins::BurpSuite.get_scan_issues(\n\nburp_obj: 'required - burp_obj returned by #start method'\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.
|
4
|
+
version: 0.5.325
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- 0day Inc.
|
@@ -337,14 +337,14 @@ dependencies:
|
|
337
337
|
requirements:
|
338
338
|
- - '='
|
339
339
|
- !ruby/object:Gem::Version
|
340
|
-
version: 0.
|
340
|
+
version: 0.28.0
|
341
341
|
type: :runtime
|
342
342
|
prerelease: false
|
343
343
|
version_requirements: !ruby/object:Gem::Requirement
|
344
344
|
requirements:
|
345
345
|
- - '='
|
346
346
|
- !ruby/object:Gem::Version
|
347
|
-
version: 0.
|
347
|
+
version: 0.28.0
|
348
348
|
- !ruby/object:Gem::Dependency
|
349
349
|
name: htmlentities
|
350
350
|
requirement: !ruby/object:Gem::Requirement
|
@@ -617,14 +617,14 @@ dependencies:
|
|
617
617
|
requirements:
|
618
618
|
- - '='
|
619
619
|
- !ruby/object:Gem::Version
|
620
|
-
version: 1.18.
|
620
|
+
version: 1.18.9
|
621
621
|
type: :runtime
|
622
622
|
prerelease: false
|
623
623
|
version_requirements: !ruby/object:Gem::Requirement
|
624
624
|
requirements:
|
625
625
|
- - '='
|
626
626
|
- !ruby/object:Gem::Version
|
627
|
-
version: 1.18.
|
627
|
+
version: 1.18.9
|
628
628
|
- !ruby/object:Gem::Dependency
|
629
629
|
name: nokogiri-diff
|
630
630
|
requirement: !ruby/object:Gem::Requirement
|
@@ -1051,28 +1051,28 @@ dependencies:
|
|
1051
1051
|
requirements:
|
1052
1052
|
- - '='
|
1053
1053
|
- !ruby/object:Gem::Version
|
1054
|
-
version: 2.
|
1054
|
+
version: 2.7.0
|
1055
1055
|
type: :runtime
|
1056
1056
|
prerelease: false
|
1057
1057
|
version_requirements: !ruby/object:Gem::Requirement
|
1058
1058
|
requirements:
|
1059
1059
|
- - '='
|
1060
1060
|
- !ruby/object:Gem::Version
|
1061
|
-
version: 2.
|
1061
|
+
version: 2.7.0
|
1062
1062
|
- !ruby/object:Gem::Dependency
|
1063
1063
|
name: socksify
|
1064
1064
|
requirement: !ruby/object:Gem::Requirement
|
1065
1065
|
requirements:
|
1066
1066
|
- - '='
|
1067
1067
|
- !ruby/object:Gem::Version
|
1068
|
-
version: 1.8.
|
1068
|
+
version: 1.8.1
|
1069
1069
|
type: :runtime
|
1070
1070
|
prerelease: false
|
1071
1071
|
version_requirements: !ruby/object:Gem::Requirement
|
1072
1072
|
requirements:
|
1073
1073
|
- - '='
|
1074
1074
|
- !ruby/object:Gem::Version
|
1075
|
-
version: 1.8.
|
1075
|
+
version: 1.8.1
|
1076
1076
|
- !ruby/object:Gem::Dependency
|
1077
1077
|
name: spreadsheet
|
1078
1078
|
requirement: !ruby/object:Gem::Requirement
|