Skip to content

Commit

Permalink
PWN::Plugins::XXD module - implement code necessary to demonstrate a …
Browse files Browse the repository at this point in the history
…code cave PoC in PWN::Banner::CodeCave
  • Loading branch information
ninp0 committed Jan 26, 2024
1 parent 3307e72 commit c805183
Show file tree
Hide file tree
Showing 4 changed files with 1,169 additions and 1,008 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ $ cd /opt/pwn
$ ./install.sh
$ ./install.sh ruby-gem
$ pwn
pwn[v0.5.1]:001 >>> PWN.help
pwn[v0.5.2]:001 >>> PWN.help
```

[![Installing the pwn Security Automation Framework](https://raw.githubusercontent.com/0dayInc/pwn/master/documentation/pwn_install.png)](https://youtu.be/G7iLUY4FzsI)
Expand All @@ -52,7 +52,7 @@ $ rvm use ruby-3.3.0@pwn
$ gem uninstall --all --executables pwn
$ gem install --verbose pwn
$ pwn
pwn[v0.5.1]:001 >>> PWN.help
pwn[v0.5.2]:001 >>> PWN.help
```

If you're using a multi-user install of RVM do:
Expand All @@ -62,7 +62,7 @@ $ rvm use ruby-3.3.0@pwn
$ rvmsudo gem uninstall --all --executables pwn
$ rvmsudo gem install --verbose pwn
$ pwn
pwn[v0.5.1]:001 >>> PWN.help
pwn[v0.5.2]:001 >>> PWN.help
```

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:
Expand Down
Loading

0 comments on commit c805183

Please sign in to comment.