odysseusmax / calculator-bot

Simple Serverless Telegram Bot on vercel.com

Home Page:https://tx.me/CalcIt_bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remote code execution

TheHamkerCat opened this issue · comments

Why did you even think of doing this?

return float(eval(text))

It evaluates any python code that is passed in it, so using

@calcit_bot __import__('os').execvp("/bin/bash", ["/bin/bash"])

is enough to kill the bot.