Skip to content

Commit 4a0f273

Browse files
authored
Merge pull request #539 from ninp0/master
pwn_gqrx_scanner
2 parents 4686ca4 + 1940860 commit 4a0f273

File tree

4 files changed

+243
-63
lines changed

4 files changed

+243
-63
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ gem 'net-ldap', '0.19.0'
5252
gem 'net-openvpn', '0.8.7'
5353
gem 'net-smtp', '0.4.0.1'
5454
gem 'nexpose', '7.3.0'
55-
gem 'nokogiri', '1.16.2'
55+
gem 'nokogiri', '1.16.3'
5656
gem 'nokogiri-diff', '0.3.0'
5757
gem 'oily_png', '1.2.1'
5858
gem 'open3', '0.2.1'
@@ -87,7 +87,7 @@ gem 'serialport', '1.3.2'
8787
gem 'slack-ruby-client', '2.3.0'
8888
gem 'socksify', '1.7.1'
8989
gem 'spreadsheet', '1.3.1'
90-
gem 'sqlite3', '1.7.2'
90+
gem 'sqlite3', '1.7.3'
9191
gem 'thin', '1.8.2'
9292
gem 'tty-prompt', '0.23.1'
9393
gem 'tty-spinner', '0.9.3'

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $ cd /opt/pwn
3737
$ ./install.sh
3838
$ ./install.sh ruby-gem
3939
$ pwn
40-
pwn[v0.5.51]:001 >>> PWN.help
40+
pwn[v0.5.53]:001 >>> PWN.help
4141
```
4242

4343
[![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.3.0@pwn
5252
$ gem uninstall --all --executables pwn
5353
$ gem install --verbose pwn
5454
$ pwn
55-
pwn[v0.5.51]:001 >>> PWN.help
55+
pwn[v0.5.53]:001 >>> PWN.help
5656
```
5757

5858
If you're using a multi-user install of RVM do:
@@ -62,7 +62,7 @@ $ rvm use ruby-3.3.0@pwn
6262
$ rvmsudo gem uninstall --all --executables pwn
6363
$ rvmsudo gem install --verbose pwn
6464
$ pwn
65-
pwn[v0.5.51]:001 >>> PWN.help
65+
pwn[v0.5.53]:001 >>> PWN.help
6666
```
6767

6868
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:

0 commit comments

Comments
 (0)