Skip to content

stealthcopter/formulawat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FormulaWat

Who doesn't love a good spreadsheet? wat could go wrong...

screenshot.png

Files

  • index.php - The original challenge
  • index_debug.php - The original challenge with extra debugging to make it more obvious what's happening with the formulas
  • index_harder.php - Harder version of the challenge
  • poc.html - My original PoC exploit, thanks to all those who have shared their solutions and shown me easier ways of doing it!

Running

Should be pretty easy to get the app up and running if you have Docker installed already:

docker compose up -d --build

Then just hit the web server at http://localhost:9999

Alternatively you could run it outside a container, and just use composer require phpoffice/phpspreadsheet to install the 1 required library.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published