pythondotorg
pythondotorg copied to clipboard
Can go into the bash and make dirs into the server
Describe the bug You can use this bug to go into the file management system and make dirs
To Reproduce(Make dirs) Steps to reproduce the behavior:
- Go to python.org/shells
- Input "import os", Enter
- Input "os.system("mkdir hello")" or "os.mkdirs("hello")", Enter
- Input "os.system("ls")", Enter
- See the error
To Reproduce(Go into the file management system)
- Go to python.org/shells
- Input "import os", Enter
- Input "os.system("bash")" or "os.system("sh")"
- See the error
Expected behavior Prohibit the "os" lib or anything else
Screenshots
Desktop
- Browser [Edge]
For addition The file that make cannot disapear when I refresh the website.