mardi 12 février 2013

How to install my OSINT Framework

Hello,

This post deals with how to install my framework with all dependencies.

For that, I've made a fresh install on amazon EC2 m1.medium instance. I've chosen an Ubuntu Server 12.04 LTS.

On the first step:

  • apt-get install git mongodb redis-server python-pip cmake build-essential chrpath git-core libssl-dev libfontconfig1-dev


On the second step:

  • With pip, install python dependencies: simplejson, pygeoip,pymongo,redis,

On the third step:

Install python librairies:

To install Faup:
In Faup folder:
  • mkdir build && cd build
launch cmake ../ && make && make install && sudo ldconfig

On the fourth step:

Install phantomJS and casperJS (http://phantomjs.org/ and http://casperjs.org/)

Unzip phantomjs and make a symbolic link: 

$home_phantomjs and $home_casperJS are folder where you uzing the archives.
Warning, It's not evironnement variable.

cd /usr/bin/ && sudo ln -s $home_phantomJS/bin/phantomjs


Unzip casperJS and make a symbolic link:
cd /usr/bin/ && sudo ln -s $home_casperJS/bin/casperjs

And finally install the framework:

git clone https://github.com/sebdraven/OSINT.git

You can play !

If a question, you can send an email !

Soon a tutorial to use it ! ( you can read the code :p)

Sebdraven

lundi 11 février 2013

Channel IRC

Hello !

I decide to open a channel IRC on freenode about OSINT to discuss, share tools,  ask questions, to share tricks or your vision of OSINT.

So welcome on #osint-fr on irc.freenode.net.  This channel is english or french spoken.

Sebdraven

vendredi 1 février 2013

OSINT Framework: new functionalities


I've pushed new functions of the framework:

  1. Crawl a website to find new domains in web page
  2. Analyse domains to make a dns tree
  3. Record of search history
  4. make bulk screenshot in with domain records in database without exporting on csv
  5. Clean DB with sorted screenshot 
  6. Init the DB before making searches

Soon, a demonstration will be posted !