Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
goelp14
Edit Copy
Star
GitHub Repository:
goelp14/easyctf-iv-problems
Path:
blob/master/pixelly/haxxor.py
6
5
0
views
1
__import__
(
'os'
)
.
system
(
'echo hello'
)
2
3