DataSploit / datasploit

An #OSINT Framework to perform various recon techniques on Companies, People, Phone Number, Bitcoin Addresses, etc., aggregate all the raw data, and give data in multiple formats.
GNU General Public License v3.0
3.04k stars 424 forks source link

where to find the GUI #45

Closed parrotcartot closed 7 years ago

parrotcartot commented 8 years ago

Hey guys,

i desperately searched for the GUI in the tool : /, but I couldnt find it.. Is it already out there? At least it says its available in GUI and console.

If not, where can I access or export the results of the tool?

would be glad for some advice, thanks!

Chan9390 commented 8 years ago

As of now there is no GUI for the tool. The results could not be exported (as there is no standard followed for exchanging data within the scripts). The scripts will do most of the work, and you get the output which will be the end result. Good idea to have GUI but I guess it will have issues when running on different systems (portability issues).

qkaiser commented 8 years ago

From what I've seen, there's a django web interface where you can enter a domain name. The tool query workers and return the results on the web page.

To get your server running:

$ cd datasploit/core $ mv osint/config_sample.py osing/config.py $ python manage.py migrate $ python manage.py runserver

If you want to observer workers being called and do some debug:

$ python manage.py celery worker

Still a bit unstable but the GUI is there.

zalfredo commented 8 years ago

From what it looks like the GUI is in no way implemented beyond being able to display the page.

upgoingstar commented 8 years ago

Hi guys,

Apologies for late reply. We have a GUI in place (however its a very basic one and renders the output in a tiled format on the page).

We are using Django and Celery for that. In order to use that, please start your Django server in datasploit/core directory, as well as start the Celery service.

once done, please head to 127.0.0.1/osint, and thats where the UI is running.

Please be aware that this module is under work, and once this is fully working, we will include this in our documentation as well.

Thank you.

upgoingstar commented 7 years ago

GUI is no more supported. Please go through new documentation to understand on how to setup tool.

https://datasploit.github.io/datasploit/