Skip to content

Commit

Permalink
Merge branch 'cclauss_patch-3'
Browse files Browse the repository at this point in the history
  • Loading branch information
TheYahya committed Jan 2, 2019
2 parents 85c8095 + 05cbeb5 commit f7daae1
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions sherlock.py
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
#! /usr/bin/env python3

"""
Sherlock: Find Usernames Across Social Networks Module
This module contains the main logic to search for usernames at social
networks.
"""

import requests
from concurrent.futures import ThreadPoolExecutor
from requests_futures.sessions import FuturesSession
import csv
import json
import os
import platform
import re
import csv
from argparse import ArgumentParser, RawDescriptionHelpFormatter
import platform
from concurrent.futures import ThreadPoolExecutor

import requests

from requests_futures.sessions import FuturesSession
from torrequest import TorRequest

module_name = "Sherlock: Find Usernames Across Social Networks"
Expand Down

0 comments on commit f7daae1

Please sign in to comment.