Broken Binary 1
Challenge
Solution
> ssh [email protected] -p 4445
[email protected]'s password:
Welcome to Ubuntu 22.04.4 LTS (GNU/Linux 6.1.0-17-cloud-amd64 x86_64)
jail@831d4ecbef1d:~$ ls -al
total 28
drwxr-xr-x 1 root root 4096 Apr 5 07:52 .
drwxr-xr-x 1 root root 4096 Apr 5 07:52 ..
-rwxr-xr-x 1 root root 123 Apr 2 12:38 chall.py
-rwsr-xr-x 1 r00t r00t 16056 Apr 5 07:52 wrapper
jail@831d4ecbef1d:~$ cat chall.py
#!/usr/bin/python3
import os
print("Rentre en input un directory que tu veux ls !")
s = input("ls ")
os.system(f'ls {s}')Mis à jour