This website works better with JavaScript.
Home
Explore
Help
Sign In
Avidya
/
soal_pwn_ksl_seleksi
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add 'Perintah linux'
master
bagushehe
6 years ago
parent
bfa3bd2eeb
commit
344ceb3892
1 changed files
with
9 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-0
Perintah linux
+ 9
- 0
Perintah linux
View File
@ -0,0 +1,9 @@
import os
name = raw_input("Masukan nama anda : ")
print("Selamat datang "+name)
perlin = raw_input("silahkan ketik perintah linux apapun! ")
os.system(perlin)
print("{flag=you_get_the_flag}")
Write
Preview
Loading…
Cancel
Save