mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-24 21:53:54 +00:00
GitBook: [master] one page modified
This commit is contained in:
parent
6f1bfd88b6
commit
8c8d62fa37
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ subprocess.call("ls", shell=True)
|
|||
subprocess.Popen("ls", shell=True)
|
||||
pty.spawn("ls")
|
||||
pty.spawn("/bin/bash")
|
||||
platform.popen("ls").read()
|
||||
platform.os.system("ls")
|
||||
|
||||
#Other interesting functions
|
||||
open("/etc/passwd").read()
|
||||
|
|
Loading…
Reference in a new issue