Database / ORM helper library for SpiderFoot; defines data structures, storage, and ORM operations for scanning results and correlations.
# -*- coding: utf-8 -*- # ------------------------------------------------------------------------------- # Name: sflib # Purpose: Common functions used by SpiderFoot modules. # # Author: Steve Micallef <steve@binarypool.com> # # Created: 26/03/2012 # Copyright: (c) Steve Micallef 2012 # Licence: MIT # ------------------------------------------------------------------------------- import hashlib import inspect import io import json import logging import os import random import re import socket import ssl import sys import time import urllib.error import urllib.parse import urllib.request from copy import deepcopy from datetime import datetime import cryptography import dns.resolver import netaddr import OpenSSL import requests import urllib3 from publicsuffix ... (truncated -- full source via MCP)
See the full source, get the GitHub permalink, and search 40K more like it.
Get a free API key