Skip to content

Commit

Permalink
refactor(): make the package depend on "PySocks" instead of using the…
Browse files Browse the repository at this point in the history
… vendored version
  • Loading branch information
13ph03nix committed Jul 22, 2021
1 parent 6020ff2 commit 735bc69
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 911 deletions.
2 changes: 1 addition & 1 deletion pocsuite3/lib/core/option.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import os
import re
import socket
import socks
from queue import Queue
from urllib.parse import urlsplit

Expand Down Expand Up @@ -33,7 +34,6 @@
from pocsuite3.lib.request.patch import patch_all
from pocsuite3.modules.listener import start_listener
from pocsuite3.thirdparty.oset.orderedset import OrderedSet
from pocsuite3.thirdparty.pysocks import socks


def _resolve_cross_references():
Expand Down
Empty file.
Loading

0 comments on commit 735bc69

Please sign in to comment.