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: eba0652465ac3cb7e848a84e78412952875ab79a2c47dbcda39068a65e9f5c5b
4
- data.tar.gz: 2c03fbba16c08c1820d483e744e5e1dd70812081aff632a9f71f0227f582d2a7
3
+ metadata.gz: 5c9290a5c2e09f3306dfebf9d4a557f5ee9d63ab0a909650af515c99fccdf7a1
4
+ data.tar.gz: 9ef4d20e21c19bca22c9c678b50dcad41ab00747a09c9a059f06f58ec70d2721
5
5
  SHA512:
6
- metadata.gz: c9912c9c682b57c711c1a57e09e7ffad70c7018cf8e2689ecf7ff3a0f8fe3e5de9638588fd85c3475f58aaeb51a4892061e9cd4ceca6d1d3a40e5a2be8e88d31
7
- data.tar.gz: c26189e41c966c8d3ca0e3988d9d901461b420a85e6d49123814b7e9331e8bcb6a7fe2dd2b3fa0d058f8b2b4f3948e3b5131a4ecb21854dc0a018e03f42d9b58
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.887]:001 >>> PWN.help
40
+ pwn[v0.4.888]: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.2.2@pwn
52
52
  $ gem uninstall --all --executables pwn
53
53
  $ gem install --verbose pwn
54
54
  $ pwn
55
- pwn[v0.4.887]:001 >>> PWN.help
55
+ pwn[v0.4.888]:001 >>> PWN.help
56
56
  ```
57
57
 
58
58
 
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.4.887'
4
+ VERSION = '0.4.888'
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.4.887
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