Files
OSINT-Cheat-sheet/Web-Based/README.md
T
2025-03-29 21:28:05 +07:00

27 lines
410 B
Markdown

![image](https://github.com/user-attachments/assets/37d7d761-c1f3-40f5-9ecd-d79457ee8a6e)
# USAGE
## Update Items
Please run the python script on folder gen node
```
python node-generate.py
```
## Run local web host
You can run use local server php or python
php
```
php -S localhost:8000
```
python
```
python -m http.server 8000
```
Then access it with your IP or localhost into web browser