File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ gemspec
11
11
# In some circumstances custom flags are passed to gems in order
12
12
# to build appropriately. Defer to ./reinstall_pwn_gemset.sh
13
13
# to review these custom flags (e.g. pg, serialport, etc).
14
- gem 'activesupport' , '7.0.2.3 '
14
+ gem 'activesupport' , '7.0.2.4 '
15
15
gem 'anemone' , '0.7.2'
16
16
gem 'authy' , '3.0.0'
17
17
gem 'aws-sdk' , '3.1.0'
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ $ rvm use ruby-3.1.2@pwn
37
37
$ rvm list gemsets
38
38
$ gem install --verbose pwn
39
39
$ pwn
40
- pwn[v0.4.418 ]:001 >>> PWN.help
40
+ pwn[v0.4.419 ]: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.1.2@pwn
52
52
$ gem uninstall --all --executables pwn
53
53
$ gem install --verbose pwn
54
54
$ pwn
55
- pwn[v0.4.418 ]:001 >>> PWN.help
55
+ pwn[v0.4.419 ]:001 >>> PWN.help
56
56
```
57
57
58
58
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
require 'serialport'
4
+ require 'io/wait'
4
5
5
6
module PWN
6
7
module Plugins
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module PWN
4
- VERSION = '0.4.418 '
4
+ VERSION = '0.4.419 '
5
5
end
You can’t perform that action at this time.
0 commit comments