diff --git a/guide/english/security/web-shells/index.md b/guide/english/security/web-shells/index.md index 70c693682a5..e50a5168d88 100644 --- a/guide/english/security/web-shells/index.md +++ b/guide/english/security/web-shells/index.md @@ -5,12 +5,10 @@ title: Web Shell ## Web Shell ### What is a Web Shell? -It is a type of malware.It is a shell which you can run commands on web server. +A web shell is malware that is uploaded to a web server, and can provide access to files on the server. Most web shells will also allow you to run OS level commands on the server. ### What do Web Shell Do? - -- Actually you can do too much things with web shells you can access database and you can dump all data, you can delete something -on server or add something (like backdoor). Actually this about your web shells features, whic you used or created. +You can do quite a few things with web shells depending on its features. You can access databases, exfiltrate data, you can even delete files on server or upload files. ### What does a Web Shells look like? It can look like .php file or .asp file this about your web server (it can be linux or windows server).