OSINT-Framework
OSINT-Framework copied to clipboard
Python server error
hello,
it seems the script npm start does not work in some conditions:
/usr/bin/python: No module named SimpleHTTPServer
The solution is to replace it with : python3 -m http.server 8000