Skip to content
Freedomcoder edited this page Jun 21, 2012 · 4 revisions

TODO

General

  • require_relative DONE

  • Move to ruby 1.9 and add timeout for open-uri PARTIALLY IMPLEMENTED

      	#!/usr/bin/ruby1.9
    
      	require 'open-uri'
    
      	open('http://stackoverflow.com', 'r', :read_timeout=>0.01) do |http|
      	  http.read
      	end
    
  • Make better identification system for SocialProfiling.

    • Check for name and last matches. EASY
    • Check for images name and md5 or something.
    • Other solutions as well.
  • Implement a good "cancel current run. Need to implement a hook to cancel scans" or something like that ..

      if $running_context.nombre == ""
      	$running_context.instance_eval(return())
      else
        exit(1)
      end
    
  • Develop a new web interface to display data while in a more user-friendly way. It should run as a thread in the background. This will allow us to easily run this from a remote server if needed. I am thinking about Sinatra or any other really small Framework. Maybe even implementing it in Go.

  • etc...

Plugins

  • Export support (cvs,html,pdf)
  • Import support for LinkedIn
  • Bing filetype[docx,pdf,txt,xlsx,etc] search
  • Google filetype search
  • Baidu filetype search
  • Assessment or missing plugin to automate several plugins.
  • Secretary of state plugins
  • Add more support for local search engines for more languages
  • Add ldap server queries
  • Migrate googleplus
  • Migrate googleprofiles
  • Migrate jigsaw
  • Migrate naymz
  • Migrate plaxo
  • Migrate spoke
  • Migrate amazonwishlist
  • Migrate googlegroups
  • Migrate usenet
  • Migrate Cesar's tool. ( Find registered websites based on email address and website issues. )
  • Add Nara NARA records (http://aad.archives.gov/aad/display-partial-records.jsp?s=3360&dt=893&tf=F&q=Mike&btnSearch=Search&as_alq=&as_anq=&as_epq=&as_woq=&mtch=11162)
  • pipl ( API pending ) Write plugin to add socialprofiling using Pipl.com services. Giving limitations it might be a good idea to just Hack their URL results. :)
  • Change BING API to be parsed just like Baidu and Google no more Free API. :( #DEADLINE : June 1

Windows

  • setup works on windows DONE
  • basic windows installation DONE
  • Mongo DB start/stop DONE
  • Better OS support in general

Linux

  • MongoDB download DONE

OSX

Clone this wiki locally