-*- coding: utf-8 -*- ------------------------------------------------------------------------------- Name: sfp_accounts Purpose: Identify the existence of a given acount on various sites thanks to Micah Hoffman's (https://github.com/WebBreacher) list. Author: Steve Micallef <ste
# -*- coding: utf-8 -*-
# -------------------------------------------------------------------------------
# Name: sfp_accounts
# Purpose: Identify the existence of a given acount on various sites thanks
# to Micah Hoffman's (https://github.com/WebBreacher) list.
#
# Author: Steve Micallef <steve@binarypool.com>
#
# Created: 18/02/2015
# Copyright: (c) Steve Micallef 2015
# Licence: MIT
# -------------------------------------------------------------------------------
import json
import random
import threading
import time
from queue import Empty as QueueEmpty
from queue import Queue
from spiderfoot import SpiderFootEvent, SpiderFootHelpers, SpiderFootPlugin
class sfp_accounts(SpiderFootPlugin):
meta = {
'name': "Account Finder",
... (truncated -- full source via MCP)
See the full source, get the GitHub permalink, and search 40K more like it.
Get a free API key