Skip to content

Commit 6f28e7c

Browse files
committed
Add Linux shell screenshot and improve mobile support
Added a Linux version screenshot to the README and repository. Updated linux-nsscmdshell.php to include a viewport meta tag for better mobile responsiveness.
1 parent 1c41566 commit 6f28e7c

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# The Not-So Simple PHP Command Shell 🕵🔎 ️
44
![Logo](/img/nsscmdshell.png)
5+
![Linux Version Screenshot](/img/linux-nsscmdshell.png)
56
## Foreword:
67
> Please note that gaining access to the target is beyond the scope of this writing and your responsibility to establish in a manner consistent with established law. This tool is intended to be used for on target enumeration to gather and exfiltrate information and then to upload and execute tools such as netcat or msvenom payload for further access to the target. The following websites provide training resources and practice scenarios and are excellent resources for learning such skills:
78

img/linux-nsscmdshell.png

102 KB
Loading

linux-nsscmdshell.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ function upload_file($filename) {
209209
<head>
210210
<meta charset="UTF-8">
211211
<title>The Not so Simple PHP Command Shell (for Linux)</title>
212+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
212213
<style>
213214
body { font-family: monospace; background: #1e1e1e; color: #d4d4d4; }
214215
input[type=text], input[type=file] { width: 60%; background: #2e2e2e; color: #d4d4d4; border: 1px solid #555; }

0 commit comments

Comments
 (0)