pwn 0.4.887 → 0.4.888
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5c9290a5c2e09f3306dfebf9d4a557f5ee9d63ab0a909650af515c99fccdf7a1
|
|
4
|
+
data.tar.gz: 9ef4d20e21c19bca22c9c678b50dcad41ab00747a09c9a059f06f58ec70d2721
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3207380842882ae96d64db682b3f1016963a551aa9757f56c29daa0472a2e7856899f5e1a328409ed88fd6e233fb7f06ba6bb92ccdc58bd2ffa78d969f209a3c
|
|
7
|
+
data.tar.gz: db6d6deac66c00462f27cdb1e89c8a363a01338969489762f5d3d8b3803df66167b606ad78548bf95ebd6eb9eef22235e4d80e491993aacb93a97684ce12777a
|
data/README.md
CHANGED
|
@@ -37,7 +37,7 @@ $ rvm use ruby-3.2.2@pwn
|
|
|
37
37
|
$ rvm list gemsets
|
|
38
38
|
$ gem install --verbose pwn
|
|
39
39
|
$ pwn
|
|
40
|
-
pwn[v0.4.
|
|
40
|
+
pwn[v0.4.888]:001 >>> PWN.help
|
|
41
41
|
```
|
|
42
42
|
|
|
43
43
|
[](https://youtu.be/G7iLUY4FzsI)
|
|
@@ -52,7 +52,7 @@ $ rvm use ruby-3.2.2@pwn
|
|
|
52
52
|
$ gem uninstall --all --executables pwn
|
|
53
53
|
$ gem install --verbose pwn
|
|
54
54
|
$ pwn
|
|
55
|
-
pwn[v0.4.
|
|
55
|
+
pwn[v0.4.888]:001 >>> PWN.help
|
|
56
56
|
```
|
|
57
57
|
|
|
58
58
|
|
data/lib/pwn/version.rb
CHANGED
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.4.
|
|
4
|
+
version: 0.4.888
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- 0day Inc.
|
|
@@ -1167,7 +1167,6 @@ executables:
|
|
|
1167
1167
|
- pwn_diff_csv_files_w_column_exclude
|
|
1168
1168
|
- pwn_domain_reversewhois
|
|
1169
1169
|
- pwn_fuzz_net_app_proto
|
|
1170
|
-
- pwn_graphql_introspection_detector
|
|
1171
1170
|
- pwn_ibm_appscan_enterprise
|
|
1172
1171
|
- pwn_jenkins_create_job
|
|
1173
1172
|
- pwn_jenkins_create_view
|
|
@@ -1190,6 +1189,7 @@ executables:
|
|
|
1190
1189
|
- pwn_serial_msr206
|
|
1191
1190
|
- pwn_serial_qualcomm_commands
|
|
1192
1191
|
- pwn_serial_son_micro_sm132_rfid
|
|
1192
|
+
- pwn_shodan_graphql_introspection
|
|
1193
1193
|
- pwn_shodan_search
|
|
1194
1194
|
- pwn_simple_http_server
|
|
1195
1195
|
- pwn_web_cache_deception
|
|
@@ -1234,7 +1234,6 @@ files:
|
|
|
1234
1234
|
- bin/pwn_diff_csv_files_w_column_exclude
|
|
1235
1235
|
- bin/pwn_domain_reversewhois
|
|
1236
1236
|
- bin/pwn_fuzz_net_app_proto
|
|
1237
|
-
- bin/pwn_graphql_introspection_detector
|
|
1238
1237
|
- bin/pwn_ibm_appscan_enterprise
|
|
1239
1238
|
- bin/pwn_jenkins_create_job
|
|
1240
1239
|
- bin/pwn_jenkins_create_view
|
|
@@ -1257,6 +1256,7 @@ files:
|
|
|
1257
1256
|
- bin/pwn_serial_msr206
|
|
1258
1257
|
- bin/pwn_serial_qualcomm_commands
|
|
1259
1258
|
- bin/pwn_serial_son_micro_sm132_rfid
|
|
1259
|
+
- bin/pwn_shodan_graphql_introspection
|
|
1260
1260
|
- bin/pwn_shodan_search
|
|
1261
1261
|
- bin/pwn_simple_http_server
|
|
1262
1262
|
- bin/pwn_web_cache_deception
|
|
File without changes
|