This script sets up a phishing website for Facebook login. It captures user credentials, IP address, and browser details, then saves the data to a local JSON file.
- Ensure you have Node.js installed.
- Install the required dependencies:
npm install express body-parser
.
- Run
node index.js
to start the phishing website on port 8080. - Victims will be served a Facebook login page.
- The script captures the email or phone number, password, IP address, and user agent.
- Once the data is captured, the user is redirected to the legitimate Facebook website.
- The captured data can be accessed in
credentials.json
.