WebScanPro

From Embedded Lab Vienna for IoT & Security
Revision as of 19:52, 23 January 2024 by RHaidl (talk | contribs) (fixed structure of Architecture)
Jump to navigation Jump to search

Summary

WebScanPro is a web application designed for the analysis of HTTP security headers. Developed with a user-friendly interface and robust scanning capabilities, WebScanPro helps developers to strengthen the security of their web applications.

Requirements

Architecture

Frontend:

Backend:


Description

Step 1

Install Node.js

Step 2

Clone WebScanPro respository

Step 3

Run npm install

Step 4

Run npm start

Step 5

Open localhost:3000

Hint: if this port is already in use, you can change

app.listen(3000)

in nest-js-server/main.ts to another port which is not in use.

Step 6

Start scanning your web application and check the results. Have fun!