Skip to content

Commit

Permalink
Improved squidmagic run file
Browse files Browse the repository at this point in the history
  • Loading branch information
ch3k1 committed Jun 15, 2018
1 parent d7dcfad commit 4dc21a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions squidmagic.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@

import sys,os,argparse,re
import signal,time

import dns.resolver
import zmq
from sh import tail

from termcolor import colored
from config.config import spamhaus
from modules import retcodes
from core import color

colors = color.colors()

# ZeroMQ Context
Expand Down

0 comments on commit 4dc21a9

Please sign in to comment.