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
3k stars 425 forks source link

output is not working #222

Open beckerman opened 6 years ago

beckerman commented 6 years ago

Hi all,

I'm running datasploit (standalone) on my Kali Machine (2017.03) with python2.7 (Python 2.7.14+). Unfortunately it is not possible for me to create any other output than the stdout. I tried the following commands: ./datasploit.py -o html -i example.com ./datasploit.py -o /root/ -i example.com ./datasploit.py --output /root/Desktop/osint -i example.com ./datasploit.py --output /root/Desktop/osint/test.html -i example.com ./datasploit.py -o reports/ -i example.com ./domainOsint.py --output=HTML example.com ./domainOsint.py --output=test.html example.com ./domainOsint.py --html example.com ./domainOsint.py -o html example.com ./domainOsint.py -o reports/test.html example.com ./domainOsint.py --output html example.com ./domainOsint.py --output reports/test.html example.com

The tests are running reliable, but no output(report) will be generated. Unfortunately there is no error message or anythin like this, why it isn't working. Could you please check this, or otherwise tell me what I'm doing wrong.

Cheers

anatest973 commented 6 years ago

-o or --output only works currently with JSON

I was confused as well with what is written on the --help

pranaypaine commented 5 years ago

python datasploit.py -o data.json -i example.com i tried using this command but there is no report generated. is there any other way?

jankooistra commented 5 years ago

I am having the same problem. The tool seems to be working fine but it does not generate any output files in ../datasploit/reports. I Installed it via the git clone command. I am running Debian 10. I would appreciate it if someone could help me.

karthiksathasivan commented 4 years ago

I am having the same problem. The tool seems to be working fine but it does not generate any output files in ../datasploit/reports. I Installed it via the git clone command. I am running Debian 10. I would appreciate it if someone could help me.

Try uncommenting the last few lines in osint_runner.py and run

python2 datasploit.py -i example.com -o JSON