To Install the Phising Website demo
git clone https://github.com/hanzalaghayasabbasi/Phishing-website-demo.git
First goto your cmd and enter
node -v
If version comes you are good to go if version doesnot come the below url will guide you how do install node.js and npm
https://radixweb.com/blog/installing-npm-and-nodejs-on-windows-and-mac
Now go inside the folder open folder with cmd
npm install
Some packages will be install after that start your backend server
node expree.js
Now goto browser and enter
http://localhost:3000/
Congrats You have created Your local backend Server using express
Now I will Guide You how the Phising website is working First look at our website
Now we have started our website
As we can see there is no .txt file while we start our backend sever
We can see in our first images that when I am submitting a name HanzalaGhayasAbbasi and Password github and click submit button it redirect us to airuniversitystudentportal.
This is the Json which website have send to backend Server