Skip to content

Latest commit

 

History

History
executable file
·
22 lines (13 loc) · 462 Bytes

File metadata and controls

executable file
·
22 lines (13 loc) · 462 Bytes

Running the Phishing Script

Install Node.js and NPM

Linux - use the package manager for linux as root - sudo apt install nodejs (comes packaged with npm)

Download the deb file then run as root - dpkg -i name.deb on the folder the file is downloaded

Perform global installation of nodemon

npm install -g nodemon

Ensure all npm modules are present

npm install or yarn

Kickstart the application

  1. nodemon
  2. node server.js