Skip to content

Demo app to show an LFI exploit. This is purely an error on the programmer's part.

Notifications You must be signed in to change notification settings

abarak-biu/node-lfi-exploit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Demo LFI exploitable node.js app

This demo node.js app is to show that a super-lazy and inexperienced programmer created a production web app that loads files based on the browser's request. It's a basic app that should load index.html and all other linked files. That is... until you try something like /etc/passwd. To exploit, type in the file that you're requesting, for example:

curl http://127.0.0.1:8000/../../../../../../etc/passwd

About

Demo app to show an LFI exploit. This is purely an error on the programmer's part.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.3%
  • HTML 13.4%
  • CSS 2.3%