Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 412 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 412 Bytes

Reverse Tab-nabbing Demo

This app demonstrates how a reverse tab-nabbing attack works. To run the app:

  • Run npm install to install dependencies
  • Run node index to start the "legit website" server
  • In a separate terminal, run node malicious to start the "malicious website" server
  • In your browser, go to http://localhost:3000/
  • Click on the link and see what happens...