5 Different projects to practice with express security library helmet and python.
- Port Scanner: Scan ports of a given url or IP. BUilt with Python
- Stock Price Checker: Call an API to know the stock prices and get the people who likes it. Built with Express and Mongoose
- SHA-1 Password Checker: Crack SHA-1 passowrd and hash them. Built with Python
- Anonymous Message Board: Send your messages, always confidential. Built with Express
- Secure Real Multiplayer Game: 'Kill the monster' a game built with Express, Socket.io and HTML Canvas
Additional description about the project and its features.
- PYTHON
- NODEJS
- EXPRESSJS
- HELMETJS
- MONGOOSE
- HTML CANVAS
- SOCKET.IO
To have this app on your pc, you need to:
- download or clone this repo:
- Clone with SSH:
git@github.com:javitocor/Information-and-Security.git
- Clone with HTTPS
https://github.com/javitocor/Information-and-Security.git
- Access each folder from your terminal and run
python main.py
.
- In the root folder run
npm install
and thennpm start
. Go to http://localhost:3000 in your browser.
👤 Javier Oriol Correas Sanchez Cuesta
- Github: @javitocor
- Twitter: @JavierCorreas4
- Linkedin: Javier Oriol Correas Sanchez Cuesta
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- FreeCodeCamp
- Python Docs
- Python for everyone course
- Express docs
- Socket.io docs
- MDN - HTML Canvas tutorial
This project is MIT licensed.