mirror of
https://github.com/Jieyab89/OSINT-Cheat-sheet.git
synced 2025-12-05 20:40:30 -08:00
added guides usage
This commit is contained in:
25
Web Based/README.md
Normal file
25
Web Based/README.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user