Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 535 Bytes

yaml4.md

File metadata and controls

14 lines (11 loc) · 535 Bytes

YAML Level 4

Welcome to the final level of the YAML deserialization exploitation challenges! Similar to the previous three exercises, you'll need to pull down the workshop files using the link below, and then modify the exploit.rb file to see if you can get remote code execution on the remote application. Good luck!

Installation Steps

	$ gem install bundler
	$ bundle install
	$ ./app.rb &
	$ ./exploit.rb <command>

Level 4 Files