All Projects → grCod → poly

grCod / poly

Licence: MIT License
polymorphic webshells

Programming Languages

Classic ASP
548 projects
python
139335 projects - #7 most used programming language
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to poly

ADMMutate
Classic code from 1999+ I am fairly sure this is the first public polymorphic shellcode ever (best IMHO and others http://ids.cs.columbia.edu/sites/default/files/ccs07poly.pdf :) If I ever port this to 64 or implement a few other suggestions (sorry I lost ppc code version contributed) it will be orders of magnitude more difficult to spot, so I h…
Stars: ✭ 69 (+213.64%)
Mutual labels:  polymorphic
AzurLaneAPI
[Project dropped] was a free (Unofficial) Azur Lane API
Stars: ✭ 12 (-45.45%)
Mutual labels:  asp
ASP.NET-CORE-MVC-Sample-Registration-Login
C# Asp.Net Core MVC Sample Registration/Login/Email Activation Form with MsSQL Server/Entity Framework/Onion Architecture
Stars: ✭ 37 (+68.18%)
Mutual labels:  asp
Sane
"Spring Boot for Classic ASP." A powerful and full-featured VBScript MVC framework that brings sanity to Classic ASP development. Use domain & view models, automap model -> view, easily enumerate and introspect, write db migrations, and more. No, seriously.
Stars: ✭ 26 (+18.18%)
Mutual labels:  asp
Awsome-shells
Collection of reverse shells
Stars: ✭ 38 (+72.73%)
Mutual labels:  asp
FUPRAL
Fortran OO implementation of a generic container using an unlimited polymorphic class. Implementation of a resizable container array and a double linked list.
Stars: ✭ 18 (-18.18%)
Mutual labels:  polymorphic
readhook
Red-team tool to hook libc read syscall with a buffer overflow vulnerability.
Stars: ✭ 31 (+40.91%)
Mutual labels:  polymorphic
ASPNETcoreAngularJWT
Angular in ASP.NET Core with JWT solution by systemjs
Stars: ✭ 48 (+118.18%)
Mutual labels:  asp
saule
JSON API library for ASP.Net Web API 2.
Stars: ✭ 74 (+236.36%)
Mutual labels:  asp
JsonKnownTypes
Simple way to serialize and deserialize polymorphic types for Json.NET
Stars: ✭ 33 (+50%)
Mutual labels:  polymorphic
Asp.net MVC5 DDD EF6 IoC
Asp.net C# MVC5, EF6, DDD, IoC
Stars: ✭ 14 (-36.36%)
Mutual labels:  asp
redundans
Redundans is a pipeline that assists an assembly of heterozygous/polymorphic genomes.
Stars: ✭ 90 (+309.09%)
Mutual labels:  polymorphic
aspLite
Lightweight framework for Classic ASP / VBScript developers
Stars: ✭ 39 (+77.27%)
Mutual labels:  asp
.NET-Core-Learning-Journey
Some of the projects i made when starting to learn .NET Core
Stars: ✭ 37 (+68.18%)
Mutual labels:  asp
Bitcoin-Payment-Gateway-ASP.NET
Bitcoin Payment Gateway API on ASP.NET. Accept Bitcoin, Litecoin, Dogecoin, Dash, Speedcoin, Reddcoin, Potcoin, Feathercoin, BTC, Vertcoin, Vericoin, Peercoin, Paycoin, MonetaryUnit, Swiscoin Payments Online on your ASP.NET C# website
Stars: ✭ 56 (+154.55%)
Mutual labels:  asp
identityazuretable
This project provides a high performance cloud solution for ASP.NET Identity Core using Azure Table storage replacing the Entity Framework / MSSQL provider.
Stars: ✭ 97 (+340.91%)
Mutual labels:  asp
nova-inline-morph-to
A Laravel Nova field for displaying morphTo relationship inline.
Stars: ✭ 32 (+45.45%)
Mutual labels:  polymorphic
aspZip
A classic ASP zip and unzip utility class that uses the native zip support from Windows (XP and above) - no components needed
Stars: ✭ 24 (+9.09%)
Mutual labels:  asp
learn-classic-asp
Learn classic ASP, because sometimes you have a client with the legacy project. 😌
Stars: ✭ 31 (+40.91%)
Mutual labels:  asp
DNTCommon.Web.Core
DNTCommon.Web.Core provides common scenarios' solutions for ASP.NET Core 3.x applications.
Stars: ✭ 117 (+431.82%)
Mutual labels:  asp

poly

A python script that generates polymorphic webshells.
Use it to encode your favourite shell and make it practically undetectable.
If no shell is specified with the -p arguement, the default shell in the /shells directory is used.

Supported webshells

Webshell
.php
.asp ( vbs )
.aspx ( c# )

Supported encoders

Encoding
b64 base64 encoded text with random strings in random intervals
ord ord() each character plus a random number
rnd each character is mapped to another random character
rot text is divided by a random number of rows, then rotated 90 degrees clockwise

C99 shell uploaded on virustotal

Encoding Detection rate
none 41 / 56
b64 0 / 52
ord 0 / 54
rnd 0 / 56
rot 0 / 56

Requirements :
Python 2.7

Notice :
With asp shells it is recommended to use the default shell. ( /shells/shell.asp )
Encoded aspx shells may not work on some servers.
Php works pretty much with every shell, on every server.
Rnd and rot encodings are not binary safe. ( may produce unprintable characters )

Disclaimer :
This tool is made for educational and research purposes.
Don't be evil..

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].