Giter Club home page Giter Club logo

Comments (11)

treefort avatar treefort commented on May 31, 2024 2

yep :)

from osint-framework.

treefort avatar treefort commented on May 31, 2024 1

as this application runs entirely in the client, it does not depend on python. any static http server will work just fine. that isn't clear in the README, so I'll update accordingly. :D

from osint-framework.

treefort avatar treefort commented on May 31, 2024 1

hey @ElectricCaffeine, everything you need is in /public. to get this working, open the repo directory in a terminal, then...
if you have python v2.x, run: cd ./public; python -m SimpleHTTPServer 8000
if you have python v3.x, run: cd ./public; python -m http.server 8000

from osint-framework.

ElectricCaffeine avatar ElectricCaffeine commented on May 31, 2024 1

Thanks for the quick response! I'm in the web menu now. @treefort

from osint-framework.

ElectricCaffeine avatar ElectricCaffeine commented on May 31, 2024

I'm stuck trying to get this tool moving. I cloned, but i have a handful of JSON files now. I can't do bower install.

please help

Thanks
EC

from osint-framework.

treefort avatar treefort commented on May 31, 2024

awesome! :D

from osint-framework.

ElectricCaffeine avatar ElectricCaffeine commented on May 31, 2024

forgive my ignorance, but once I got it running once, I just created a bookmark of http://localhost:8000. I won't need to launch Simple HTTP server anymore, right?

from osint-framework.

treefort avatar treefort commented on May 31, 2024

so long as that python process is running, you will be able to access http://localhost:8000. if you reboot or anything, you'll need to run that command again. basically, all that command is doing is spinning up a tiny web server for the static files in the /public directory.

from osint-framework.

ElectricCaffeine avatar ElectricCaffeine commented on May 31, 2024

oh ok..thanks for the explanation. I started exploring some of the tree branches, looks like all external websites right?

from osint-framework.

NullArray avatar NullArray commented on May 31, 2024

Hey @ElectricCaffeine! Not sure which distro you are running but i am on Ubuntu and an easy way to start the SimpleHTTPServer automatically for me is to just make a small shell script in my home directory. Like so;

touch o-start.sh
chmod +x o-start.sh

Then open o-start.sh with your favourite text editor and paste the following lines.

#!/bin/bash

echo -e "\n\x1b[32;01m[+]Starting server at 127.0.0.1:8000\x1b[39;49;00m"
sleep 2

cd "/path/to/your/OSINT-Framework"
npm start

Where you of course replace /path/to/OSINT-Framework with your directory. Something like /home/ElectricCaffeine/OSINT-Framework. Then lastly you just make a simple symbolic link to your o-start.sh script in your /etc/profile.d/directory. Like so:

sudo ln -s /home/ElectricCaffeine/o-start.sh /etc/profile.d/o-start.sh

This will make it so the SimpleHTTPServer runs automatically every time you log in. All that's left to do is click on the bookmark you made for the page and you're set. Good luck!

from osint-framework.

imv7 avatar imv7 commented on May 31, 2024

Finally worked.

C:\Users\IgorMonteiroVieira\Desktop\OSINT-Framework>python
Python 3.6.2 (v3.6.2:5fd33b5, Jul  8 2017, 04:14:34) [MSC v.1900 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>
KeyboardInterrupt
>>> ^Z


C:\Users\IgorMonteiroVieira\Desktop\OSINT-Framework>cd public

C:\Users\IgorMonteiroVieira\Desktop\OSINT-Framework\public>python -m http.server 8000
Serving HTTP on 0.0.0.0 port 8000 (http://0.0.0.0:8000/) ...

from osint-framework.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.