Difference between revisions of "WebScanPro"

From Embedded Lab Vienna for IoT & Security
Jump to navigation Jump to search
m (fixed typo)
m (fixed structure of Architecture)
Line 13: Line 13:


'''Backend:'''
'''Backend:'''
* Nest.js [https://nestjs.com/ Next.js]
* [https://nestjs.com/ Next.js]
* axios [https://axios-http.com/ axios]
* [https://axios-http.com/ axios]





Revision as of 19:52, 23 January 2024

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!