Skip to content

Commit

Permalink
English fixes and no .DS_Store
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuavanderpoll committed Apr 16, 2022
1 parent c5171ef commit 95da6ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,5 @@ crashlytics-build.properties
fabric.properties

# Other
phpggc-master
phpggc-master
.DS_Store
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

## About
The script has been made for exploiting the Laravel RCE (CVE-2021-3129) vulnerability.<br>
This script allows you to write/execute commands on a website running <b>Laravel <= v8.4.2</b>, that has "APP_DEBUG" set to "true" in it's ".env" file.
This script allows you to write/execute commands on a website running <b>Laravel <= v8.4.2</b>, that has "APP_DEBUG" set to "true" in its ".env" file.

It currently has supports for <b>searching the log file</b>, <b>executing commands</b>, <b>writing to the log file</b> and support for <b>clearing log files</b>.
It currently has support for <b>searching the log file</b>, <b>executing commands</b>, <b>writing to the log file</b>, and support for <b>clearing log files</b>.

## Setup
```
Expand Down

0 comments on commit 95da6ab

Please sign in to comment.