Last active
December 5, 2023 09:24
-
-
Save tertek/31de3bc933f756137ed4c529cc41543c to your computer and use it in GitHub Desktop.
Test python remote code execution for zapier
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def hello(): | |
return "Hello World from Github" | |
test = hello() | |
output = [{'test-2': test}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment