Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grcod/poly
polymorphic webshells
https://github.com/grcod/poly
asp php polymorphic python webshells
Last synced: 25 days ago
JSON representation
polymorphic webshells
- Host: GitHub
- URL: https://github.com/grcod/poly
- Owner: grCod
- License: mit
- Created: 2017-02-09T20:58:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-20T20:04:00.000Z (about 7 years ago)
- Last Synced: 2024-08-03T18:12:11.807Z (4 months ago)
- Topics: asp, php, polymorphic, python, webshells
- Language: ASP
- Size: 77.1 KB
- Stars: 29
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-webshell - **18**星
README
# 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..