From 95da6abfef8cb1d8b907c5f773a73660c55c7ce4 Mon Sep 17 00:00:00 2001 From: joshua-orderdaily Date: Sat, 16 Apr 2022 19:28:33 +0200 Subject: [PATCH] English fixes and no .DS_Store --- .gitignore | 3 ++- README.md | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a2918fe..1c0a173 100644 --- a/.gitignore +++ b/.gitignore @@ -151,4 +151,5 @@ crashlytics-build.properties fabric.properties # Other -phpggc-master \ No newline at end of file +phpggc-master +.DS_Store \ No newline at end of file diff --git a/README.md b/README.md index 27cb3da..9d0b76a 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ ## About The script has been made for exploiting the Laravel RCE (CVE-2021-3129) vulnerability.
-This script allows you to write/execute commands on a website running Laravel <= v8.4.2, that has "APP_DEBUG" set to "true" in it's ".env" file. +This script allows you to write/execute commands on a website running Laravel <= v8.4.2, that has "APP_DEBUG" set to "true" in its ".env" file. -It currently has supports for searching the log file, executing commands, writing to the log file and support for clearing log files. +It currently has support for searching the log file, executing commands, writing to the log file, and support for clearing log files. ## Setup ```