diff --git a/README.md b/README.md index b2fe3ac..98d5878 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# LinPE - Linux Privilege Escalation (one-liner) +# LinPE - Linux Privilege Escalation [![asciicast](https://asciinema.org/a/250532.png)](https://asciinema.org/a/250532) @@ -16,7 +16,7 @@ This script have several lists included inside it to be able to color the result The script **automatically finds a writable directory** and writes the output of the checks there. The first console output will be the path of the file created. -![](https://github.com/carlospolop/linPE/blob/master/images/linpe.png) +![](https://github.com/carlospolop/linPE/blob/master/images/linpe-exec.png) ## Colors diff --git a/images/linpe-exec.png b/images/linpe-exec.png new file mode 100755 index 0000000..a458b18 Binary files /dev/null and b/images/linpe-exec.png differ diff --git a/images/linpe.png b/images/linpe.png deleted file mode 100755 index 9b82327..0000000 Binary files a/images/linpe.png and /dev/null differ