Skip to content

Installation

Mehtab Zafar edited this page Jun 21, 2019 · 2 revisions

Make sure you are using python3 for the Installation process. liffy doesn't support python2

  • Clone the repository

    • git clone http://github.com/mzfr/liffy
  • Make a virtual environment

    • python3 -m venv <name-of-virtual-env>

    Ex: python3 -m venv liffy

  • Activate the venv

    • source liffy/bin/activate
  • Install dependencies

    • pip3 install -r requirements.txt

NOTE - liffy uses msfvenom for generating php payload, So you should have metasploit installed

Clone this wiki locally