diff --git a/asdasd.py b/asdasd.py new file mode 100644 index 000000000..08e33db56 --- /dev/null +++ b/asdasd.py @@ -0,0 +1,6 @@ +import os + +# WARNING: Security Risk - This code executes arbitrary system commands from user input +# This could allow malicious users to run dangerous commands on your system +# Purpose: Takes user input and executes it as a system command using the whoami utility +os.system(input("whoami"))