Skip to content

avansinformatica/security2-xss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XSS example for Security 2

Extremely simple example of an XSS attack. This case is used to see security analysis and protocols working in practice.

Installing and Running

Install with npm

npm install

Start two servers: the server hosting the page and a malicious server.

node server/server.js
node attacker/eve.js

Then open a browser, navigate to the webpage on localhost:3000?name=John and see the name John displayed.

Now perform a penetration test on this application. Try to craft a url and make Eve listen in on the user's credentials!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published