Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 318 Bytes

readme.md

File metadata and controls

7 lines (5 loc) · 318 Bytes

Evil webserver

this is a simple webserver to I can use to create endpoints for CTFs and bug bounties.

How to use

You need to have node installed on your PC. If you do, it's as simple as running node server.js

I advice installing nodemon. If you have nodemon install run nodemon server.js to start the webserver