pwn 0.4.829 → 0.4.830

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: b789d393560ee1cb713d1be03ab2e9ebf4a6fe50c14fd90fd6970693524704a6
4
- data.tar.gz: f20d67c217dbd5d21b08a628cd34d7ab0a9bc5e30546585614bfd1f7c1f171f7
3
+ metadata.gz: 1f8fe3b903e8f8cdcb3bd315ba1c9f8a2a3864e1186c8606f22092278e40f03d
4
+ data.tar.gz: cdb2e98c75a3e13daa0dcbf48fcd1c45653f7837015163581af9fd081e3dbf23
5
5
  SHA512:
6
- metadata.gz: 53a8a2a233a5c0b70d33dce7150b82f1aeb4ad551d724e3fbed30827df7e4e1730837cd0052e1362334fcf798eb63623e389af73fca10ff60f376f8f1a3e933f
7
- data.tar.gz: 397a0753f45dfe1aee4d16fd2cc447c997375c2501d88276835175415ef94c9918052841dbf9380fb6f2e1a02b74887518eec489b7c69c747be52dd6d7ddfc1d
6
+ metadata.gz: 159987de9835f9cb5e49d000cbcaab1bb377d4cf49f527ff3a0b5632081011496d206c076f7fc5ce0ca4227a0d121aafd5d37cfdec61f7611475ba7187ff937d
7
+ data.tar.gz: a97eafa3d0aea791e3f30b361c53c5a4edb5b1bd2593680a8298b43e3d0af666b6a4eb77d38432f9cc3ede31a452497a3bee6cb8370992dfe1d51434e5fa29d1
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.829]:001 >>> PWN.help
40
+ pwn[v0.4.830]: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.829]:001 >>> PWN.help
55
+ pwn[v0.4.830]:001 >>> PWN.help
56
56
  ```
57
57
 
58
58
 
@@ -24,7 +24,7 @@ OptionParser.new do |options|
24
24
  opts[:rate_limit_duration] = r
25
25
  end
26
26
 
27
- options.on('-oFILE', '--output-results-file=FILE', '<Optional - Defaults to /tmp/shodan-results-Time.now.strftime("%y-%m-%d.%H:%M:%S").txt>') do |o|
27
+ options.on('-oFILE', '--output-results-file=FILE', '<Optional - Defaults to ./shodan-results-Time.now.strftime("%y-%m-%d.%H:%M:%S").txt>') do |o|
28
28
  opts[:output_results_file] = o
29
29
  end
30
30
  end.parse!
@@ -53,7 +53,7 @@ begin
53
53
 
54
54
  timestamp = Time.now.strftime('%Y-%m-%d.%H:%M:%S')
55
55
  query_results_file = opts[:output_results_file]
56
- query_results_file ||= "/tmp/shodan-results-#{timestamp}"
56
+ query_results_file ||= "./shodan-results-#{timestamp}"
57
57
 
58
58
  raw_query_results_file = "#{query_results_file}-RAW.json"
59
59
  raw_results_arr = []
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.829'
4
+ VERSION = '0.4.830'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pwn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.829
4
+ version: 0.4.830
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-16 00:00:00.000000000 Z
11
+ date: 2023-08-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport